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

2008-09-01 Thread Ben Abbott
On Sep 1, 2008, at 3:37 PM, Michael Tollefson wrote: > Ben Abbott mac.com> writes: > > >> >> .profile needs to be your home folder. You can see it by typeing >> "ls - >> ah ~" from the Terminal. >> > > Ben - > > Thank you. Do I have to be in as Root to see it? > > "ls - ah ~" doesn't work aft

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

2008-09-01 Thread Michael Tollefson
Ben Abbott mac.com> writes: > > .profile needs to be your home folder. You can see it by typeing "ls - > ah ~" from the Terminal. > Ben - Thank you. Do I have to be in as Root to see it? "ls - ah ~" doesn't work after ls. ...best, Michael

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

2008-09-01 Thread Michael Tollefson
Martin Costabel wanadoo.fr> writes: > > PATH: /sw/bin > PATH: /sw/sbin > > one per PATH component. Do you see /sw/bin there? > Martin - That nailed it. I now have a build. Thank you for your help. ...best, Michael

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

2008-09-01 Thread Ben Abbott
On Sep 1, 2008, at 3:21 PM, Michael Tollefson wrote: > Alexander Hansen 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. >>

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

2008-09-01 Thread Michael Tollefson
Alexander Hansen 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 the users' guide

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

2008-09-01 Thread Alexander Hansen
On Sep 1, 2008, at 1:59 PM, Michael Tollefson wrote: > Alexander Hansen 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. >> >

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

2008-09-01 Thread Alexander Hansen
On Sep 1, 2008, at 1:52 PM, Michael Tollefson wrote: > Martin Costabel 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 confi

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

2008-09-01 Thread Alexander Hansen
On Sep 1, 2008, at 1:37 PM, Michael Tollefson wrote: > Daniel E. Macks 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

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

2008-09-01 Thread Ben Abbott
On Sep 1, 2008, at 1:37 PM, Michael Tollefson wrote: > Daniel E. Macks 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

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

2008-09-01 Thread Michael Tollefson
Alexander Hansen 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 don't know what st

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

2008-09-01 Thread Michael Tollefson
Martin Costabel 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 PATH. After

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

2008-09-01 Thread Michael Tollefson
Daniel E. Macks 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 Commande

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

2008-08-29 Thread Daniel E. Macks
Michael Tollefson <[EMAIL PROTECTED]> said: > > I have pkgconfig installed. > > I still get this terminal error: > checking for pkg-config... no > > In the config.log it says: > configure:23482: checking for pkg-config > configure:23515: result: no > > My guess is it's that pkgconfig. > How do we g

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

2008-08-28 Thread Martin Costabel
Michael Tollefson wrote: [] > export CPPFLAGS=-I/sw/include > export LDFLAGS=-L/sw/lib > ./configure --disable-pp-build > > That's a bit short compared to the FAQ, > and doesn't say anything about pkgconfig! It should be sufficient. pkg-config is in /sw/bin, and /sw/bin is in $PATH, so configure

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

2008-08-28 Thread Alexander Hansen
On Aug 28, 2008, at 10:04 PM, Michael Tollefson wrote: > Alexander Hansen gmail.com> writes: > > >> >> >> Just to make sure: do you have the environment set up as per >> >> >> http://www.finkproject.org/faq/usage-general.php#compile-myself >> >> >> ? > > Hi Alex - > > Not persactly. I was usin

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

2008-08-28 Thread Michael Tollefson
Alexander Hansen gmail.com> writes: > > > Just to make sure:  do you have the environment set up as per > > > http://www.finkproject.org/faq/usage-general.php#compile-myself  > > > ? Hi Alex - Not persactly. I was using Daniel's export CPPFLAGS=-I/sw/include export LDFLAGS=-L/sw/lib ./

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

2008-08-28 Thread Alexander Hansen
On Aug 28, 2008, at 8:08 PM, Michael Tollefson wrote: Alexander Hansen 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 ha

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

2008-08-28 Thread Michael Tollefson
Alexander Hansen 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. I

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

2008-08-26 Thread David T.
h dbus. My apologies. David --- On Tue, 8/26/08, Alexander Hansen <[EMAIL PROTECTED]> wrote: > From: Alexander Hansen <[EMAIL PROTECTED]> > Subject: Re: [Fink-beginners] Using libjpeg-devel? > To: [EMAIL PROTECTED] > Cc: "Michael Tollefson" <[EMAIL PROTECTED]&

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

2008-08-26 Thread Michael Tollefson
David T. 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. > > Michael--have y

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

2008-08-26 Thread Michael Tollefson
Alexander Hansen 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 Alexander Hansen
. > --- On Tue, 8/26/08, Alexander Hansen <[EMAIL PROTECTED]> > wrote: > >> From: Alexander Hansen <[EMAIL PROTECTED]> >> Subject: Re: [Fink-beginners] Using libjpeg-devel? >> To: "Michael Tollefson" <[EMAIL PROTECTED]> >> Cc: fink-be

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

