Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-24 Thread Martin Costabel
Jean-François Mertens wrote: [] But sorry, have no 10.5, _ and for the moment not even my G5 _ to look further... Since the problem appears only for 10.5/ppc, and then apparently only with xcode-3.1, I am out of it, too. I only have access to 10.5/intel and 10.4/ppc, or with some effort to

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-24 Thread Dominique Dhumieres
Martin, Thanks for the answer. The file flurry.c is compiled on intel, too, but differently. Not on my macbook. I have a closer look and saw: ... config.status: executing default-2 commands # Note: The OpenGL 3D

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-24 Thread Dominique Dhumieres
Note that if I add manually -U__VEC__, flurry.c compiles: [karma] hacks/glx% sudo gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -std=c89 -U__STRICT_ANSI__ -U__VEC__ -no-cpp-precomp -c -I. -I. -I./../../utils -I./.. -I../.. -I/sw/lib/pango-ft219/include/pango-1.0

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-24 Thread Martin Costabel
Dominique Dhumieres wrote: [] gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -std=c89 -U__STRICT_ANSI__ -U__VEC__ -Wall -c -I. -I. -I./../utils -I.. -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include/freetype2

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-24 Thread Martin Costabel
Martin Costabel wrote: Dominique Dhumieres wrote: [] gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -std=c89 -U__STRICT_ANSI__ -U__VEC__ -Wall -c -I. -I. -I./../utils -I.. -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/fontconfig2/include

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-24 Thread Dominique Dhumieres
Try to put OBJCC=gcc into the ConfigureParams, in addition to the SetCC line. I have changed the info file to: ... Source-MD5: 3ea7d0bc9b7159523855296e175d7ac7 SetCC: gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -std=c89 -U__STRICT_ANSI__ -U__VEC__ SetCPPFLAGS:

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-24 Thread Dominique Dhumieres
The following 2 lines in xscreensave.info produce correct compiler lines for me; please try: SetCC: gcc -U__VEC__ PatchScript: perl -pi -e 's|(OBJCC=).*|$1\gcc -Wall\|' configure With ... SetLDFLAGS: -L%p/lib/freetype219/lib SetCC: gcc -U__VEC__ PatchScript: perl -pi -e 's|(OBJCC=).*|$1\gcc

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-24 Thread Martin Costabel
Dominique Dhumieres wrote: The following 2 lines in xscreensave.info produce correct compiler lines for me; please try: SetCC: gcc -U__VEC__ PatchScript: perl -pi -e 's|(OBJCC=).*|$1\gcc -Wall\|' configure With ... SetLDFLAGS: -L%p/lib/freetype219/lib SetCC: gcc -U__VEC__

[Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21-1011 failed

2008-08-23 Thread Dominique Dhumieres
Over a month ago I have posted http://www.mail-archive.com/fink-users@lists.sourceforge.net/msg28001.html The failure is still present and is blocking to install KDE or Gnome. Could someone have a look to the problem? As far as I can tell, configure try to install flurry (and probably others)

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-23 Thread Ilgaz Öcal
. Or xcode 3.1 has a bug hitting us only. Have a nice day. Ilgaz - original message - Subject:[Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21-1011 failed From: [EMAIL PROTECTED] (Dominique Dhumieres) Date: 23-08-2008 18:38 Over a month ago I have posted http

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21-1011 failed

2008-08-23 Thread Alexander Hansen
On Aug 23, 2008, at 2:37 PM, Dominique Dhumieres wrote: Over a month ago I have posted http://www.mail-archive.com/fink-users@lists.sourceforge.net/msg28001.html The failure is still present and is blocking to install KDE or Gnome. Could someone have a look to the problem? As far as I can

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-23 Thread Dominique Dhumieres
Do you have G5 processor(s)? Yes. Did you ever backup /sw and restore? No From what I have seen flurry.c is not built on intel OSX 10.5.4 XCode 3.0. So xscreensaver builds without problem. I don't understand why it tries to build on ppc and I think the problem is related to the definition of

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-23 Thread Jean-François Mertens
On 24 Aug 2008, at 01:19, Dominique Dhumieres wrote: So xscreensaver builds without problem. I don't understand why it tries to build on ppc and I think the problem is related to the definition of 'vector' right _ the line with 'vector' immediately attracted my attention, and suggested