Page 1 of 1

Compile 1.7.1 error

Posted: Fri May 09, 2014 10:06 am
by kokoko3k
Hi, i'm facing a compilation problem with 1.7.1 and git versions, here's what happens:
out.txt.gz
Auto Build from source using archlinux package in AUR.
(8.49 KiB) Downloaded 1919 times
Any hint?
GCC is 4.9.0 20140507

PS: 1.7.0 build fine

Thanks!

Re: Compile 1.7.1 error

Posted: Fri May 09, 2014 1:56 pm
by jesse
That should be fixed in the git repo.... are you sure you pulled the latest when you tried it? I do need to make a new tar ball release though, once we're sure it can be built with all versions of wxWidgets..

Re: Compile 1.7.1 error

Posted: Sat May 10, 2014 7:22 am
by kokoko3k
MMh, thanks for looking into this.
The build process stil fails, but it seems for different reason now:
out2.txt.gz
new build try
(13.51 KiB) Downloaded 1920 times
I'm using the git package from aur (you used arch in the past, right?)

Re: Compile 1.7.1 error

Posted: Tue May 13, 2014 6:37 am
by kokoko3k
I'm a bit lost, are you sure you pushed the fixes to git?
Last commit i see on github was dated Apr 11, 2014

Re: Compile 1.7.1 error

Posted: Tue May 13, 2014 5:15 pm
by jesse
That's correct, the initial error you posted was already fixed in git back in April. That second error looks almost like some kind of wx misconfiguration... those constants have been in wx forever. I will try to build against wx2.8 here and see what happens.

Re: Compile 1.7.1 error

Posted: Wed May 14, 2014 5:00 am
by kokoko3k
...indeed passing
"--with-wxconfig-path=/usr/bin/wx-config-2.8"
to the configure script works, thanks for pointing me.
It was failing with wx 3.0

Re: Compile 1.7.1 error

Posted: Wed May 14, 2014 11:04 am
by jesse
Hmm, I definitely built against wx3!