On Wed, Mar 26, 2008 at 12:03:34 -0400, "Eric S. Raymond" <[EMAIL PROTECTED]> wrote: > > Some weeks ago we effectively narrowed the alternatives to scons and > cmake. I am championing scons, Ivanovic cmake. But I think either of > us is willing to yield on this; we've more or less agreed that we will > make the final decision by comparing the readability and > maintainability of the scons and cmake recipes (what in American slang > we call a "bake-off"). In that comparison all active devs will be > invited to taste the baked goods and express their judgments, and I am > confident that Ivanovic will listen with the same attentiveness and > good judgment that I intend to apply.
I fixed the issue with the options being combined when using the 'strict' option. Now I am getting an error with compiling font.cpp and I need to get to sleep so I am not going to look at this more right now. g++ -o src/font.o -c -DHAVE_REVISION -O0 -DDEBUG -ggdb3 -W -Wall -ansi -Werror -Wno-unused -Wno-sign-compare -DHAVE_FRIBIDI -DPREFERENCES_DIR='".wesnoth-scons"' -DFIFODIR='"/home/wesnoth/wesnoth-scons/run/wesnothd"' -DHAVE_PYTHON -DLOCALEDIR='"translations"' -DHAS_RELATIVE_LOCALEDIR -DWESNOTH_PATH='"/home/wesnoth/wesnoth-scons/share/wesnoth"' -Isrc -I/usr/include/SDL -I/usr/include/python2.5 -Isrc/serialization src/font.cpp src/font.cpp:48:29: error: fribidi/fribidi.h: No such file or directory src/font.cpp: In member function 'void font::<unnamed>::text_surface::bidi_cvt()': src/font.cpp:388: error: 'FriBidiChar' was not declared in this scope src/font.cpp:388: error: 'bidi_logical' was not declared in this scope src/font.cpp:388: error: expected type-specifier before 'FriBidiChar' src/font.cpp:388: error: expected `;' before 'FriBidiChar' src/font.cpp:389: error: 'bidi_visual' was not declared in this scope src/font.cpp:389: error: expected type-specifier before 'FriBidiChar' src/font.cpp:389: error: expected `;' before 'FriBidiChar' src/font.cpp:391: error: 'FriBidiCharType' was not declared in this scope src/font.cpp:391: error: expected `;' before 'base_dir' src/font.cpp:394: error: 'fribidi_utf8_to_unicode' was not declared in this scope src/font.cpp:395: error: 'base_dir' was not declared in this scope src/font.cpp:395: error: 'fribidi_log2vis' was not declared in this scope src/font.cpp:396: error: 'fribidi_unicode_to_utf8' was not declared in this scope src/font.cpp:397: error: 'FRIBIDI_TYPE_RTL' was not declared in this scope src/font.cpp:399: error: type '<type error>' argument given to 'delete', expected pointer src/font.cpp:400: error: type '<type error>' argument given to 'delete', expected pointer scons: *** [src/font.o] Error 1 scons: building terminated because of errors. _______________________________________________ Wesnoth-dev mailing list [email protected] https://mail.gna.org/listinfo/wesnoth-dev
