|
From: Mojca M. <moj...@gm...> - 2010-06-03 11:08:14
|
2010/6/3 Tatsuro MATSUOKA wrote: > >> Maybe the option should be switched off on Mac by default (unless one >> would enable it with --enable-wxwidgets)? Configuration step usually >> doesn't detect any problem, it's only the building step that fails. > > On the cygwin build, there is no wxwidgets dependencies. The configure script generated by ./prepare > from the current cvs source detects correctly detects that wxwidgets dependencies (include files and > libraries) does not exist and build process goes well without any problem. > > Perhaps the detection mechanism of the configure on the Mac OS might not work correctly. > How config.log told that if you execute the configure without --disable-wxwidgets ? The detection mechanism is not the problem. wxWidgets *are* present, but the building scripts have never been properly configured to compile wx programs on Mac. I know about the thread from March (report about working wxt), but I need to devote some more time to carefully try out every step (I don't have much expertise in building sources). Mojca |