From: Daan L. <daa...@xs...> - 2003-11-08 18:26:06
|
Hi Brandon, > I've rebuilt wxWindows passing --with-glcanvas to configure, and rebuilt > wxHaskell. The opengl samples in the wxWindows distribution all work, > so I'm pretty sure I've compiled the glcanvas stuff. I've recompiled > all of wxHaskell, and I'm still seeing these link errors. Very strange. Maybe you have forgotten to run "make install" on wxWindows? (and thus libwxc-0.4.so links with an older version of the wxWindows libs) I suspect that is it since the wxWindows samples work. Furthermore, the link errors are really on the wxWindows side so somehow an older version of the libwx_gtk_xxx.so is found. > Take a look at the patch yourself. It only changes two lines, and in one > I > added an option to the build rule because I couldn't find the right > variable to put it in. What do you mean? Which patch? Do you mean the diff of the makefile you send earlier? All the best, Daan. |