Displaying 3 results from an estimated 3 matches for "lwxmsw241d".
Did you mean:
wxmsw241d
2004 Aug 05
2
libraries needed to distribute app
Hi
I''m making an installer for my WxRuby app, using exerb. I''ve included
wxruby.so in the package, and it seems to work fine on my computer, but
are there any other dlls or whatever I''m likely to need, for example for
WxWidgets itself?
Cheers
alex
2003 Aug 22
1
README.mingw32
...$LIBS variable
(under /mingw32/ section) to include wxmsw241.dll library during the linking
phase.
However, if you built wxWindows with "-enable-debug" and therefore have
wxmsw241d.dll, then you need to replace the $LIBS line under /mingw32/
section with the following:
$LIBS += " -lwxmsw241d"
to link the proper library.
* copy wxruby.so (which is just built) to
C:\MinGW\lib\ruby\site-ruby\1.8\i386-msvcrt\wxruby.so
(the actual path will vary according to your setup.)
* now you can try some of the samples included in wxruby package. Enjoy :-)
Credits
========
I am thankful...
2004 Aug 06
12
0.4.0 Compiling Under Mingw
...; I am compiling wxRuby 0.4.0 on WinXP Home under MingW and MSYS 1.0. I
can
> compile wxWindows and Ruby fine and I get about 20 minutes into the
wxRuby
> compile and it quits, It says:
[snip]
>
C:\mingw\bin\..\lib\gcc-lib\mingw32\3.2.3\..\..\..\..\mingw32\bin\ld.exe
:
> cannot find -lwxmsw241d
> make: *** [wxruby.so] Error 1
> I replaced the $LIBS in the extconf.rb file per instructions because I
> compiled wxwindows with debugging.
Silly question: have you build the wxWidgets in debug mode? Is the
wxmsw241d (wxWidgets-MSWindows-2.4.1-debug) dll/lib files in the
includes path...