The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
Scons builder does not detect missing headers. - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7) +--- Thread: Scons builder does not detect missing headers. (/showthread.php?tid=1327) |
Scons builder does not detect missing headers. - Dandel - 08-03-2010 The source release on 6-30-2010 has problems because of extra files bundled with the compressed archive that will interfere with properly detecting what headers and files are installed. Code: dandel@dandel-desktop:~/vdrift-2010-06-30$ scons With this said, i actually tested the clean command for scons... Code: scons -c This cleaned up the built files, however, did not fix the tests for headers... the only fix left was to manually delete the scons configuration files so that detection will work properly on first run. Code: rm -r .sconf_temp .sconsign.dblite only after running this does the proper detection of headers and source files occur. Code: dandel@dandel-desktop:~/vdrift-2010-06-30$ scons also, this bug can cause compiler errors, especially if libasio-dev is not installed on ubuntu 10.04. - joevenzon - 08-04-2010 Doh, that was my fault. I accidentally test compiled it before tarring it up, and was hoping the clean would actually clean it up. We may need push out another release soon with that fix and also the mipmap crash fix. |