[Fink-users] Problems compiling linuxdcpp

2008-11-30 Thread Florian Lindner
Hello, I try to compile linuxdcpp from unstable on 10.5.5 but I get a linker error. Who can help? Thanks, Florian g++ -o linuxdcpp -L/sw/lib/system-openssl/lib -L/usr/lib -Wl,- framework,CoreServices -Wl,-framework,ApplicationServices build/client/ AdcCommand.o build/client/AdcHub.o

Re: [Fink-users] Problems compiling linuxdcpp

2008-11-30 Thread Martin Costabel
Florian Lindner wrote: Hello, I try to compile linuxdcpp from unstable on 10.5.5 but I get a linker error. Who can help? I'd like to, but I get a much weirder error earlier on. After the configure phase, the first compiler line appears: scons: Building targets ... g++ -o

Re: [Fink-users] Problems compiling linuxdcpp

2008-11-30 Thread Martin Costabel
Martin Costabel wrote: [] more input. Maybe this scons thing does not work with python26; I'll test further. This is now confirmed. The scons system has in /sw/lib/scons-1.0.1/SCons/Environment.py a horribly complicated Append() function for constructing compiler flags, and this does not

Re: [Fink-users] Problems compiling linuxdcpp

2008-11-30 Thread Hanspeter Niederstrasser
Martin Costabel wrote: Florian Lindner wrote: Hello, I try to compile linuxdcpp from unstable on 10.5.5 but I get a linker error. Who can help? Undefined symbols: _XFlush, referenced from: _egg_tray_icon_update_manager_window in eggtrayicon.o This is easy. There's an

Re: [Fink-users] Problems compiling linuxdcpp

2008-11-30 Thread Hanspeter Niederstrasser
Florian Lindner wrote: Hello, I try to compile linuxdcpp from unstable on 10.5.5 but I get a linker error. I've committed a fix for this. Look for revision -4 after doing a selfupdate. Hanspeter -- Hanspeter Niederstrasser hanspeter at snaggledworks.com

Re: [Fink-users] Problems compiling linuxdcpp

2008-11-30 Thread Daniel E. Macks
Martin Costabel [EMAIL PROTECTED] said: Martin Costabel wrote: [] more input. Maybe this scons thing does not work with python26; I'll test further. This is now confirmed. The scons system has in /sw/lib/scons-1.0.1/SCons/Environment.py a horribly complicated Append() function for

Re: [Fink-users] Problems compiling linuxdcpp

2008-11-30 Thread Martin Costabel
Daniel E. Macks wrote: Martin Costabel [EMAIL PROTECTED] said: Martin Costabel wrote: [] more input. Maybe this scons thing does not work with python26; I'll test further. This is now confirmed. The scons system has in /sw/lib/scons-1.0.1/SCons/Environment.py a horribly complicated