Re: [Fink-beginners] Executing: su -c make install

2008-09-03 Thread Michael Tollefson
Alexander Hansen alexanderk.hansen at gmail.com writes: Try sudo make install instead. On OS X, the root account is normally not enabled, so using su by itself doesn't work well. This is even the case for some popular Linuces (like Ubuntu). Alex - Thank you. That did it.

Re: [Fink-beginners] Using libjpeg-devel?

2008-09-01 Thread Michael Tollefson
Daniel E. Macks dmacks at netspace.org writes: Yeah, *something* is screwy there. What is the output of /sw/bin/pkg-config--version? Hi Daniel - I can't make that command work. Within the /bin directory: -bash: pkg-config-version: command not found pkg-config is there at 4kb Fink

Re: [Fink-beginners] Using libjpeg-devel?

2008-09-01 Thread Michael Tollefson
Martin Costabel costabel at wanadoo.fr writes: It should be sufficient. pkg-config is in /sw/bin, and /sw/bin is in $PATH, so configure will find it unless your PATH is not set up for Fink at all. You can see at the beginning of config.log what your configure script thinks about your

Re: [Fink-beginners] Using libjpeg-devel?

2008-09-01 Thread Michael Tollefson
Alexander Hansen alexanderk.hansen at gmail.com writes: It means pretty much what it says. If you add the lines to your startup file (whichever one you're using) then those environment variables are set that way whenever you open a terminal. Hi Alex - That's maybe the problem. I

Re: [Fink-beginners] Using libjpeg-devel?

2008-09-01 Thread Michael Tollefson
Alexander Hansen alexanderk.hansen at gmail.com writes: It means pretty much what it says. If you add the lines to your startup file (whichever one you're using) then those environment variables are set that way whenever you open a terminal. Alex - I now have a build. I followed

Re: [Fink-beginners] Using libjpeg-devel?

2008-08-28 Thread Michael Tollefson
Alexander Hansen alexanderk.hansen at gmail.com writes: Perhaps installing pkgconfig might help here. dbus-dev does have a couple of .pc files (pkgconfig configuration) in it. Hi Alex -- I have pkgconfig installed. I have sane-backends installed. I have sane-backends-dev installed.

Re: [Fink-beginners] Using libjpeg-devel?

2008-08-26 Thread Michael Tollefson
Hi Alex - Here is what was above the line: configure:23223: checking python2.3/Python.h usability configure:23240: gcc -c -g -O2 -I/sw/include conftest.c 5 configure:23246: $? = 0 configure:23260: result: yes configure:23264: checking python2.3/Python.h presence configure:23279: gcc -E

Re: [Fink-beginners] Using libjpeg-devel?

2008-08-26 Thread Michael Tollefson
Alexander Hansen alexanderk.hansen at gmail.com writes: Perhaps installing pkgconfig might help here. dbus-dev does have a couple of .pc files (pkgconfig configuration) in it. Alex - Much snipage. pkgconfig is installed and current. ...best, Michael

Re: [Fink-beginners] Using libjpeg-devel?

2008-08-26 Thread Michael Tollefson
David T. sunfish62 at yahoo.com writes: Not so long ago, I sent in a message about my own installation issues while installing GIMP. That installation hung with the same error about not finding dbus-devel. As I stated at the time, a reinstallation of dbus fixed the problem.

Re: [Fink-beginners] Using libjpeg-devel?

2008-08-25 Thread Michael Tollefson
Alexander Hansen alexanderk.hansen at gmail.com writes: I think what I was looking for got buried in one of the ... ; after the configure:23618 output there should be a C program. Hi Alex - Sorry to be so obtuse. Don't know how much you need, so here is the rest of it fro there.

Re: [Fink-beginners] Using libjpeg-devel?

2008-08-24 Thread Michael Tollefson
Alexander Hansen alexanderk.hansen at gmail.com writes: Check the config.log file in the hplip build directory to see what command it's running to look for dbus-devel . Hi Alex - Sorry to be so long getting back. On travel. This is everything it says about dbus: configure:21921:

Re: [Fink-beginners] Using libjpeg-devel?

2008-08-17 Thread Michael Tollefson
Alexander Hansen alexanderk.hansen at gmail.com writes: I'd thought the FAQ mentioned removing /etc/X11 as part of the cleanup, but apparently not. Anyway, use rm -rf /etc/X11 to remove that. In a separate thread, let's also explore what went on with running /sw/bin/pathsetup.sh Hi

Re: [Fink-beginners] Using libjpeg-devel?

2008-08-10 Thread Michael Tollefson
Alexander Hansen alexanderk.hansen at gmail.com writes: You shouldn't need to specify the path for any Fink tools, normally (and the fink command doesn't need sudo, but that's beside the point right now). You could use sudo /sw/bin/dpkg , but you really ought to run /sw/

Re: [Fink-beginners] Using libjpeg-devel?

2008-08-07 Thread Michael Tollefson
Alexander Hansen alexanderk.hansen at gmail.com writes: Ah, that'd be my bad. You want sudo rm -rf /LIbrary/Receipts/X11SDK.pkg Hi Alex - I'd guess we're getting closer. That worked. Here's the latest: Reading Package Lists... Building Dependency Tree... Sorry, xfree86 is already the

Re: [Fink-beginners] Using libjpeg-devel?

2008-08-06 Thread Michael Tollefson
Alexander Hansen alexanderk.hansen at gmail.com writes: No, those files are normal. Try sudo rm /LIbrary/Receipts/X11SDK.pkg to force the installer to let you do the install. Hi Alex - Did that. Here's the result. Welcome to Darwin! michael-tollefsons-power-mac-g5:~ mrt$ sudo rm

Re: [Fink-beginners] Using libjpeg-devel?

2008-08-05 Thread Michael Tollefson
Alexander Hansen alexanderk.hansen at gmail.com writes: I mean the X11 SDK, which installs stuff in /usr/X11R6 . Apple's installer is known to leave files out on occasion. Hi Alex - The installer DVD won't install the XLL SDK. It says a newer one is already installed. It appears to

Re: [Fink-beginners] Using libjpeg-devel?

2008-08-02 Thread Michael Tollefson
Alexander Hansen alexanderk.hansen at gmail.com writes: How about 9.11: http://www.finkproject.org/faq/usage-packages.php? phpLang=en#apple-x11-wants-xfree86 ? You should expect to get the same results from a batch install or a single install. The error suggests that you have

Re: [Fink-beginners] Using libjpeg-devel?

2008-08-01 Thread Michael Tollefson
Daniel Johnson daniel.johnson31 at gmail.com writes: I typed this in Terminal (after cd-ing into the hplip-2.8.7 directory): fink install libjpeg libusb sane-backends-dev export CPPFLAGS=-I/sw/include export LDFLAGS=-L/sw/lib ./configure --disable-pp-build make That built

Re: [Fink-beginners] Using libjpeg-devel?

2008-07-31 Thread Michael Tollefson
Daniel Johnson daniel.johnson31 at gmail.com writes: The project is to build the Hewlett-Packard HPLIP drivers. There is no MacOS procedure to follow, but there is a FreeBSD one that I've embarked upon. Have you read

Re: [Fink-beginners] Using libjpeg-devel?

2008-07-31 Thread Michael Tollefson
Alexander Hansen alexanderk.hansen at gmail.com writes: Since hplip doesn't appear to have a flag ) specific to the location of libjpeg (from my reading of ./configure --help, I'd next try setting environment variables as per

Re: [Fink-beginners] Using libjpeg-devel?

2008-07-31 Thread Michael Tollefson
Daniel Johnson daniel.johnson31 at gmail.com writes: Low-level IO stuff on Mac OS X is COMPLETELY different from every other UNIXish OS, including FreeBSD. It isn't just a matter of recompiling software, but rewriting it. Having said that, I looked at building the full hplip and it

Re: [Fink-beginners] Using libjpeg-devel?

2008-07-30 Thread Michael Tollefson
Alexander Hansen alexanderk.hansen at gmail.com writes: How to configure your package depends on its internal details. the instruction webpage isn't opening for me for some reason, so I don't have it in front of me. If you install libjpeg, the package may auto- detect it, or it may

[Fink-beginners] Using libjpeg-devel?

2008-07-29 Thread Michael Tollefson
Hello All - Beginners is the right place for me. My last make was in 1995, and anything I knew is long since decayed away. I am trying to build an application that requires libjpeg-devel. I don't find it in the Fink packages. If that is so, what are my alternatives, and how do I implement