Re: [Fink-users] Compiling KDevelop

2003-01-02 Thread Alexander Hansen
Sounds like a problem with your Dev Tools installation. Here's what I have on my system, for comparison: [ldx3:~] hansen% locate libstdc++ /usr/lib/gcc/darwin/2.95.2/libstdc++.a /usr/lib/gcc/darwin/3.1/libstdc++.a /usr/lib/gcc/darwin/3.1/private/A/libstdc++.dylib /usr/lib/gcc/darwin/3.1/private/l

[Fink-users] KDE 3.1 RC5 available in Fink unstable

2003-01-02 Thread Benjamin Reed
(part of my new year's resolution is to be a bit more proactive in saying what's going on in kde-darwin development =) KDE 3.1 RC5 is in Fink unstable as of a few minutes ago. Please give it a shot, and let me know if you have any issues. I'm pretty confident all the major issues are worked out,

RE: [Fink-users] Compiling KDevelop

2003-01-02 Thread Nicolas Vollmar
I've reinstalled july dev tools, oct dev tools patch and dez dev tools and none of them has libstdc++.dylib :/ Where can I get it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Alexander Hansen Sent: Donnerstag, 2. Januar 2003 14:44 To: Nicolas Vollmar

Re: [Fink-users] Compiling KDevelop

2003-01-02 Thread Martin Costabel
Nicolas Vollmar wrote: I've reinstalled july dev tools, oct dev tools patch and dez dev tools and none of them has libstdc++.dylib :/ You forgot the August2002 update :-) It's in there. OTOH, there is no libgcc.dylib anywhere. -- Martin -

Re: [Fink-users] Compiling KDevelop

2003-01-02 Thread Jeffrey Sanders
How did you reinstall the July developer tools? I tried doing that from the CD, but since I already had installed the December Developer tools, it wouldn't let me install an older version. It doesn't matter if you delete the /Developer folder, and get rid of stuff in the Private Frameworks folder

[Fink-users] Upgrading to fink for Mac OSX 10.2

2003-01-02 Thread John Hurst
I'm following the instruction on http://fink.sourceforge.net/download/10.2-upgrade.php and got to the second line of step 2 "sudo apt-get dist-upgrade". The download happened in two stages, as I had to disconnect from the internet before completion. When I restarted, everything went fine,

Re: [Fink-users] KDE 3.1 RC5 available in Fink unstable

2003-01-02 Thread Martin Costabel
Benjamin Reed wrote: - KDE-related Software Updates: The following non-core KDE packages have been added/updated: kdbg: version 1.2.6 kdevelop: 3.0 alpha2 koffice: 1.2.1 mosfet-liquid: 0.9.6pre1 qt3: 3.1 While I can't comment on the new kde yet (maybe in 2 or 3 days when it will

RE: [Fink-users] Compiling KDevelop

2003-01-02 Thread Nicolas Vollmar
I've done what an windows user would do, "format c:" ;) I'm new on Mac and I've tried out many things... I though it's a good time to reinstall MacOS X new. But where can I get libstdc++.dylib when it isn't in dev tools? Nicolas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

Re: [Fink-users] KDE 3.1 RC5 available in Fink unstable

2003-01-02 Thread Benjamin Reed
On Thu, 2003-01-02 at 18:17, Martin Costabel wrote: > The fact that all qt3 splitoffs are "BuildDependsOnly: true" is probably > only a copy-n-pasto. Yeah. I'll have to clean that up. > What gives me trouble is that the headers that were in qt3 previously > are in qt3-dev now. This means that

Re: [Fink-users] KDE 3.1 RC5 available in Fink unstable

2003-01-02 Thread Martin Costabel
Benjamin Reed wrote: [] Well, originally I had put those packages together assuming that they would be released before qt 3.1 packages got released. That would have made it all OK, because at the time, for compatibility purposes, qt3 depended on qt3-dev in the new packages, so it would have conti

Re: [Fink-users] KDE 3.1 RC5 available in Fink unstable

2003-01-02 Thread David R. Morrison
On Jan 2,2003 18:23:19 -0500, Benjamin Reed <[EMAIL PROTECTED]> wrote : >On Thu, 2003-01-02 at 18:17, Martin Costabel wrote: > >> The fact that all qt3 splitoffs are "BuildDependsOnly: true" is probably >> only a copy-n-pasto. > >Yeah. I'll have to clean that up. > >> What gives me trouble is t

