Compile error
Status: Alpha
Brought to you by:
weef
i tried to compile it myself and got the following
error:
# make
g++ -Wall -g -I server -I services -I util -I db -I
actions -I gamedata -I ui -I . `paragui-config --
cflags` `sdl-config --cflags` -c main.cc
In file included from main.cc:29:
ui/LoginWindow.h:29:27: error: pgeventobject.h: No
such file or directory
ui/LoginWindow.h:32: error: expected class-name before
',' token
make: *** [main.o] Error 1
i've paragui 1.1.8 installed and there is no such file
pgeventobject.h on my computer
btw: you should add (in you Makefiles)
`sdl-config --libs` to LIBS
and
`sdl-config --cflags` to FLAGS
that would help to compile this on other systems
Greetz SirTwist
Logged In: YES
user_id=28123
I use ParaGUI 1.0.4 to compile. This is pointed out on the
darkworld.sf.net web page. However, these instructions
should be included with the source .tar.gz file, otherwise
the user does not know to look in the darkworld.sf.net web
page. The fix to this bug will be to include the compile
instruction with the source. I will do this for the 0.2.1
release.