can anyone with FreeBSD and a little experience with make on FreeBSD point
me in the right direction?
It looks like gmake is reading the makefile wrong?
I'm tempted to use a pure php make process now... steal some ideas from ant
and go about our business :)
_a
------ Forwarded Message
> From: Dave Goodrich <da...@pi...>
> Date: Mon, 8 Oct 2001 08:48:55 -0500
> To: Alex Black <en...@tu...>
> Subject: Re: [binarycloud-dev] r2 and FreeBSD
>
> On Fri, Oct 05, 2001 at 12:30:56PM -0700, Alex Black wrote:
>> can you send the errors?
>>
>> it's almost certainly a problem with make.
>>
>> thanks,
>>
>> _alex
>>
> Inserted below, thanks,
>
> DAve
>
>>> Hello all.
>>>
>>> I've been trying to get to playing with BC and now I have the time. CVS co
>>> this morning and tried to run make, it fails. Ran gmake and got much
>>> farther, but still many errors. Is ther something I should know?
>>>
>>> FreeBSD 4.1
>>> PHP 4.0.6
>>> BCHOME is set to /usr/local/binarycloud/binarycloud
>>> (where /usr/local/binarycloud is the top of the CVS tree)
>>>
>
> Errors!!
>
> [dave@redbird:/usr/local/binarycloud/binarycloud]$ gmake
>
> Building da site
>
> in base
>
> in core
>
> /usr/local/binarycloud/binarycloud
> /base
> /utils
> /installcode.sh
> :No such file or directory
>
> *** Error code 1
>
>
>
> Stop in /usr/local/binarycloud/binarycloud/base/core.
>
> *** Error code 1
>
>
>
> Stop in /usr/local/binarycloud/binarycloud/base.
>
> in ext
>
> /usr/local/binarycloud/binarycloud
> /base
> /utils
> /installcode.sh
> : not found
>
> *** Error code 127
>
>
>
> Stop in /usr/local/binarycloud/binarycloud/ext.
>
> in user
>
> in user/htdocs
>
> /usr/local/binarycloud/binarycloud
> /base
> /utils
> /installcode.sh
> : not found
>
> *** Error code 127
>
>
>
> Stop in /usr/local/binarycloud/binarycloud/user/htdocs.
>
> *** Error code 1
>
>
>
> Stop in /usr/local/binarycloud/binarycloud/user.
>
> Building en site
>
> in base
>
> in core
>
> /usr/local/binarycloud/binarycloud
> /base
> /utils
> /installcode.sh
> :No such file or directory
>
> *** Error code 1
>
>
>
> Stop in /usr/local/binarycloud/binarycloud/base/core.
>
> *** Error code 1
>
>
>
> Stop in /usr/local/binarycloud/binarycloud/base.
>
> in ext
>
> /usr/local/binarycloud/binarycloud
> /base
> /utils
> /installcode.sh
> : not found
>
> *** Error code 127
>
>
>
> Stop in /usr/local/binarycloud/binarycloud/ext.
>
> in user
>
> in user/htdocs
>
> /usr/local/binarycloud/binarycloud
> /base
> /utils
> /installcode.sh
> : not found
>
> *** Error code 127
>
>
>
> Stop in /usr/local/binarycloud/binarycloud/user/htdocs.
>
> *** Error code 1
>
>
>
> Stop in /usr/local/binarycloud/binarycloud/user.
>
> gmake: *** [langs] Error 1
>
>
> My other computer is your Windows machine...
>
------ End of Forwarded Message
|