[Fink-users] SDL 1.2 Warning

2017-04-02 Thread David Lowe
I'm not sure if this is coming from sdl or sdl-mixer, but i see this whenever i launch a program that uses sdl for audio: > WARNING: 140: This application, or a library it uses, is using the > deprecated Carbon Component Manager for hosting Audio Units. Support > for this will be removed

[Fink-users] ScummVM misses dependency

2017-03-30 Thread David Lowe
$ scummvm dyld: Library not loaded: /sw/lib/fluidsynth1/lib/libfluidsynth.1.dylib -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

[Fink-users] ScummVM misses dependency

2017-03-27 Thread David Lowe
I got this on the first run after a new install: $ scummvm dyld: Library not loaded: /sw/lib/fluidsynth1/lib/libfluidsynth.1.dylib Installing libfluidsynth made this problem go away. Sent from the galactic interweb

Re: [Fink-users] Pango Problem

2015-09-13 Thread David Lowe
On 2015 Sep 10, at 2:07 PM, Daniel Macks wrote: Sorry for not getting back to you right away. > Do you have "pango1-xft2-ft219" installed, or just > "pango1-xft2-ft219-shlibs" (and possibly ...-dev)? The binary was just pango1-xft2-ft219-shlibs. Of

Re: [Fink-users] confusion

2015-08-26 Thread David Lowe
On 2015 Aug 26, at 5:09 AM, Jacques Bloch jacques.bl...@ur.de wrote: So why putting so much emphasis on apt-get in the docu, while fink is the one that always works? Please, it's a few lines. There's no need to claim that it is being emphasized. It's a useful alternative for people

Re: [Fink-users] confusion

2015-08-26 Thread David Lowe
On 2015 Aug 26, at 12:31 AM, Jacques Bloch jacques.bl...@ur.de wrote: I am confused by the info on the fink web page http://finkproject.org/download/. It says: Use apt-get. Apt-get will fetch and install binary packages for you, saving compiling time. You should either use this method or

Re: [Fink-users] Failed: phase compiling: gcc49-4.9.3-1000 failed

2015-07-16 Thread David Lowe
On 2015 Jul 15, at 5:44 PM, David Lowe doctorjl...@earthlink.net wrote: 1) The presence of third-party developer headers in /usr/local (which can be solved by moving /usr/local aside before building gcc49) Oops, i forgot about that. I just renamed it and things are compiling again

Re: [Fink-users] Failed: phase compiling: gcc49-4.9.3-1000 failed

2015-07-15 Thread David Lowe
On 2015 Jul 15, at 8:31 AM, Jack Howarth howarth.at.f...@gmail.com wrote: David, I've never seen that particular boot-strap comparison failure error on x86_64-apple-darwin12.6.0/libstdc++-v3/src/c++98/basic_file.o before (the other ones are expected and the build ignores). In general,

[Fink-users] Failed: phase compiling: gcc49-4.9.3-1000 failed

2015-07-15 Thread David Lowe
Making all in python sed -e 's,@pythondir@,/sw/lib/gcc4.9/share/gcc-4.9.3/python,' \ -e 's,@toolexeclibdir@,/sw/lib/gcc4.9/lib/i386,' ../../../../../gcc-4.9.3/libstdc++-v3/python/hook.in gdb.py true AR_FLAGS=rc CC_FOR_BUILD=gcc

Re: [Fink-users] Failed: phase compiling: libjasper.1-1.900.1-6 failed

2015-07-02 Thread David Lowe
Did this get lost in the future-proof shuffle? On 2015 Jun 11, at 4:27 AM, David Lowe doctorjl...@verizon.net wrote: On 2015 Jun 1, at 10:38 PM, Daniel Macks dma...@netspace.org wrote: autoreconf -fi /sw/bin/libtoolize: line 3601: /sw/bin/grep: No such file or directory First

Re: [Fink-users] Failed: phase compiling: libjasper.1-1.900.1-6 failed

