|
From: Tatsuro M. <tma...@ya...> - 2010-06-03 10:20:34
|
Hello --- Mojca Miklavec wrote: > On Tue, Jun 1, 2010 at 12:37, Mojca Miklavec wrote: > > On Tue, Jun 1, 2010 at 05:52, Ethan Merritt wrote: > > > >> I suggest that you download the source from SourceForge, which is > >> the only official distribution site. > > I know that it's the only official source, but CVS is extremely > painful to work with and I prefer github for several reasons (for me > extremely important - I have some local patches that I can easily > fetch from anywhere and merging works perfectly). Until now I have > never experienced any major problem with the source on github (except > that I already manage to report a problem that has been just fixed > short before and the source didn't catch up with that fix yet). > > >> Did you run ./prepare; ./configure ? > > > > I didn't run ./prepare (or rather: I ran it for a really long time). > > I've been using the same "repository" for quite some time already, so > > it's quite possible that some files accidentally stayed in the folder. > > This in fact turned to be the reason for failure. After running > ./prepare and ./configure and disabling wxt the compilation worked > fine again. I'm sorry for the false alarm. > > 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. > > Thanks, > Mojca 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 below shows the corresponding part of config.log in the cygwin build as a reference. configure:10650: checking for wx-config configure:10681: result: no configure:10690: WARNING: wxWidgets can't be found. You can try --with-wx-config-path to give the right path to wx-config. The wxWidgets terminal will not be compiled. Regards Tatsuro -------------------------------------- 2010 FIFA World Cup News [Yahoo!Sports/sportsnavi] http://pr.mail.yahoo.co.jp/southafrica2010/ |