I've been trying to build wxWebConnect on Ubuntu and Windows 7 for about 2 days but I just can't. I was using a mingw compiler and always I get the same error that top.mak file not found.
So I deleted include directive from make file and now I get this error:
- Code: Select all
dom.cpp
cc -E -g -ggdb -fno-rtti -c dom.cpp
process_begin: CreateProcess(NULL, cc -E -g -ggdb -fno-rtti -c dom.cpp, ...) fai
led.
make (e=2): Cannot find a file.
mingw32-make: *** [dom.o] Error 2
Pleas help me - how to compile this library.
Thnx for help.
PS. Sorry for my english.