| View previous topic :: View next topic |
| Author |
Message |
DennisH
Joined: 05 Jul 2005 Posts: 4 Location: Berlin, Germany
|
Posted: Thu Jul 07, 2005 2:12 am Post subject: Trouble with ./bootstrap when building from SVN |
|
|
I've been trying to build myself a current version of the SDK.
So far I've exported the head revision from SVN, opened Bash (using Cygwin) and tried running the bootstrap script.
According to my understanding it should generate a 'configure' script that I just run and then I can 'make' the libraries. However the 'bootstrap' just returns an error:
| Quote: | | FIND: Parameterformat falsch |
Which is German for 'wrong parameter format'. The resulting 'configure' script is (of course) 0 bytes long. |
|
| Back to top |
|
 |
Xalcker
Joined: 07 Jul 2005 Posts: 3
|
Posted: Thu Jul 07, 2005 2:19 am Post subject: |
|
|
I'm having problems too, using Cygwin after ./bootstrap i get:
aclocal: not found
automake: not found
I've used the cygwin installer to add autoconf and automake.
Any ideas? |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Thu Jul 07, 2005 2:54 am Post subject: Re: Trouble with ./bootstrap when building from SVN |
|
|
| DennisH wrote: | However the 'bootstrap' just returns an error:
| Quote: | | FIND: Parameterformat falsch |
Which is German for 'wrong parameter format'. The resulting 'configure' script is (of course) 0 bytes long. |
Looks like a non-Cygwin find is on your PATH. Make sure Cygwin (C:\cygwin\bin and C:\cygwin\usr\bin) is the first thing on your PATH. |
|
| Back to top |
|
 |
DennisH
Joined: 05 Jul 2005 Posts: 4 Location: Berlin, Germany
|
Posted: Thu Jul 07, 2005 3:10 am Post subject: |
|
|
That's it.
There's a find.exe in the Windows System32 directory. I didn't realise that Bash is using the standard path environment to look for tools, since 'find' is kind of an internal command of the shell. That's where I was obviously wrong. :) |
|
| Back to top |
|
 |
etx
Joined: 02 Apr 2005 Posts: 33 Location: Detroit
|
Posted: Thu Jul 07, 2005 7:12 am Post subject: |
|
|
| Xalcker wrote: | I'm having problems too, using Cygwin after ./bootstrap i get:
aclocal: not found
automake: not found
I've used the cygwin installer to add autoconf and automake.
Any ideas? |
You need autoconf and automake, RTFM. |
|
| Back to top |
|
 |
Xalcker
Joined: 07 Jul 2005 Posts: 3
|
Posted: Thu Jul 07, 2005 11:27 am Post subject: |
|
|
| Thankyou i just reinstalled automake and autoconf from latest source and everything worked. |
|
| Back to top |
|
 |
|