Hi
Not sure if this is the right list, and I am not sure if you already know this, but it seemed the best option.
I can install wxWidgets without any problems, however after running "make", "make install" and "make clean" I cannot make any of the sample files that come with wx.
It would seem that the makefile is not looking for the libraries in the installed location, rather in the current directory structure.
That is: if I use the directory myBuild and I am making the minimal, my path would be /wx/myBuild/samples/myBuild. The output from make indicates the library path being looked for is ../../lib so I keep getting errors such as the following:
g++ -o minimal.exe minimal_sample_rc.o minimal_minimal.o -mthreads -L../../lib -mwindows -lwx_msw-2.6 -lwxtiff-2.6 -lwxjpeg-2.6 -lwxpng-2.6 -lwxzlib-2.6 -lwxregex-2.6 -lwxexpat-2.6 -mthreads -Wl,--version-script,../../version-script
-lrpcrt4 -loleaut32 -lole32 -luuid -lodbc32 -lole32 -loleaut32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32
E:\ians_disc\msys\mingw\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot find -lwx_msw-2.6
WX: 2.6.2-1
OS: Windows XP
Compiler: Mingw 3.4.2 with Msys
Introducing the new Yahoo! Answers Beta – A new place to get answers to your questions –
Try it