compiling macosx-fixes

Asked by Sreeram

The Wiki says to compile macosx-fixes like this:

cd macosx-fixes
./configure --disable-fail
make
make install

But I don't find a configure script when I got the macosx-fixes source (using bzr branch lp:~jimw/drizzle/macosx-fixes)

Am I missing something here?

I am assuming you want the macosx-fixes directory to be alongside drizzle, and built after building and installing drizzle..

Question information

Language:
English Edit question
Status:
Answered
For:
Drizzle Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jay Pipes (jaypipes) said :
#1

You need to run ./config/autorun.sh to set up the autoconf environment.

cd macosx-fixes
./config/autorun.sh
./configure --disable-fail
make
make install

Also, Jim's fixes should be already merged into trunk, so you should only need to do bzr branch lp:drizzle. :)

Cheers!

Jay

Revision history for this message
Monty Taylor (mordred) said :
#2

Yes, in fact, those were merged quite a long time ago.

Jay Pipes wrote:
> Question #44565 on Drizzle changed:
> https://answers.edge.launchpad.net/drizzle/+question/44565
>
> Status: Open => Answered
>
> Jay Pipes proposed the following answer:
> You need to run ./config/autorun.sh to set up the autoconf environment.
>
> cd macosx-fixes
> ./config/autorun.sh
> ./configure --disable-fail
> make
> make install
>
> Also, Jim's fixes should be already merged into trunk, so you should
> only need to do bzr branch lp:drizzle. :)
>
> Cheers!
>
> Jay
>

Revision history for this message
Vahaber (alphagoblin4) said :
#3

ofcourse, Jay right!

Revision history for this message
Vahaber (alphagoblin4) said :
#4

ofcourse, Jay right!

Can you help with this problem?

Provide an answer of your own, or ask Sreeram for more information if necessary.

To post a message you must log in.