Mysterious Error!
Posted: Thu Aug 19, 2010 7:39 pm
Hi,
I cannot compile DLL project no matter how hard I try it.
I have used both wx-enabled Dynamic library (Linux) and static.
I changed form Dynamic to static but nope! It don't work.
Strange enough, EXE works
I had CodeLite that comes with wx and I updated via SVN compilation.
g++, win XP SP3.
here is the error
I cannot compile DLL project no matter how hard I try it.
I have used both wx-enabled Dynamic library (Linux) and static.
I changed form Dynamic to static but nope! It don't work.
Strange enough, EXE works
I had CodeLite that comes with wx and I updated via SVN compilation.
g++, win XP SP3.
here is the error
----------Build Started--------
C:\WINDOWS\system32\cmd.exe /c ""mingw32-make.exe" -j 2 -f "Learn wxWidgets_wsp.mk""
----------Building project:[ testDLL - Debug ]----------
Please use the --wxcfg flag (as in wx-config --wxcfg=gcc_dll\mswud)
or set the environment variable WXCFG (as in WXCFG=gcc_dll\mswud)
to specify which configuration exactly you want to use.
Please use the --wxcfg flag (as in wx-config --wxcfg=gcc_dll\mswud)
or set the environment variable WXCFG (as in WXCFG=gcc_dll\mswud)
to specify which configuration exactly you want to use.
mingw32-make.exe[1]: Entering directory `D:/learn wxwidgets/Learn wxWidgets/testDLL'
g++: wx-config: No such file or directory
g++: Error:: Invalid argument
g++: No: No such file or directory
g++: valid: No such file or directory
g++: setup.h: No such file or directory
g++: of: No such file or directory
g++: wxWidgets: No such file or directory
g++: has: No such file or directory
g++: been: No such file or directory
g++: found: No such file or directory
g++: at: No such file or directory
g++: location:: Invalid argument
g++: C:\wxWidgets-2.8.10\lib\gcc_dll\mswd\wx\setup.h: No such file or directory
mingw32-make.exe[1]: *** [Debug/dialogsclass.o.d] Error 1
mingw32-make.exe[1]: Leaving directory `D:/learn wxwidgets/Learn wxWidgets/testDLL'
mingw32-make.exe: *** [All] Error 2
----------Build Ended----------
0 errors, 0 warnings