Re: [Fink-users] gcc434 failure (Dl_info issue)

2008-11-30 Thread Martin Costabel
Alexander Hansen wrote: > > On Nov 30, 2008, at 10:52 AM, christian Boily wrote: [] >> ../../../gcc-4.3.1/libjava/boehm.cc: In function 'void >> _Jv_RegisterLibF >> orGc(const void*)': >> ../../../gcc-4.3.1/libjava/boehm.cc:704: error: >> 'Dl_info' was not declared in this scope >> ^

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 co

Re: [Fink-users] gnome-settings-daemon causes problems

2008-11-30 Thread Richard E. Miles
On Nov 30, 2008, at 6:54 PM, Alexander Hansen wrote: > > On Nov 30, 2008, at 8:00 PM, Richard E. Miles wrote: > >> I have been trying to get gnome configured so that it will work >> properly. When I start gnome I get a message saying there was a >> prblem >> starting gnome-settings-daemon, retu

Re: [Fink-users] gnome-settings-daemon causes problems

2008-11-30 Thread Alexander Hansen
On Nov 30, 2008, at 8:00 PM, Richard E. Miles wrote: > I have been trying to get gnome configured so that it will work > properly. When I start gnome I get a message saying there was a prblem > starting gnome-settings-daemon, return value 0. Themes, sound, > backgrounds will not work. Indeed I di

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() > functio

[Fink-users] gnome-settings-daemon causes problems

2008-11-30 Thread Richard E. Miles
I have been trying to get gnome configured so that it will work properly. When I start gnome I get a message saying there was a prblem starting gnome-settings-daemon, return value 0. Themes, sound, backgrounds will not work. Indeed I did some tests and found that if I start gnome-settings-d

Re: [Fink-users] gcc434 failure (Dl_info issue)

2008-11-30 Thread Alexander Hansen
On Nov 30, 2008, at 10:52 AM, christian Boily wrote: > > Hi, I have had an unexpected (!) problem trying to compile gcc43 > under fink - > which seems to be > related to some data structure > (Dl_Info) related to Java being unavailable on my system (OS X > 10,4,11). I do > have Java 1.5 in /

[Fink-users] gcc434 failure (Dl_info issue)

2008-11-30 Thread christian Boily
Hi, I have had an unexpected (!) problem trying to compile gcc43 under fink - which seems to be related to some data structure (Dl_Info) related to Java being unavailable on my system (OS X 10,4,11). I do have Java 1.5 in /usr/bin and using fink install I get this after some 1h of compilati

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 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 e

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 wo

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 build/cl

[Fink-users] problem running apps under mono

2008-11-30 Thread Geoffrey Smith
Hello all, I have been having difficulty getting .NET apps to work with mono. I have XQuartz 2.3.1, fink 0.28.6, 10.5.5, and mono 2.0.1-1 installed. When trying to run a simple app I get the error: > Unhandled Exception: System.ArgumentException: The requested > FontFamily could not be foun

[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 build

Re: [Fink-users] control-center vs. gnome-settings-daemon

2008-11-30 Thread Martin Costabel
Gary K Olson wrote: > I had the same problem. I temporarily removed control-center, control- > center2-shlibs and control-center2-dev using: sudo dpkg --force- > depends --remove [files], installed gnome-settings-daemon, and then > reinstalled the control-center files. This should work for th

Re: [Fink-users] control-center vs. gnome-settings-daemon

2008-11-30 Thread Gary K Olson
I had the same problem. I temporarily removed control-center, control- center2-shlibs and control-center2-dev using: sudo dpkg --force- depends --remove [files], installed gnome-settings-daemon, and then reinstalled the control-center files. This should work for the most recent versions. G