Re: [Fink-users] ppl9-0.11.2-4 fails to compile

2013-07-16 Thread Remi Mommsen
Hi, On 16/07/13 00:24, Alexander Hansen wrote: On 7/15/13 3:17 PM, Martin Costabel wrote: On 15/07/13 18:13, Remi Mommsen wrote: Hi, I try to build gcc47, but fail to build ppl9-0.11.2-4. I don't see any obvious problem: Making all in ppl_lpsol Making all in examples make[4]:

[Fink-users] ppl9-0.11.2-4 fails to compile

2013-07-15 Thread Remi Mommsen
Hi, I try to build gcc47, but fail to build ppl9-0.11.2-4. I don't see any obvious problem: Making all in ppl_lpsol Making all in examples make[4]: Nothing to be done for `all'. gcc -DHAVE_CONFIG_H -I. -I../../../demos/ppl_lpsol -I../.. -I../../interfaces/C

Re: [Fink-users] ppl9-0.11.2-4 fails to compile

2013-07-15 Thread Alexander Hansen
On 7/15/13 9:13 AM, Remi Mommsen wrote: Hi, I try to build gcc47, but fail to build ppl9-0.11.2-4. I don't see any obvious problem: Making all in ppl_lpsol Making all in examples make[4]: Nothing to be done for `all'. gcc -DHAVE_CONFIG_H -I. -I../../../demos/ppl_lpsol -I../..

Re: [Fink-users] ppl9-0.11.2-4 fails to compile

2013-07-15 Thread Peter Dyballa
Am 15.07.2013 um 18:13 schrieb Remi Mommsen: I don't see any obvious problem: Making all in ppl_lpsol […] gcc -DHAVE_CONFIG_H -I. -I../../../demos/ppl_lpsol -I../.. -I../../interfaces/C -I/System/Library/Frameworks/JavaVM.framework/Headers -I/opt/fink/include -pedantic -std=gnu89

Re: [Fink-users] ppl9-0.11.2-4 fails to compile

2013-07-15 Thread David Fang
From this excerpt, it looks like clang's first error is on unused arguments (usually a warning, but promoted by -Werror). Remi, could you try adding -Qunused-argments to CXXFLAGS and retry? Fang On 7/15/13 9:13 AM, Remi Mommsen wrote: Hi, I try to build gcc47, but fail to build

Re: [Fink-users] ppl9-0.11.2-4 fails to compile

2013-07-15 Thread Martin Costabel
On 15/07/13 18:13, Remi Mommsen wrote: Hi, I try to build gcc47, but fail to build ppl9-0.11.2-4. I don't see any obvious problem: Making all in ppl_lpsol Making all in examples make[4]: Nothing to be done for `all'. gcc -DHAVE_CONFIG_H -I. -I../../../demos/ppl_lpsol -I../..

Re: [Fink-users] ppl9-0.11.2-4 fails to compile

2013-07-15 Thread Martin Costabel
On 16/07/13 00:24, Alexander Hansen wrote: On 7/15/13 3:17 PM, Martin Costabel wrote: On 15/07/13 18:13, Remi Mommsen wrote: Hi, I try to build gcc47, but fail to build ppl9-0.11.2-4. I don't see any obvious problem: Making all in ppl_lpsol Making all in examples make[4]: Nothing to be