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

Mac Nightly Build

<< < (3/5) > >>

smchronos:
I'm pretty sure there's something missing when I try to execute the bootstrap file.

Everything worked up until:

--- Code: ---./bootstrap
--- End code ---

In fact, any bootstrap file that I try to run on my Mac returns "command not found" in the terminal.

stahta01:

--- Quote from: smchronos on August 03, 2009, 08:00:27 am ---I'm pretty sure there's something missing when I try to execute the bootstrap file.

Everything worked up until:

--- Code: ---./bootstrap
--- End code ---

In fact, any bootstrap file that I try to run on my Mac returns "command not found" in the terminal.

--- End quote ---

Does the file "bootstrap" exist to the current directory?

The old way to do script files is

--- Code: ---sh < bootstrap

--- End code ---


Tim S

smchronos:
I'm not sure what's going now. Following your advice and typing:

--- Code: ---sh < bootstrap
--- End code ---

Got me:

--- Code: ---$ sh < bootstrapsh: line 11: ./update_revision.sh: Permission denied
rm: autom4te.cache/output.0t: Permission denied
rm: autom4te.cache/requests: Permission denied
rm: autom4te.cache/traces.0t: Permission denied
rm: autom4te.cache: Directory not empty
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
aclocal-1.10: configure.in:3: file `revision.m4' does not exist
--- End code ---

Obviously, to force permission, I used 'sudo' followed by my password when asked:

--- Code: ---$ sudo sh < bootstrap
Password: *****
sh: line 11: ./update_revision.sh: Permission denied
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
aclocal: configure.in:3: file `revision.m4' does not exist
--- End code ---

stahta01:
Try doing


--- Code: ---sudo chmod 777 update_revision.sh

--- End code ---

I think it should set the execute flag and give you permissions on it.

Tim S

smchronos:
Well... that definitely caused a change.

After typing with no resulting errors:

--- Code: ---sudo chmod 777 update_revision.sh
--- End code ---

I then retyped:

--- Code: ---sudo sh < bootstrap
--- End code ---

What followed was as below:

--- Code: ---svn: '.' is not a working copy
svn: '.' is not a working copy
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
configure.in:9: installing `./missing'
configure.in:9: installing `./install-sh'
src/base/tinyxml/Makefile.am: installing `./depcomp'
src/include/Makefile.am:3: PRECOMPILE_HEADERS does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:1: BUILD_ASTYLE does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:5: BUILD_AUTOSAVE does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:9: BUILD_CLASSWIZARD does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:13: BUILD_CODECOMPLETION does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:17: BUILD_COMPILER does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:21: BUILD_DEBUGGER does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:25: BUILD_MIMEHANDLER does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:29: BUILD_OPENFILESLIST does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:33: BUILD_PROJECTSIMPORTER does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:37: BUILD_SCRIPTEDWIZARD does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:41: BUILD_TODO does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:45: BUILD_MANIFEST does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:1: BUILD_AUTOVERSIONING does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:5: BUILD_BROWSETRACKER does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:9: BUILD_BYOGAMES does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:13: BUILD_CBKODERS does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:17: BUILD_CODESNIPPETS does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:21: BUILD_CODESTAT does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:25: BUILD_COPYSTRINGS does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:29: BUILD_DRAGSCROLL does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:33: BUILD_ENVVARS does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:37: BUILD_HELP does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:41: BUILD_HEADERFIXUP does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:45: BUILD_KEYBINDER does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:49: BUILD_LIBFINDER does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:53: BUILD_PROFILER does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:57: BUILD_REGEX does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:61: BUILD_EXPORTER does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:65: BUILD_SYMTAB does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:69: BUILD_THREADSEARCH does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:73: BUILD_VALGRIND does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:77: BUILD_WXSMITH does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:81: BUILD_WXSMITHCONTRIB does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:85: BUILD_WXSMITHAUI does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:89: BUILD_HEXEDITOR does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:93: BUILD_INCSEARCH does not appear in AM_CONDITIONAL
src/src/Makefile.am:10: CODEBLOCKS_LINUX does not appear in AM_CONDITIONAL
src/templates/Makefile.am:1: CODEBLOCKS_NT does not appear in AM_CONDITIONAL
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version