On Thu, Aug 17, 2006 at 04:59:54PM -0700, Rainer Heilke wrote: > make > make: Fatal error in reader: Makefile, line 27703: Macro assignment on > dependency line
Yes, it generates a GNU-specific makefile even though it specifically checked make and saw that it was *NOT* GNU make. Typical broken autotools garbage, sigh. > ./include/wx/app.h:650:31: wx/univ/theme.h: No such file or directory > gmake: *** [.pch/wxprec_basedll/wx/wxprec.h.gch] Error 1 > If I get more time in the next couple of days (maybe tonight), I'll > follow up on gmake. Sun's make obviously won't work on the > (GCC-specific?) Makefile. Perhaps I need to pass --with-gtk instead Yes, that's what I did. Specifically, I grabbed wxGTK 2.7.0 and used ./configure --enable-unicode --without-motif --with-gtk gmake It did build successfully; I have no idea if it's good enough for XaraLX or anything else but it's a start. -- Keith M Wesolowski "Sir, we're surrounded!" FishWorks "Excellent; we can attack in any direction!"
