>> When you have some time, could you try build.sh and tell me where it
>> fails or things go wrong?
>>
>
> Sure, I'll give it another go.  There was something I didn't like
> about it, or that didn't work, but I can't remember what.

Okay, I tried build.sh again, and the previous problem was that  
Configure.sh couldn't find /usr/bin/make when being run from the  
build.sh script.

> [21:32:48|~/prj/gtk-gnutella>./build.sh
> Would you like to see the instructions? [n]
> Locating common programs...
> I don't know where 'make' is, and my life depends on it.
> Go find a free implementation or fix your PATH setting!
>
> ERROR: Configure failed.


This time, I actually took a look at the build.sh script.  "$MAKE"  
does not have a default value on my system;  one would be required to  
define it at the script's execution.
It looks like I'll definitely have trouble with the library suffix  
('dylib' rather than 'so', although they're actually technically two  
different things.)
I tried adding the following:
>       --so=*)                 so="${1#--*=}";;
just mimicking the other definitions.  I don't know yet if it works.   
The next problem is currently stopping things.
It appears that "--cflag=" is unable to take a list of flags from the  
command line?  They're all passed to Configure as if they should be  
it's own flags, rather than used to define CFLAGS as an environmental  
variable.  I'm having trouble figuring out why.

I would like it if build.sh moved or renamed config.sh rather than  
deleting it.  Currently, if it fails, one needs to enter all one's  
local peculiarities into Configure.sh by hand again.

- Matt




-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
gtk-gnutella-devel mailing list
gtk-gnutella-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to