2008-08-26 Thread David T.
might be some problem with dbus that should get attention, since this keeps coming up. David --- On Tue, 8/26/08, Alexander Hansen <[EMAIL PROTECTED]> wrote: > From: Alexander Hansen <[EMAIL PROTECTED]> > Subject: Re: [Fink-beginners] Using libjpeg-devel? > To: "

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

2008-08-26 Thread Alexander Hansen
On Aug 26, 2008, at 9:49 AM, Michael Tollefson wrote: > 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:2326

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 -I/sw/in

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

2008-08-25 Thread Michael Tollefson
Alexander Hansen 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. configure:23555

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

2008-08-25 Thread Alexander Hansen
I think what I was looking for got buried in one of the ... ; after the "configure:23618" output there should be a C program. On Aug 24, 2008, at 6:02 PM, Michael Tollefson wrote: > Alexander Hansen gmail.com> writes: > > >> >> Check the config.log file in the hplip build directory to see what

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

2008-08-24 Thread Michael Tollefson
Alexander Hansen 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: checking for dbus b

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

2008-08-17 Thread David T.
reinstalling dbus. That fixed my problem, but maybe there's an underlying problem... David --- On Sun, 8/17/08, Alexander Hansen <[EMAIL PROTECTED]> wrote: > From: Alexander Hansen <[EMAIL PROTECTED]> > Subject: Re: [Fink-beginners] Using libjpeg-devel? > To: "Michael Toll

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

2008-08-17 Thread Alexander Hansen
On Aug 17, 2008, at 8:19 PM, Michael Tollefson wrote: > Alexander Hansen 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

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

2008-08-17 Thread Michael Tollefson
Alexander Hansen 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 Alex -

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

2008-08-12 Thread Alexander Hansen
Michael Tollefson wrote: > Alexander Hansen 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

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

2008-08-10 Thread Michael Tollefson
Alexander Hansen 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/ > bin/pathsetup.sh to set y

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

2008-08-07 Thread Alexander Hansen
On Aug 7, 2008, at 6:37 PM, Michael Tollefson wrote: > Alexander Hansen 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... > Bu

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

2008-08-07 Thread Michael Tollefson
Alexander Hansen 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 newest version

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

2008-08-06 Thread Alexander Hansen
On Aug 6, 2008, at 4:55 PM, Michael Tollefson wrote: > Alexander Hansen 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 Da

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

2008-08-06 Thread Michael Tollefson
Alexander Hansen 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 /LIbrary/Receipts

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

2008-08-05 Thread Alexander Hansen
On Aug 5, 2008, at 4:52 PM, Michael Tollefson wrote: > Alexander Hansen 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

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

2008-08-05 Thread Michael Tollefson
Alexander Hansen 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 be in Develop

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

2008-08-02 Thread Alexander Hansen
On Aug 2, 2008, at 12:47 PM, Michael Tollefson wrote: > Alexander Hansen 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 >

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

2008-08-02 Thread Michael Tollefson
Alexander Hansen 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 Apple's X

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

2008-08-01 Thread Alexander Hansen
On Aug 1, 2008, at 5:39 PM, Michael Tollefson wrote: > Daniel Johnson 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 >> ./conf

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

2008-08-01 Thread Michael Tollefson
Daniel Johnson 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 successfully, but I

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

2008-07-31 Thread Daniel Johnson
On Jul 31, 2008, at 4:04 PM, Michael Tollefson wrote: > Daniel Johnson 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 loo

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

2008-07-31 Thread Michael Tollefson
Daniel Johnson 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 can be done. I h

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

2008-07-31 Thread Daniel Johnson
On Jul 31, 2008, at 9:17 AM, Michael Tollefson wrote: > Daniel Johnson 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 htt

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

2008-07-31 Thread Michael Tollefson
Alexander Hansen 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 > > http://www.finkproject.org/faq/usage-general.php#compile-myself > > Hopeful

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

2008-07-31 Thread Michael Tollefson
Daniel Johnson 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 http://hplip.sourceforge.net/install/manual/distros/mac.html

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

2008-07-30 Thread Daniel Johnson
On Jul 29, 2008, at 7:51 PM, Michael Tollefson wrote: > 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

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

2008-07-30 Thread Alexander Hansen
On Jul 30, 2008, at 7:54 PM, Michael Tollefson wrote: > Alexander Hansen 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

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

2008-07-30 Thread Michael Tollefson
Alexander Hansen 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 not. I'd recomme

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

2008-07-29 Thread Alexander Hansen
On Jul 29, 2008, at 7:51 PM, Michael Tollefson wrote: > 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

[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