2015-06-11 Thread David Lowe
On 2015 Jun 1, at 10:38 PM, Daniel Macks dma...@netspace.org wrote: autoreconf -fi /sw/bin/libtoolize: line 3601: /sw/bin/grep: No such file or directory First sign of trouble is there...fink's libtoolize is hardcoding fink's grep but then not finding it, so it will fail to accomplish

Re: [Fink-users] Failed: phase compiling: libjasper.1-1.900.1-6 failed

2015-06-02 Thread David Lowe
Well, my laptop got wet, so i'm leaving it off the next few days.  I'll check the versions then. On Monday, June 1, 2015 10:38 PM, Daniel Macks dma...@netspace.org wrote: On Mon, 1 Jun 2015 07:53:42 -0700, David Lowe doctorjl...@verizon.net wrote: I'm getting the following

[Fink-users] Failed: phase compiling: libjasper.1-1.900.1-6 failed

2015-06-01 Thread David Lowe
I'm getting the following with Fink 0.38.5 on OS 10.8.5. The relevant error seems to be libtool: compile: cannot determine name of library object from `': command not found, but i didn't see anything immediately useful in a web search. I'm posting everything after the unpacking just

Re: [Fink-users] Fink 0.38.5-71 Considers 10.8.5 to be Prerelease?

2015-05-20 Thread David Lowe
On 2015 May 20, at 9:17 AM, Alexander Hansen alexanderk.han...@gmail.com wrote: Perhaps some maintenance update for 10.8 bumped the kernel version without actually being “OS X 10.8.6”. Oh, i see that came in with Security Update 2015-001. Weird, as other security updates haven't

Re: [Fink-users] Using wxWidgets

2015-02-15 Thread David Lowe
On 2015 Feb 14, at 12:32 PM, Martin Costabel costa...@wanadoo.fr wrote: Placing `wx-config --libs` on the compiler line brings in a bunch of libraries that might be sufficient. Well, that brought me back to the original error: fatal error: 'wx/wx.h' file not found. It turned out

[Fink-users] Using wxWidgets

2015-02-13 Thread David Lowe
I'm currently wanting to hand-compile a C++ program using fink's wxwidgets packages [wxwidgets300-cocoa shlibs]. However, the textbook include line #include wx/wx.h doesn't work here, giving me: main.cpp:12:10: fatal error: 'wx/wx.h' file not found #include wx/wx.h ^ 1

Re: [Fink-users] phase compiling: openssl100-dev-1.0.2-1 failed

2015-02-03 Thread David Lowe
On 2015 Jan 30, at 12:57 PM, David Lowe doctorjl...@verizon.net wrote: I did now download the 5.1.1 version from the Developer web site [over five hours] and am currently waiting on the command line tools. For the record, the newer command-line tools *did* solve the problem. sent

Re: [Fink-users] phase compiling: openssl100-dev-1.0.2-1 failed

2015-01-30 Thread David Lowe
On 2015 Jan 27, at 7:45 PM, Jack Howarth howarth.at.f...@gmail.com wrote: I am surprised that these users aren't being offered Xcode 5.1.1 in Software Update snip Believe me, it's not that it wasn't offered, it was an update that was ignored due to frustration with the size of

Re: [Fink-users] phase compiling: openssl100-dev-1.0.2-1 failed

2015-01-27 Thread David Lowe
On 2015 Jan 26, at 1:57 PM, Alexander Hansen alexanderk.han...@gmail.com wrote: On Jan 25, 2015, at 10:13 AM, James Kolata jkol...@nd.edu wrote: Error on compiling openssl100. Here is the relevant portion of the record: /usr/bin/perl asm/rsaz-x86_64.pl macosx rsaz-x86_64.s cc -I..

Re: [Fink-users] BASH Install Problems

2015-01-02 Thread David Lowe
On 2014 Dec 27, at 10:28 AM, Adlai Burman abur...@seznam.cz wrote: Perl does work fine on the computer and is installed in /usr/bin (though my computer calls perl in /opt/local/bin for some reason). Any help would be enormously appreciated. You *shouldn't* have /opt/local on your

