User forums > General (but related to Code::Blocks)

Mac Nightly Build

<< < (2/5) > >>

stahta01:
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Mac_OS_X#Install_Developer_Tools

My guess, Do you have XCode?

I am a WinXP person so it is a very wild guess.

Tim S

smchronos:
I've installed XCode, but I can always do another install... I guess. Keep in mind that I had downloaded it from Apple. This time, I'm going to run the installation disks that came with my computer.

I'll let you know in this post how it goes.

[EDIT]
This install seemed to do a lot more than my online copy. Fingers are crossed.

[EDIT2]
No good. Nothing has changed. I still type "sudo {PATH-TO-BOOTSTRAP-IN-REVISION-FOLDER}\bootstrap" without the quotes and I get:
"sudo: {PATH-TO-BOOTSTRAP-IN-REVISION-FOLDER}\bootstrap: command not found"

stahta01:

--- Quote from: smchronos on August 03, 2009, 05:58:14 am ---No good. Nothing has changed. I still type "sudo {PATH-TO-BOOTSTRAP-IN-REVISION-FOLDER}\bootstrap" without the quotes and I get:
"sudo: {PATH-TO-BOOTSTRAP-IN-REVISION-FOLDER}\bootstrap: command not found"

--- End quote ---

The Wiki shows the command as below; I have no idea if it work with an different build folder.
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Mac_OS_X#Bootstrap_with_Autotools

EDIT: You need to use "/" instead of "\" on NON-Windows to my Knowedge


--- Code: ---ACLOCAL_FLAGS="-I /usr/share/aclocal" ./bootstrap

--- End code ---

Edit: What version of automake are you using?

Tim S

smchronos:
I tried using this:

--- Code: ---cd /Users/robertsenkbeil/Desktop/CodeBlocks_Revision_5723
--- End code ---
Yes, my name is Robert Senkbeil. ;)

Followed by this:

--- Code: ---sudo ACLOCAL_FLAGS="-I /Developer/usr/share/aclocal" ./bootstrap
--- End code ---

I still get this:

--- Code: ---sudo: ACLOCAL_FLAGS=-I /Developer/usr/share/aclocal: command not found
--- End code ---

As for my automake version, the one located in the /Developer/usr/share/aclocal is 1.10.

[EDIT]
Another note is that when I type in the terminal:

--- Code: ---automake --version
--- End code ---

I get:

--- Code: ---automake (GNU automake) 1.10
Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.

Copyright 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--- End code ---

When I type in the terminal:

--- Code: ---autoconf --version
--- End code ---

I get:

--- Code: ---autoconf (GNU Autoconf) 2.61
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.
--- End code ---

When I type in the terminal:

--- Code: ---glibtool --version
--- End code ---

I get:

--- Code: ---ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)

Copyright (C) 2005  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--- End code ---

When I type in the terminal:

--- Code: ---aclocal --version
--- End code ---

I get:

--- Code: ---aclocal (GNU automake) 1.10
Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.

Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--- End code ---

stahta01:
I suggest trying it in smaller chunks


--- Code: ---cd /Users/robertsenkbeil/Desktop/CodeBlocks_Revision_5723
--- End code ---


--- Code: ---export ACLOCAL_FLAGS="-I /Developer/usr/share/aclocal"
--- End code ---
Not sure if export keyword is required or not.


--- Code: ---sudo ./bootstrap
--- End code ---
Not sure if sudo keyword is required or not.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version