Re: [Fink-users] Compiling KDevelop

2003-01-02 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, January 2, 2003, at 06:19 PM, Nicolas Vollmar wrote: I've done what an windows user would do, "format c:" ;) I'm new on Mac and I've tried out many things... I though it's a good time to reinstall MacOS X new. ouch. But where can I g

[Fink-users] libgdal problems

2003-01-02 Thread dukechansey
I'm not sure if this has been posted before, but what the heck: Whenever I try to run a gdal program, I always get this error: dyld: gdal_translate can't open library: ./libgdal.1.1.dylib (No such file or directory, errno = 2) Trace/BPT trap (for gdal_translate.) Now, I know libgdal.1.1.dylib e

Re: [Fink-users] KDE 3.1 RC5 available in Fink unstable

2003-01-02 Thread Ben Hines
On Thursday, January 2, 2003, at 03:23 PM, Benjamin Reed wrote: work. Then it was pointed out that you're not supposed to depend on -dev packages so I removed it (which in this case, I don't agree with, but what the hey). =) You don't agree with the ability to have multiple versions of lib

Re: [Fink-users] libgdal problems

2003-01-02 Thread Ben Hines
On Thursday, January 2, 2003, at 06:59 PM, [EMAIL PROTECTED] wrote: Whenever I try to run a gdal program, I always get this error: dyld: gdal_translate can't open library: ./libgdal.1.1.dylib (No such file or directory, errno = 2) This means the install_name of the library is wrong: % otoo

Re: [Fink-users] KDE 3.1 RC5 available in Fink unstable

2003-01-02 Thread Benjamin Reed
On Thursday, January 2, 2003, at 10:49 PM, Ben Hines wrote: On Thursday, January 2, 2003, at 03:23 PM, Benjamin Reed wrote: work. Then it was pointed out that you're not supposed to depend on -dev packages so I removed it (which in this case, I don't agree with, but what the hey). =) You

Re: [Fink-users] KDE 3.1 RC5 available in Fink unstable

2003-01-02 Thread Benjamin Reed
On Thursday, January 2, 2003, at 06:34 PM, Martin Costabel wrote: Benjamin Reed wrote: [] Well, originally I had put those packages together assuming that they would be released before qt 3.1 packages got released. That would have made it all OK, because at the time, for compatibility purposes

[Fink-users] Dec 2002 Dev Tools not installed ...

2003-01-02 Thread Kow K
Hi, I'm reporting a minor problem and going to make a suggestion. I was in the process of "fink update-all" with CVS enabled (10.2.3). The update process stopped with Qt compilation, leaving the following message: [snipped] *** ERROR *** ERROR *** ERROR *** ERROR *** ERROR *** This package dep

[Fink-users] Re: [Fink-devel] Dec 2002 Dev Tools not installed ...

2003-01-02 Thread Ben Hines
On Thursday, January 2, 2003, at 07:35 PM, Kow K wrote: While this error isn't fatal, I think it would be helpful to indicate this at the beginning of the update process, with a user prompt like: Note: packages qt3-3.1.1-1 ... need Dec 2002 Developer Tools installed. Do you have it already? [

[Fink-users] Re: [KDE-Darwin] QT3 fails with the following...

2003-01-02 Thread Benjamin Reed
On Thursday, January 2, 2003, at 09:24 PM, Steve Wright wrote: Here's my error msg ... cp -f "../doc/html/xform.png" "/sw/src/root-qt3-3.1.1-1../../../../share/doc/qt3/html" This doesn't happen on my setup, but I can only assume at the very list that install root thing is bad. I've made

[Fink-users] qt3 install fails

2003-01-02 Thread Loek Jehee
Hello, Installing qt3-shlibs fails with the following error message (see below). What am I doing wrong? [skip] cp -f "../doc/html/workspace.html" "/sw/src/root-qt3-3.1.1-1../../../../share/doc/qt3/html" cp -f "../doc/html/xform-example.html" "/sw/src/root-qt3-3.1.1-1../../../../share/doc/qt3/h