Re: [Fink-users] perlmod build problems

2013-11-30 Thread David Lowe
On 2013 Nov 23, at 9:19 AM, Alexander Hansen alexanderk.han...@gmail.com wrote: Start by doing something along the lines of dpkg -S 5.12.3 | grep 5124 and fink rebuild any packages that show up in that list so that you don't have mis-built pm5124 modules laying around and potentially

[Fink-users] Daniel Macks dma...@netspace.org

2013-11-23 Thread David Lowe
On Mountain Lion [recently upgraded in place from Lion], file-path-pm5124 fails like so: /sw/bin/dpkg: error processing /sw/fink/dists/stable/main/binary-darwin-x86_64/libs/perlmods/file-path-pm5124_2.09-2_darwin-x86_64.deb (--install): trying to overwrite

[Fink-users] Failed: phase compiling: automake1.13-1.13.1-2 failed

2013-06-12 Thread David Lowe
./configure --prefix=/sw --infodir=/sw/share/info PERL=/usr/bin/perl ac_cv_prog_TEX= checking whether make supports nested variables... yes checking build system type... powerpc-apple-darwin9.8.0 checking host system type... powerpc-apple-darwin9.8.0 checking for a BSD-compatible install...

Re: [Fink-users] Failed: phase compiling: atlas-3.10.1-1 failed

2013-04-14 Thread David Lowe
On 2013 Apr 12, at 9:15 AM, Alexander Hansen wrote: Were you doing a point selfupdate in step 1) rather than rsync or cvs? This is a new install, so no custom anything. Fresh out of the box, i see this: $ fink selfupdate curl --connect-timeout 30 -f -L -A 'fink/0.27.13' -O

Re: [Fink-users] Failed: phase compiling: atlas-3.10.1-1 failed

2013-04-12 Thread David Lowe
On 2013 Apr 12, at 5:58 AM, Jack Howarth wrote: I don't have access to any G4's. Could someone with a G4 test changing the line… I installed fink 0.9.0 on my wife's Powerbook this morning, but never even got to compile anything: 1) It can't selfupdate, as the curl to

Re: [Fink-users] problem to install xmgrace with fink on Mac OSX 10.8

2012-09-22 Thread David Lowe
On 2012 Sep 20, at 12:37 PM, scribano wrote: -WARNING-WARNING-WARNING- You seem to have GMP installed in /usr/local. This is known to cause gcc47 to fail to build. Please move aside /usr/local and try again. -WARNING-WARNING-WARNING- This is pretty

[Fink-users] GTK/X11/Dock Problem

2012-05-24 Thread David Lowe
All right, i'm not really sure what happened here. I've just installed Lion and i'm seeing something i wasn't seeing before, and any troubleshooting suggestions are completely welcome. If i minimize freeciv-gtk2 to the dock [for even a moment], i'm now not able to get it back out. I

Re: [Fink-users] errors while installing irssi

2011-12-03 Thread David Lowe
On 2 Dec, 2011, at 5:18 PM, macubergeek wrote: Fresh install on Lion. Fink not working well. Übergeek, fink builds are easily contaminated by foreign header files and others in /usr/local. Try this: http://www.finkproject.org/faq/comp-general.php?phpLang=en#usr-local-libs

Re: [Fink-users] Python27 install fails on readline module

