User forums > Help

WxWidget problem

<< < (2/3) > >>

Jenna:

--- Quote from: Adam01 on August 23, 2008, 08:01:24 pm ---Ok, thanks, I did another command prompt attempt.
But now I get the 2nd FAQ error:

| cannot find -lwxmsw28u|

I checked the linker, everything is fine, what directories should be there anyway?

--- End quote ---

Did you set your "$(#wx)"-variable correctly to your wxWidgets base directory ?

After doing a wxWidgets release-build their should be a directory like "c:\wxWidgets-2.8.8\lib\gcc_dll" containing "libwxmsw28u.a" and "wxmsw28u_gcc_custom.dll" and some other "*.a" and maybe "*.dll"-files (e.g. from a debug-version).

If you have done everything as described in the "wxWindowsQuickRef" it should work.
You might want to copy the dll's from  c:\wxWidgets-2.8.8\lib\gcc_dll" (in my case) to the "system32" directory of your "windows" folder, because they might not be found otherwise.

Adam01:
Sorry, there are no files in the gcc_dll directory.
But 'mingw32-make -f "C:\wxWidgets-2.8.8\build\msw\makefile.gcc" MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=release' fails both ways.
If I 'cd' the mingw32 directory, it wont find config.gcc, if I 'cd' the \build\msw\ directory, it cant find gcc, and returns an error.

Jenna:

--- Quote from: Adam01 on August 23, 2008, 08:47:48 pm ---Sorry, there are no files in the gcc_dll directory.
But 'mingw32-make -f "C:\wxWidgets-2.8.8\build\msw\makefile.gcc" MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=release' fails both ways.
If I 'cd' the mingw32 directory, it wont find config.gcc, if I 'cd' the \build\msw\ directory, it cant find gcc, and returns an error.

--- End quote ---

Add your MinGW\bin directory to your path-variable and it should work from "c:\wxWidgets-2.8.8\build\msw" .

Adam01:
It works!
Thank you soo much.

Its doing the wx compiling now...

Siavash:

--- Quote from: Adam01 on August 23, 2008, 11:27:16 pm ---It works!
Thank you soo much.

Its doing the wx compiling now...

--- End quote ---

I've followed these steps but there isn't any lib_dll folder or lwxmsw28u.a created.
[+When I'm trying to make a new project using wxWidgets , It says "A matching Debug/Release configuration connot be found in the wxWidgets ..."]

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version