The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 573 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 573 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 752 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 752 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 34 - File: global.php(959) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(959) : eval()'d code 34 errorHandler->error
/global.php 959 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1024 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 1024 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5308 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5308 errorHandler->error
/global.php 1024 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1474 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 1474 errorHandler->error
/inc/functions.php 1429 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Forums
help building with scons.... - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Help (https://www.vdrift.net/Forum/forumdisplay.php?fid=5)
+--- Thread: help building with scons.... (/showthread.php?tid=309)



help building with scons.... - neteof - 08-05-2006

hi, i've just found the web, donwloaded de source and i would like to help with the development .... but i've a weird problem when building the source:

scons doesn't find SDL_net.h wich i've at /usr/include/SDL the same directory as SDL.h an SDL_image.h wich scons finds succesfully Confusedhock:

some help will be wellcome!!


[pd: sorry for my pooor grammar/mistakes/etc (i'm not english....)]


help building with scons.... - neteof - 08-05-2006

hi, i've just found the web, donwloaded de source and i would like to help with the development .... but i've a weird problem when building the source:

scons doesn't find SDL_net.h wich i've at /usr/include/SDL the same directory as SDL.h an SDL_image.h wich scons finds succesfully Confusedhock:

some help will be wellcome!!


[pd: sorry for my pooor grammar/mistakes/etc (i'm not english....)]


- thelusiv - 08-05-2006

Hi neteof, don't worry about your mistakes, I'm not English either! Wink

Looks like you're running Linux here, what distribution are you using?

I'm not sure why SDL_net.h isn't being found, it sounds like it should be. Check the permissions on the file, make sure there's not another package that goes with it. For instance you will probably need both SDL_net and the SDL_net-dev package (or whatever they're called on your distribution).


- thelusiv - 08-05-2006

Hi neteof, don't worry about your mistakes, I'm not English either! Wink

Looks like you're running Linux here, what distribution are you using?

I'm not sure why SDL_net.h isn't being found, it sounds like it should be. Check the permissions on the file, make sure there's not another package that goes with it. For instance you will probably need both SDL_net and the SDL_net-dev package (or whatever they're called on your distribution).