Created
August 14, 2013 15:23
-
-
Save madAndroid/6232117 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@localhost csstidy]# scons | |
scons: Reading SConscript files ... | |
**** Compiling in release mode... | |
scons: warning: The env.Copy() method is deprecated; use the env.Clone() method instead. | |
File "/srv/django/BASELINE/packages/csstidy/csstidy/SConscript", line 7, in <module> | |
scons: warning: BuildDir() and the build_dir keyword have been deprecated; | |
use VariantDir() and the variant_dir keyword instead. | |
File "/srv/django/BASELINE/packages/csstidy/csstidy/SConscript", line 21, in <module> | |
scons: done reading SConscript files. | |
scons: Building targets ... | |
g++ -o release/csstidy/misc.o -c -O2 csstidy/misc.cpp | |
csstidy/misc.cpp: In function 'bool in_char_arr(const char*, char)': | |
csstidy/misc.cpp:124: error: 'strlen' was not declared in this scope | |
scons: *** [release/csstidy/misc.o] Error 1 | |
scons: building terminated because of errors. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment