On Wed, Mar 26, 2008 at 12:03:34 -0400,
"Eric S. Raymond" <[EMAIL PROTECTED]> wrote:
>
> Our current state is this:
> * The scons recipe can build the game and edtor and all tools
> * The scons recipe can correctly install everything but the data
> directory.
> * The scons recipe can correctly uninstall everything.
I have it installing now, but there is something wrong with the graphics.
It looks like they are being upres'd from some low resolution source.
Here is a sample compile from autotools for unit.cpp:
depbase=`echo unit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DHAVE_REVISION -I../intl
-I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
-DWESNOTH_PATH=\"/home/wesnoth/wesnoth-1.5/share/wesnoth\"
-DLOCALEDIR=\"translations\" -DHAS_RELATIVE_LOCALEDIR=1
-DFIFODIR=\"/home/wesnoth/wesnoth-1.5/var/run/wesnothd\" -DHAVE_PYTHON
-I/usr/include/python2.5 -O2 -W -Wall -ansi -g -DDEBUG -Werror -Wno-unused
-Wno-sign-compare -D_X11 -DPREFERENCES_DIR=\".wesnoth-1.5\"
-DWESNOTH_BOOST_TEST_MAIN -I/usr/include -MT unit.o -MD -MP -MF $depbase.Tpo -c
-o unit.o unit.cpp &&\
Here is a sample compile from scons for unit.cpp:
g++ -o src/unit.o -c -DHAVE_REVISION -O0 -DDEBUG -ggdb3 -W -Wall -ansi -Werror
-Wno-unused -Wno-sign-compare -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"' -D_GNU_SOURCE=1
-D_REENTRANT -Isrc -I/usr/include/SDL -I/usr/include/python2.5 -Isrc/server
src/unit.cpp
_______________________________________________
Wesnoth-dev mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-dev