News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

wxWidgets Project (cannot find -lwxmsw26) [Solved]

Started by Slider, December 04, 2005, 10:00:48 PM

Previous topic - Next topic

Slider

ok, I've gone through the build again, but still no libwxmsw26.a is created anywhere.

cyberkoa

very strange ... a question , do you have  wxmsw26_gcc_cb.dll ?


One of the possibility may due to non-default wxwidgets installation path.

Try to add an OS environment variable in your windows  (My computer right click>  properties > Advanced > Environment variable  , it may a bit different win2k & winxp )

set WX_DIR as c:\wxwidgets

Recompile wxwidgets (do a make clean before recompile)

Slider

Thanks for your suggestion cyberkoa, turns out it there was no environment variable for the MinGW compiler, putting it in place solved the problem. Thanks.

sviten

Can you be more specific with your fix please?  I'm having the same issue.  What particular environment variable did you set?

280Z28

Quote from: sviten on December 16, 2005, 04:11:52 PM
Can you be more specific with your fix please?  I'm having the same issue.  What particular environment variable did you set?

Yeah a bunch of people are having trouble with this still. I'll make a new thread today in the compilation forum and make it obvious, like "How-To: Compile svn head C::B in Unicode configuration"
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
Check out The Sam Zone :cool:

sviten

Quote from: 280Z28 on December 16, 2005, 04:13:34 PM
Yeah a bunch of people are having trouble with this still. I'll make a new thread today in the compilation forum and make it obvious, like "How-To: Compile svn head C::B in Unicode configuration"

That's great and I appreciate it but I think this thread is about compiling/linking other projects, not C::B.

sviten

OK, I found my issue.  My issue was I could get it to compile correctly but it would not run ( as in "Process terminated with status 1" ).  My solution was to copy the dll file into the path.  To keep things clean, I copied it into the project folder.

Michael

Quote from: sviten on December 16, 2005, 05:59:36 PM
My solution was to copy the dll file into the path.  To keep things clean, I copied it into the project folder.

You can also add the path of the dll(s) directory in the system path (environmental variable). This is useful if other applications used the same dll(s).

Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]