2011-11-06 Thread David Lowe
On 5 Nov, 2011, at 7:18 PM, Daniel Johnson wrote: (cc'ing the python27 maintainer, in case the fix needs to happen there) I can confirm this issue on 10.5/powerpc as well. It appears only to occur when readline5-5.2-15 is installed. It didn't happen for me on 10.6/x86_64 or 10.6/i386. (I

Re: [Fink-users] Fink and Xcode 4.0

2011-03-10 Thread David Lowe
On 10 Mar, 2011, at 7:50 AM, Daniel Johnson wrote: You do get git and clang 2.0 with Xcode 4, but that doesn't matter for building fink packages. Actually, i think that git came in with Xcode 3.2. At least i didn't have to build it for my Snow Leopard system... Sent from my

Re: [Fink-users] Fink and Xcode 4.0

2011-03-10 Thread David Lowe
On 10 Mar, 2011, at 3:58 PM, Daniel Johnson wrote: There is definitely no /usr/bin/git in Xcode 3.2.6. Maybe you had it in /usr/local? I'm pretty sure the official git binary fromgit-scm.com for OS X puts it there. Well, you're right. I do have it in /usr/local/bin rather than

[Fink-users] pythonmods missing from 10.4 unstable

2011-02-12 Thread David Lowe
On my 10.4/PPC machine, i wanted to look at the info file for nose-py27. The package database tells me it belongs in unstable/libs/pythonmods/ . However, the attached files show my unstable/libs directory has no pythonmods entry. {\rtf1\mac\ansicpg1\cocoartf824\cocoasubrtf480

Re: [Fink-users] pythonmods missing from 10.4 unstable

2011-02-12 Thread David Lowe
On 12 Feb, 2011, at 3:15 PM, Alexander Hansen wrote: I'm thinking glitch. This machine has been selfupdated after switching on unstable at some point, yes? Actually, it's on stable - i did a selfupdate just before this. The main reason why i was looking there was to copy a file over

Re: [Fink-users] pythonmods missing from 10.4 unstable

2011-02-12 Thread David Lowe
On 12 Feb, 2011, at 3:47 PM, David Lowe wrote: If you're on cvs updating, try I suppose i'll switch over to cvs and do that, unless there is an equivalent command for rsync? Actually, i just did selfupdate-cvs, verified that pythonmods got populated, then did selfupdate

[Fink-users] mmdb can't find c++ on 10.4

2010-12-15 Thread David Lowe
While attempting to compile coot on Tiger, i ran into a problem with mmdb: configure:2615: checking for C++ compiler version configure:2623: /sw/lib/gcc4.4/bin/g++ --version 5 ./configure: line 1: /sw/lib/gcc4.4/bin/g++: No such file or directory configure:2627: $? = 127

Re: [Fink-users] Fink fails installing Coot

2010-12-08 Thread David Lowe
On 8 Dec, 2010, at 11:19 AM, William G. Scott wrote: Dear Natasha: I'm afraid I haven't tried to compile this on 10.4 since 10.5 was released, as I don't have access to it any more. I'll change the package to reflect that it should only be in 10.5 and 10.6 distributions. I'm afraid I

Re: [Fink-users] Installing Biopython-py26 on Snow Leopard: Non-responsive mirror for clustalw

2010-11-05 Thread David Lowe
On 5 Nov, 2010, at 12:28 PM, Buz Barstow wrote: I can download the clustalw source files from the ebi location manually, just not through fink. Is there a way to use the manually downloaded file through fink? Sure! Move the manually downloaded file to /sw/src/ . You will need

Re: [Fink-users] cannot read dialog patch [was: debconf]

2010-10-17 Thread David Lowe
On 17 Oct, 2010, at 8:32 PM, Michael Hanna wrote: Hi, I'm trying to install debconf but I appear to be stuck: sidha% fink install debconf Information about 3530 packages read in 0 seconds. fink needs help picking an alternative to satisfy a virtual dependency. The candidates: (1)

Re: [Fink-users] Fink-users Digest, Vol 52, Issue 10

2010-08-11 Thread David Lowe
On 10 Aug, 2010, at 9:51 PM, Scott R. Santos wrote: While having the extra dependencies are a plus, most (from my experiences, no *sql, higher-level plotting, etc) everyday useage does not require them. Might it be better to have full and slim packages available in the repository

Re: [Fink-users] Failed: phase compiling: gmp-4.3.2-5 failed (David Fang)

2010-05-21 Thread David Lowe
On 21 May, 2010, at 8:41 PM, Kay Wiese wrote: I am downloading the Developer Tools 3.14. Do I need to rebuild something, to keep a clean installation? When you open up the disc image there should be an uninstall utility [sorry, don't remember what it's called] to wipe out the old

[Fink-users] mono-2.6.1-2 fails to build on Tiger

2010-03-03 Thread David Lowe
This version of mono seems to be looking for the JavaVM in /System/ Library/Frameworks/ and there doesn't seem to be any there on either this [Tiger] or my wife's [Leopard] system. I have it in /Developer/ SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/JavaVM.framework/ . + ./configure

Re: [Fink-users] Fwd: Re: fonts in xfig

2010-02-22 Thread David Lowe
On 22 Feb, 2010, at 9:06 AM, Alexander Hansen wrote: If people don't stop using me as their email gateway, I will quit. Dare i mention that if the list reply-to were changed this problem would go away of its own accord? New users typically don't know enough to reply to all, and the

Re: [Fink-users] freeciv crash on Snow Leopard

2009-10-04 Thread David Lowe
On Oct 4, 2009, at 02:22 , Ralf Höling wrote: since the last update of sdl freeciv copiles without errors on snowleopard; the programs starts and everything works fine, until I try to build a city; then the program crashes. xterm tells me Bus error. Sadly, i don't have an immediate

Re: [Fink-users] freeciv crash on Snow Leopard

2009-10-04 Thread David Lowe
On Oct 4, 2009, at 08:15 , David Lowe wrote: The project is intermittently compiling OSX native versions of freeciv. Surf on over to http://freeciv.wikia.com/wiki/Main_Page and try out their binaries of 2.0.9 or 2.1.6 I almost forgot the new release candidate here: http

[Fink-users] gstreamer-dev-0.8.12 build failure

2009-09-18 Thread David Lowe
During an update-all i see this: /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. - I. -I.. -fno-common -I/sw/lib/freetype219/include/freetype2 -I/sw/ lib/freetype219/include -I/sw/lib/pango-ft219/include -I/sw/include -D_XOPEN_SOURCE -I/sw/include

Re: [Fink-users] gstreamer-dev-0.8.12 build failure

2009-09-18 Thread David Lowe
On Sep 18, 2009, at 08:36 , Benjamin Reed wrote: I should be getting my PPC machine back tomorrow, so I can figure out a fix that retains 10.5/10.6 compatibility. Cool! And FWIW, the given maintainer email address [ gstrea...@fink.sourceforge.net ] was considered undeliverable.

Re: [Fink-users] xcode313_2736

2009-09-01 Thread David Lowe
On Sep 1, 2009, at 06:06 , Jack Howarth wrote: My guess would be that you could be suffering from bad blocks on your drive. If you have AppleCare, you can use the free TechTool Deluxe that they provide to scan for those. As for deleting that file, read the article at...

Re: [Fink-users] xcode313_2736

2009-09-01 Thread David Lowe
On Sep 1, 2009, at 15:30 , Eduardo Pestana wrote: sudo mdutil -E / then sudo rm -fr /.Spotlight-V100 it always chokes at about 9% done. Something new I found using Activity Monitor, Inspect and Open Files and Ports is that in the entry:

Re: [Fink-users] update-all fails with xcode dep not resolvable

2009-08-08 Thread David Lowe
On Aug 8, 2009, at 04:23 , Florian Lindner wrote: Can't resolve dependency xcode (= 3.1.2) for package Did you check the version of XCode you have installed? Using a rusty Amiga 4000T, a shiny PowerMac G5, a homebuilt Ubuntu box There's no sense being pessimistic, it won't work

Re: [Fink-users] Gnome dependency [was build issue with avahi-0.6.23-1 on 10.4 was Re: Your intltool is too old]

2008-10-28 Thread David Lowe
On Oct 27, 2008, at 10:00 , Alexander Hansen wrote: We've chosen to maximize the available options for gnuplot, which includes the X11 wxWidgets terminal and other GNOME-related functionality. This was a conscious choice. Another option for you is to install gnuplot-nox, which has a lower

Re: [Fink-users] OSX 10.5 - X11 - openoffice.org

2008-10-10 Thread David Lowe
On Oct 10, 2008, at 08:13 , James Mckenzie wrote: I've also been tracking the MacOSXforge XQuartz effort and not one of their builds caused problems with OpenOffice.org other than a known problem with MacOSX 10.5 and the startup script which has been fixed. James, i'm a member

[Fink-users] Clisp-2.46-1 Won't Compile

2008-10-04 Thread David Lowe
FWIW, i've the same problem as Guy Lauquin: gcc -I/sw/include -Igllib -g -O2 -W -Wswitch -Wcomment -Wpointer- arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign- compare -O2 -falign-functions=4 -DUNIX_BINARY_DISTRIB -DUNICODE - DDYNAMIC_FFI -DNO_READLINE -I. -c spvw.c In file

[Fink-users] Getting Back From Cairo

2008-10-03 Thread David Lowe
Howdy! A long time ago i configured fink to use the 'pangocairo testing' branch. I did a few updates, never had a problem. Somehow along the way i stopped receiving fink mailings and without the daily reminders i forgot to do updates for a while. This week i did a selfupdate and

Re: [Fink-users] Wine-0.9.55-1 fails to install

2008-03-14 Thread David Lowe
On Mar 14, 2008, at 09:06 , Charles Sheehan-Miles wrote: System 10 pts 96x96 dpi fontforge -script ../fonts/genttf.ff marlett.sfd marlett.ttf Copyright (c) 2000-2008 by George Williams. Executable based on sources from 21:54 GMT 2-Mar-2008. Library based on sources from 21:54 GMT

[Fink-users] Missing dependency for trackballs-1.1.4-1001?

2008-03-14 Thread David Lowe
So, i went to update fink on my wife's Intel machine [it hasn't been updated in a LONG time]. Anyway, i stumbled into a problem with trackballs apparently needing the guile-1.8 executable [i have the 1.6 executable and shlibs for both]: /bin/sh ./config.status --recheck running

[Fink-users] compiling: libquicktime0-0.9.10-2 failed

2008-02-03 Thread David Lowe
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include/ quicktime -DLIBOSS_INTERNAL -I/usr/X11R6/include -I/sw/include -I/sw/ include -mtune=G5 -mpowerpc64 -mpowerpc-gpopt -falign-loops=16 - mtune=G5 -O3 -funroll-all-loops -fomit-frame-pointer -finline- functions -Wall -Winline

Re: [Fink-users] compiling: libquicktime0-0.9.10-2 failed

2008-02-03 Thread David Lowe
On Feb 3, 2008, at 8:34 AM, David Lowe wrote: I didn't recognize this as being anything from the FAQ. Do i need to install a Quicktime SDK? P.S. I forgot to add that i have Quicktime 7.4. PowerMac G5 1.6 GHz [2 GB mem] Os X.4.11, Apple X11, XCode 2.5, Fink 0.28.0 I have

Re: [Fink-users] cadabra on leopard

2007-10-30 Thread David Lowe
On Oct 30, 2007, at 1:26 AM, Martin Costabel wrote: That is, it interprets the escaped backslashes plus the following character as escape sequences. This is a buggy implementation not of POSIX conformance, but of XSI extensions of the POSIX standard, see

Re: [Fink-users] PowerPC to Intel transition.. how does it affect fink?

2007-03-31 Thread David Lowe
On Mar 31, 2007, at 4:56 AM, Marc Baaden wrote: So my question is: should I expect everything to be perfect and working fine or is there a specific test to do or some maintenance program to execute to ensure the transition is completed successfully? The fact that anything is

[Fink-users] Same?

2007-02-26 Thread David Lowe
So is there a port or version KSame or SameGnome for the mac? I did find a version for classic, but i'd rather not. I didn't find anything like it in the fink database, but that doesn't necessarily mean it isn't there... Using a rusty Amiga 4000T, a shiny PowerMac G5, a homebuilt

Re: [Fink-users] Wine does not compile

2006-12-30 Thread David Lowe
On Dec 29, 2006, at 7:52 PM, Jean-François Mertens wrote: And Matthias's error message shows his /usr/X11R6/include/GL/gl.h declares GLchar on line 152, which explains the problem on his installation. But, Trevor, can you clarify why things nevertheless work on your system and not on

Re: [Fink-users] What feature would you like to see in fink/Fink?

2006-11-23 Thread David Lowe
On Nov 23, 2006, at 4:00 AM, David H wrote: What feature would you _love_ to see in fink/Fink? 1) Per the recent thread on fink-devel, i agree that the whole stable/ unstable thing needs to be rethought. At the very least, choosing which tree to point at should handled via 'fink configure'

Re: [Fink-users] What feature would you like to see in fink/Fink?

2006-11-23 Thread David Lowe
On Nov 23, 2006, at 5:44 AM, David Lowe wrote: I'll tag onto my my previous message in order to mention a few other features of Ubuntu's package management system that i think would be worthy of fink: 4) The ability to select any disk to use as an additional repository

