straw-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Straw-devel] Trouble with 0.22


From: Steven Garrity
Subject: Re: [Straw-devel] Trouble with 0.22
Date: Tue, 17 Feb 2004 17:40:00 -0400
User-agent: Mozilla Thunderbird 0.5 (X11/20040208)

$ python setup.py install --prefix=/usr

This worked for me - thanks!

Steven Garrity

Terje Rosten wrote:
* Juri Pakaste
| | I think this might be something we overlooked, I remember thinking
| about this at somepoint but I forgot: setup.py is probably
| installing the files in a different location than Makefile used to,
| and you get a version mismatch. At least that's the first thing that
| springs to mind.

setup.py's default is /usr/local, Makefile had:

`pkg-config libgnome-2.0 --variable=prefix || echo /usr/local`

Try:

$ python setup.py install --prefix=auto

to let pkg-config find the prefix.

No, that is not working any longer.

In my original setup.py patch I had (in tools/straw_distutils.py):

   cmd = 'pkg-config libgnome-2.0 --variable=prefix'

now this line is:

   cmd = 'pkg-config --variable=prefix libgnome2.0'

Why the change? Should that be:

cmd = 'pkg-config --variable=prefix libgnome-2.0'
?


Ok, if you want to fix things up, use:

$ python setup.py install --prefix=/usr


 - Terje








_______________________________________________
Straw-devel mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/straw-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]