[openbeos] Re: Build problem
- From: Ingo Weinhold <bonefish@xxxxxxxxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Sat, 27 Mar 2004 02:15:37 +0100
On 2004-03-26 at 17:57:07 [+0100], Fredrik Ekdahl wrote:
> I have downloaded the sources and am trying to build obos for the first
> time, but am having some trouble.
> Since I don't have an internet connection at my BeOS machine, I have used
> WinCVS on this machine to download the sources.
>
> I am using BeOS R5 Pro, updated to 5.03
> Jam & the new ld are installed.
>
> When i try to run configure, this happens:
> $./configure
> ./configure: : command not found
> ./configure: line 11: syntax error near unexpected token `usage()'
> ./configure: line 11: `usage()'
Mmh, runs fine here. Maybe a problem with line breaks? WinCVS has certainly
inserted CRs, and perhaps the shell doesn't like them.
> So I used a BuildConfig with the following contents:
> # BuildConfig
> # Note: This file has been automatically generated by configure.
>
> FLOPPY_PATH ?= "" ;
> PLATFORM_LINKLIBS ?= -L
> /boot/develop/tools/gnupro/lib/gcc-lib/i586-beos/2.9-beos-991026 -lgcc ;
> PLATFORM_HEADERS ?=
> /boot/develop/tools/gnupro/lib/gcc-lib/i586-beos/2.9-beos-991026/include ;
> GCC_RAW_VERSION ?= 2.9-beos-991026 ;
> BOCHS_DEBUG_HACK ?= 0 ;
> INCLUDE_GPL_ADDONS ?= 0 ;
Looks OK at the first glance (save that it is encouraged to use the
GeekGadgets GCC).
> Jam is then outputting this:
> $jam
> ...patience...
> ...patience...
> ...patience...
> ...patience...
> ...patience...
> ...patience...
> ...patience...
> ...patience...
> ...patience...
> ...found 9880 target(s)...
> ...updating 4179 target(s)...
> Shell distro/x86.R1/beos/bin/zipgrep
> Chmod1 distro/x86.R1/beos/bin/zipgrep
> /bin/sh:
> : command not found
> /bin/chmod:
> : No such file or directory
>
>
> chmod "755" "distro/x86.R1/beos/bin/zipgrep"
This looks weird, but if there really is a problem with line breaks, then it
would probably be an explanation for this, too.
Unless WinCVS allows to set which line breaks are to be used, there's also a
source tar ball available. I just don't have the address at hand right now.
Can anyone help out?
CU, Ingo
- Follow-Ups:
- [openbeos] Re: Build problem
- From: Matthijs Hollemans
- References:
- [openbeos] Build problem
- From: Fredrik Ekdahl
Other related posts:
- [openbeos] Re: Build problem
- From: Matthijs Hollemans
- [openbeos] Build problem
- From: Fredrik Ekdahl