User forums > Help
wxWidgets 2.6 (MSW, GCC) installation instructions
DreadNot:
I compiled it OK. The XRC (wxxrc) lib no longer exists standalone in wx2.6.0/1. Its included in the wxmsw26 lib via MONOLITHIC=1 USE_XRC=1. Make sure your using this lib in your link, that it was compiled correctly, and your referencing the proper lib directory.
Anonymous:
I have a problem trying to compile wxWidgets 2.6.1 with Code::Blocks/MinGW integrated package.
I always get an error telling "gcc: installation problem, cannot exec 'cc1'
What's wrong with my setup as I only installed C::B and MinGW together ?
Thanks
jmccay:
I can compile 2.6.1 of wxWidgets using make & msys, but I can't do it with the mingw32-make. When I use make, it doesn't end up in the gcc_dll directory. I manually created those directories. I get the following when trying to compile with mingw32-make from the command prompt:
--- Code: ---C:\development\projects\WX_2_6_1\wxWidgets\build\msw>mingw32-make.exe -f makefil
e.gcc BUILD=release SHARED=1 MONOLITHIC=1 USE_XRC=1 UNICODE=0 VENDOR=CB
gcc -c -o gcc_mswdll\wxregex_regcomp.o -O2 -mthreads -DHAVE_W32API_H -I..\..\i
nclude -I..\..\lib\gcc_dll\msw -D__WXMSW__ ../../src/regex/regcomp.c
process_begin: CreateProcess((null), gcc -c -o gcc_mswdll\wxregex_regcomp.o -O2
-mthreads -DHAVE_W32API_H -I..\..\include -I..\..\lib\gcc_dll\msw -D__WXMSW__ ..
/../src/regex/regcomp.c, ...) failed.
make (e=2): The system cannot find the file specified.
mingw32-make.exe: *** [gcc_mswdll\wxregex_regcomp.o] Error 2
--- End code ---
I have make: 3.80.0-3
winXP SP2 for my windows version
So, I don't think that's the problem. I did run a ./configure in msys first because I tried make when I got the error first.
Thank you in advance.
jmccay
mandrav:
Are your paths setup right?
Also, is there gcc.exe in mingw's bin directory? If not copy mingw32-gcc.exe to gcc.exe. Do the same for g++.exe.
Although, I have to say, I never encountered this issue.
Yiannis.
jmccay:
what paths? I can compile with make. What paths does mingw32-gcc.exe need? I will try moving them. I will try and check back later--if I can find the site.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version