User forums > Help

[Problem] Complinig WxWidget.

(1/2) > >>

viader:
Hi, I would like make new application in WxWidget. I did steps from http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef but I got errors when I put:

mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1 CXXFLAGS=-fno-keep-inline-dllexport

like: (if I haven't file x, create file x, i can't create file x - crash)
"if you haven't gcc_mswudll, mkdir gcc_mswudll" "mkdir gcc_mswudll failed..." -crash

So i put in console first mkdir gcc_mswudll and next:
mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1 CXXFLAGS=-fno-keep-inline-dllexport

I got next error:
"if you haven't gcc_xyz, mkdir gcc_xyz" "mkdir gcc_xyz failed..." -crash

So I created next direction, and I got next error, created next file, got next error... I lost hope
What should I do? Why this commands don't work automatical?
Cheers

stahta01:
Version and maker of MinGW GCC you are using?
Version of wxWidgets you are trying to build?

The exact error message you are getting?

Another site, that may help http://forums.wxwidgets.org/

Tim S.

Jenna:
Do you have the correct access rights to the folders you try to build wx and are you sure no av (or other "security") software is doing a bad job ?

viader:
Thanks for help!
WxWidget 2.8.12
MinGW from Code::Blocks 12.11

Error - from option like 2>error
process_begin: CreateProcess(NULL, -c "if not exist gcc_mswudll mkdir gcc_mswudll", ...) failed.
make (e=2): Nie mo¿na odnaleŸæ okreœlonego pliku.

mingw32-make: [gcc_mswudll] Error 2 (ignored)
process_begin: CreateProcess(NULL, -c "if not exist ..\..\lib\gcc_dll\mswu\wx\setup.h copy ..\..\include\wx\msw\setup.h ..\..\lib\gcc_dll\mswu\wx\setup.h", ...) failed.
make (e=2): Nie mo¿na odnaleŸæ okreœlonego pliku. "- Cannot find file

mingw32-make: *** [..\..\lib\gcc_dll\mswu\wx\setup.h] Error 2

Nie mo¿na odnaleŸæ okreœlonego pliku. = Cannot find file

I haven't any antivirus, on my office PC I haven't connection with Internet it is the best antivirus :). I have one account with administrator rights.

stahta01:

--- Quote from: viader on May 20, 2013, 09:49:35 pm ---Tprocess_begin: CreateProcess(NULL, -c "if not exist gcc_mswudll mkdir gcc_mswudll", ...) failed.

--- End quote ---

I tend to get errors like this when my system path is NOT correct.

I have never been positive what I have done to fix the issue.

But, I suspect that I needed "C:\Windows\system32" or "C:\Windows;C:\Windows\System32\Wbem" in my system path.

Tim S.

Navigation

[0] Message Index

[#] Next page

Go to full version