Hi ,
I am trying to compile Amuled, which need wxbase 2.5.4.
So I downloaded and tried to compile. After installing lots packages which was needed to get Slackware 9.0 to be able to make compiles, I finally did a /configure --prefix=/usr && make command.
The configure commands finished normally. However, during make the following error is given and I am stuck, what is wrong or missing?
There seems to be something about archive.cpp
The configure stated that it will use built-in zlib and expat ...
Please help.
Thanks...
Burzek
------------------
./bk-deps g++ -c -o basedll_appbase.o -D__WX__ -I./src/zlib -I./src/expat/lib -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -fPIC -DPIC -Ilib/wx/include/base-ansi-release-2.5 -I./include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -O2 -pthread -Wall -Wno-ctor-dtor-privacy ./src/common/appbase.cpp
./bk-deps g++ -c -o basedll_archive.o -D__WX__ -I./src/zlib -I./src/expat/lib -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -fPIC -DPIC -Ilib/wx/include/base-ansi-release-2.5 -I./include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -O2 -pthread -Wall -Wno-ctor-dtor-privacy ./src/common/archive.cpp
src/common/archive.cpp:28:30: wx/html/forcelnk.h: No such file or directory
src/common/archive.cpp:34: `zipstrm' was not declared in this scope
src/common/archive.cpp:41: ISO C++ forbids declaration of `FORCE_LINK' with no
type
src/common/archive.cpp:41: syntax error before `::' token
make: *** [basedll_archive.o] Error 1