|
From: Mojca M. <moj...@gm...> - 2010-06-03 01:58:09
|
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
|