Re: [Fink-users] [OT] perl editor

2002-07-10 Thread Wiggins d'Anconia
The :sh is a new trick for me and one I will definitely have to try and remember. Our dev group simulated this in a similar manner and quicker than respawning the vim process (as this can be slow on larger files) by simply suspending the process (Ctrl+z), the firing the perl script (or whateve

Re: [Fink-users] xfree86-base compile problem

2002-07-10 Thread Chris Devers
On Tue, 9 Jul 2002, John Melby wrote: > /usr/bin/make ...and what does a "ls -la /usr/bin/make" give? I get (roughly) % ls -la `which make` lrwxr-xr-x 1 root wheel 7 Jun 29 12:26 /usr/bin/make -> gnumake % ls -la `which gnumake` -rwxr-xr-x 1 root wheel 184648 Mar 20 16:41 /usr/bin/gnu

Re: [Fink-users] [OT] perl editor

2002-07-10 Thread Chris Devers
On Wed, 3 Jul 2002, Koen van der Drift wrote: > At 01:13 AM 7/3/2002 -0400, Chris Devers wrote: > > Take a look under /sw/fink/dists/stable/main/finkinfo/editors for a > > few options (err, mostly Emacs & Vi variants... :/ ), and there are > > some others scattered around the rest of the Fink cat

Re: [Fink-users] Re: tcl-tk install problems

2002-07-10 Thread Martin Costabel
ellem wrote: [] >> * if appropriate, the exact error output you received >> > > cpp-precomp: warning: errors during smart preprocessing, retrying in > basic mode > make: *** [tk3d.o] Error 1 > ranlib: can't open file: libtkstub8.3.a (No such file or directory) The actual errors must appear earl

[Fink-users] Re: tcl-tk install problems

2002-07-10 Thread ellem
Sorry, hope this helps. SNIP > "The information you provided is incomplete. Please make sure > you state: > * the exact version of fink you are using ("fink > --version") mrsparkle ellem ~ $ fink --version Package manager version: 0.9.12 Distribution version: 0.4.0.cvs > * the exact version and

Re: [Fink-users] Can't get some things working because....

2002-07-10 Thread Jeff Whitaker
On Wed, 10 Jul 2002, Brendan Lane Larson wrote: > I can't believe that a Python installation *needs* or is dependent on > tcltk. > Have you heard of Tkinter? It's python's interface to tk, and it is the defacto standard for cross-platform gui programming with python. It's a very important piec

Re: [Fink-users] Can't get some things working because....

2002-07-10 Thread Brendan Lane Larson
I can't believe that a Python installation *needs* or is dependent on tcltk. I have compiled (from source) and installed Python *independently* of fink in the past, without any known dependencies on tcltk. -Brendan On Wednesday, July 10, 2002, at 04:33 AM, ellem wrote: > tcltk keeps dying.

Re: [Fink-users] dselect update errors

2002-07-10 Thread Ben Hines
On Wednesday, July 10, 2002, at 10:21 AM, Ryan Scott Elliott wrote: > > Failed to fetch > file:/sw/fink/dists/local/main/binary-darwin-powerpc/Packages File not > found > > > any ideas? > Run "fink scanpackages" -Ben --- This sf.net emai

[Fink-users] tcl-tk install problems

2002-07-10 Thread Ben Hines
On Wednesday, July 10, 2002, at 07:33 AM, ellem wrote: > tcltk keeps dying. Subsequently things like Python, MySQL and such > will not install becuase they seem to need tcltk. > > Here's the end of the error message. This one is from me trying to > install tcltk using $ sudo fink install tc

Re: [Fink-users] Suggestions on how to compile xforms?

2002-07-10 Thread Martin Costabel
Norman Hawker wrote: [] > xmkmf -a > mv -f Makefile Makefile.bak > imake -DUseInstalled -I/usr/X11R6/lib/X11/config > make Makefiles > Makefile:2: *** missing separator (did you mean TAB instead of 8 > spaces?). Stop. Another idea: There may be something wrong with either xmkmf or imake. What

Re: [Fink-users] rsync vs. rsyncX (e.g)

2002-07-10 Thread Bill Bumgarner
Key emphasis on 'appears' -- I was going from information I could find online without building the code [no time] with the hopes that someone more knowledgeable would step in and provide additional information. Martin did so [thank you!!!] and I agree -- no way can rsyncX be used as a replace

Re: [Fink-users] rsync vs. rsyncX (e.g)

2002-07-10 Thread Martin Costabel
Bill Bumgarner wrote: > > I briefly looked at the rsync as provided by macosxlabs.org. In my > opinion, the key criteria for replacing the rsync package as distributed > by Fink are two fold: > > Compatibility > > It appears that rsync+HFS (for lack of a better moniker) maintains > com

[Fink-users] dselect update errors

2002-07-10 Thread Ryan Scott Elliott
Hello fink, There seems to be some problem with updating the package descriptions. Some files are "missing" here is what happens if I run "sudo apt-get update" Err file: local/main Packages File not found Ign file: local/main Release Err file: stable/main Packages File not found Ig

[Fink-users] libX11 problems

2002-07-10 Thread Michael Sierk
I keep getting the following error with symbols 'expected to be defined in libX11' upon compilation of various packages - does anyone know what I can do to fix this? Thanks, Mike Sierk gcc -o .libs/xglyph -L/sw/lib xglyph.o -L../lib/.libs -lt1x -lt1 -L/usr/X11R6/lib -lXaw -lXt -lXmu -lSM -lIC

Re: [Fink-users] rsync vs. rsyncX (e.g)

2002-07-10 Thread Bill Bumgarner
I briefly looked at the rsync as provided by macosxlabs.org. In my opinion, the key criteria for replacing the rsync package as distributed by Fink are two fold: Compatibility It appears that rsync+HFS (for lack of a better moniker) maintains compatibility with the non-extended rsy

Re: [Fink-users] Suggestions on how to compile xforms?

2002-07-10 Thread Martin Costabel
On mercredi, juillet 10, 2002, at 04:58 , Norman Hawker wrote: [] > Makefile:2: *** missing separator (did you mean TAB instead of 8 > spaces?). Stop. > ### failed, exit code 2 > Failed: compiling xforms-0.-3 failed > Did you copy the xforms-*.patch file using something that transforms tab

[Fink-users] Suggestions on how to compile xforms?

2002-07-10 Thread Norman Hawker
I've been trying to install xforms for some time now without success, and I'd appreciate any suggestions anyone has. Here is what I get: Password: Information about 1273 packages read in 1 seconds. The following 2 additional packages will be installed: xforms-bin xforms-shlibs Do you want to c

[Fink-users] Can't get some things working because....

2002-07-10 Thread ellem
tcltk keeps dying. Subsequently things like Python, MySQL and such will not install becuase they seem to need tcltk. Here's the end of the error message. This one is from me trying to install tcltk using $ sudo fink install tcltk: cpp-precomp: warning: errors during smart preprocessing, retr

Re: [Fink-users] KDE: multiple definitions of symbol _main

2002-07-10 Thread Benjamin Reed
On Wed, 2002-07-10 at 09:10, Martin Costabel wrote: > libxpg4 sets the environment variable DYLD_FORCE_FLAT_NAMESPACE > which can be responsible for "multiple definitions of symbol" > errors. > Try to remove libxpg4 and see if this changes something. I doubt > it, though. Actually, that is the

[Fink-users] Re: Fink-users digest, Vol 1 #946 - 15 msgs

2002-07-10 Thread John Melby
On Wednesday, July 10, 2002, at 06:35 AM, Max Horn <[EMAIL PROTECTED]> wrote: > Message: 4 > Date: Tue, 9 Jul 2002 21:58:08 +0200 > To: [EMAIL PROTECTED] > From: Max Horn <[EMAIL PROTECTED]> > Subject: Re: [Fink-users] xfree86-base compile problem > > What version of the dev tools? ('cc -v') R

Re: [Fink-users] KDE: multiple definitions of symbol _main

2002-07-10 Thread Martin Costabel
On mercredi, juillet 10, 2002, at 01:38 , Philip Mötteli wrote: [] >> Final question: Do you have libxpg4 installed? > > I seem to have the most recent version installed: > > i libxpg4 20010605-17 Locale-enabling preload library libxpg4 sets the environment variable DYLD_FORCE_FLAT_NAME

Re: [Fink-users] KDE: multiple definitions of symbol _main

2002-07-10 Thread Philip Mötteli
Hi Am Mittwoch den, 10. Juli 2002, um 09:40, schrieb Martin Costabel: > Philip Mötteli wrote: >> I have installed KDE by using the binaries and I have MOSX10.1.5. >> Now, when I start e. g. konqueror, I have the following error messages: >> localhost% konqueror >> kdeinit: Launched DCOPS

Re: Re(2): [Fink-users] rsync vs. rsyncX (e.g)

2002-07-10 Thread Tim Pritlove
On 10.07.2002 12:17 Uhr, "Stefan Berreth" <[EMAIL PROTECTED]> wrote: >> >> Because this is the rsync package. Nothing prevents you from making a >> "rsyncx" package, though, if it is a command line app. If it is a Mac >> OS X GUI app (Cocoa/Carbon), it shouldn't be package via Fink. > > hmm, th

Re(2): [Fink-users] rsync vs. rsyncX (e.g)

2002-07-10 Thread Stefan Berreth
Tue, 9 Jul 2002 22:01:26 +0200 >At 13:57 Uhr +0200 09.07.2002, Stefan Berreth wrote: [...] >> >>but: can anybody explain to me why the rsync version installed by fink is >>not the HFS+ filesystem enhanced version of rsync? (see >www.macosxlabs.org/rsyncx/rsyncx.html>) >> > >[...] > >>- is there

Re: [Fink-users] KDE: multiple definitions of symbol _main

2002-07-10 Thread Martin Costabel
Philip Mötteli wrote: > I have installed KDE by using the binaries and I have MOSX10.1.5. > Now, when I start e. g. konqueror, I have the following error messages: > > localhost% konqueror > kdeinit: Launched DCOPServer, pid = 5998 result = 0 > Could not find start_launcher: dlcompat