settings wrong after manul installation ?
Posted: Mon Feb 06, 2012 7:44 am
Hello, experts!
I'm a newbie,
I have manually installed the codelite and it's components on my win xp:
codelite-3.5.5377.exe,
mingw-get-inst-20111118.exe,
wxMSW-Setup-2.9.3.exe
and after read the documents which on the official site and some tips in this forum and setting my codelite like these:
CTag Settings:
Environment Variabls:
It was allright to compile a sample c or c++ program without wxWidgets, but when I code a program with wxWidgets, when compile the program, the codelite builder output the errors messages:
Also under directory 'wxWidgets-2.9.3', the file 'lib\gcc_dll' does not found when I go to check it!
Please let me know how to fix this, did I missed something?
Regards!
I'm a newbie,
I have manually installed the codelite and it's components on my win xp:
codelite-3.5.5377.exe,
mingw-get-inst-20111118.exe,
wxMSW-Setup-2.9.3.exe
and after read the documents which on the official site and some tips in this forum and setting my codelite like these:
CTag Settings:
Code: Select all
C:\DevTools\MinGW\include
C:\DevTools\MinGW\lib\gcc\mingw32\4.6.1\include
C:\DevTools\MinGW\lib\gcc\mingw32\4.6.1\include\c++
C:\DevTools\MinGW\lib\gcc\mingw32\4.6.1\include\c++\backward
C:\DevTools\MinGW\lib\gcc\mingw32\4.6.1\include\c++\mingw32
C:\DevTools\MinGW\lib\gcc\mingw32\4.6.1\include-fixed
C:\DevTools\wxWidgets-2.9.3\include
Code: Select all
CodeLiteDir=C:\DevTools\CodeLite
MinGWDir=C:\DevTools\MinGW
WXWIN=C:\DevTools\wxWidgets-2.9.3
PATH=$(CodeLiteDir);$(MinGWDir)\bin;$(WXWIN)\lib\gcc_dll;$(PATH)
WXCFG=gcc_dll\mswu
Code: Select all
----------Build Started--------
C:\WINDOWS\system32\cmd.exe /c ""mingw32-make.exe" -j 1 -f "wxTetris_wsp.mk""
----------Building project:[ wxTetris - Debug ]----------
Please use the --prefix flag (as in wx-config --prefix=C:\wxWidgets)
or set the environment variable WXWIN (as in WXWIN=C:\wxWidgets)
to specify where is your installation of wxWidgets.
Please use the --prefix flag (as in wx-config --prefix=C:\wxWidgets)
or set the environment variable WXWIN (as in WXWIN=C:\wxWidgets)
to specify where is your installation of wxWidgets.
Please use the --prefix flag (as in wx-config --prefix=C:\wxWidgets)
or set the environment variable WXWIN (as in WXWIN=C:\wxWidgets)
to specify where is your installation of wxWidgets.
mingw32-make.exe[1]: Entering directory `C:/DevTools/CodeLite/wxTetris/wxTetris'
g++: error: wx-config: No such file or directory
g++: error: Error:: Invalid argument
g++: error: wxWidgets: No such file or directory
g++: error: hasn't: No such file or directory
g++: error: been: No such file or directory
g++: error: found: No such file or directory
g++: error: installed: No such file or directory
g++: error: at: No such file or directory
g++: error: 'C:\DevTools\wxWidgets-2.9.3'.: Invalid argument
mingw32-make.exe[1]: *** [Debug/gui.o.d] Error 1
mingw32-make.exe[1]: Leaving directory `C:/DevTools/CodeLite/wxTetris/wxTetris'
mingw32-make.exe: *** [All] Error 2
----------Build Ended----------
0 errors, 0 warnings
Please let me know how to fix this, did I missed something?
Regards!