Re: [Fink-users] Aptitude - Seg Fault

2006-10-21 Thread David Lowe
On Oct 20, 2006, at 6:32 PM, David Lowe wrote: david-lowes-power-mac-g5:~ doctorjlowe$ aptitude Ouch! Got SIGSEGV, dying.. Segmentation fault david-lowes-power-mac-g5:~ doctorjlowe$ fink info aptitude Information about 6351 packages read in 1 seconds. aptitude-0.3.2-2: Terminal-based apt

[Fink-users] Aptitude - Seg Fault

2006-10-20 Thread David Lowe
david-lowes-power-mac-g5:~ doctorjlowe$ aptitude Ouch! Got SIGSEGV, dying.. Segmentation fault david-lowes-power-mac-g5:~ doctorjlowe$ fink info aptitude Information about 6351 packages read in 1 seconds. aptitude-0.3.2-2: Terminal-based apt frontend I am currently running an update.

[Fink-users] [Fink-Users] Libraries Vs. Frameworks

2006-10-11 Thread David Lowe
I've been attempting to compile the e-uae emulator with an eye towards eventually making it into a fink package. Even though i have sdl, sdl-sound sdl-gfx13 installed, e-uae doesn't see them. I have now learned that e-uae needs an sdl 'framework' to compile against. This leaves

[Fink-users] F.A.Q. [was Re: gettext libintl problem]

2006-09-30 Thread David Lowe
On Sep 29, 2006, at 4:34 PM, Jean-François Mertens wrote: I think there is part of the fink documentation dealing with how to compile your own programs with fink. You should really read it. All i've found so far is:

[Fink-users] Fwd: [Fink-beginners] QuickTime vs. Fink*Panther [was (no subject)]

2006-09-23 Thread David Lowe
Meant to send this to the list... Begin forwarded message: From: David Lowe [EMAIL PROTECTED] Date: September 23, 2006 7:41:34 AM PDT To: Daniel Gimpelevich [EMAIL PROTECTED] Subject: Re: [Fink-beginners] QuickTime vs. Fink*Panther [was (no subject)] On Sep 22, 2006, at 7:59 PM

[Fink-users] Fwd: [Fink-beginners] Internal Link Edit Command Failed

2006-09-05 Thread David Lowe
Since i haven't gotten a reply in -beginners, i'm kicking this upstairs. I really did look for this in the FAQ. If it's there and i missed it, a link would be nice... Begin forwarded message: From: David Lowe [EMAIL PROTECTED] Date: September 2, 2006 8:12:16 AM PDT To: Fink