Author Topic: C::B working on Intel MAC OS X, but requires Makefile changes  (Read 27834 times)

Offline Auria

  • Almost regular
  • **
  • Posts: 152
Re: C::B working on Intel MAC OS X, but requires Makefile changes
« Reply #30 on: August 24, 2006, 11:17:25 pm »
These issues are fixed in the 2890 build, which should be available on BerliOS shortly.

This one doesn't even open :(

This is what it prints when i run it via terminal:

can't open library: /usr/local/lib/libcodeblocks.0.dylib  (No such file or directory, errno = 2)
Trace/BPT trap

Though i have no experience with dylibs so i might have done something  dumb (or maybe the error message is meaningless)
« Last Edit: August 24, 2006, 11:20:05 pm by Auria »

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: C::B working on Intel MAC OS X, but requires Makefile changes
« Reply #31 on: August 24, 2006, 11:30:52 pm »
It is supposed to be bundled with the application...
(CodeBlocks.app/Contents/lib/libcodeblocks.0.dylib)

It doesn't happen to be in a directory with spaces ?

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: C::B working on Intel MAC OS X, but requires Makefile changes
« Reply #32 on: August 24, 2006, 11:41:20 pm »
This one doesn't even open :(

This is what it prints when i run it via terminal:

By the way, what do you mean with "via terminal" ?
It is supposed to just be double-clicked in the Finder...

In the Terminal, you need to use "open CodeBlocks.app"

Offline Auria

  • Almost regular
  • **
  • Posts: 152
Re: C::B working on Intel MAC OS X, but requires Makefile changes
« Reply #33 on: August 25, 2006, 01:41:18 am »
If i open it by double-clicking nothing happens. The icon briefly appears in the dock and goes away.

Forget the thing i wrote about the terminal is probably meaningless, i didn't think enough and the idea i had didn,t make sense. I was trying to get an error message but realised shortly after my very limiotd knowledge didn't allow me to make any assertion on what was wrong :)

in fact i just don't know why it doesn't work
« Last Edit: August 25, 2006, 02:34:11 am by Auria »

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: C::B working on Intel MAC OS X, but requires Makefile changes
« Reply #34 on: August 25, 2006, 09:06:08 am »
Any messages from GUI apps should show in the system log,
which can be viewed using /Applications/Utilities/Console.app

I've duplicated a problem with the current script hack when run
in directories with spaces (missing quotes), and that'll be fixed.

Offline Auria

  • Almost regular
  • **
  • Posts: 152
Re: C::B working on Intel MAC OS X, but requires Makefile changes
« Reply #35 on: August 25, 2006, 08:47:10 pm »
Any messages from GUI apps should show in the system log,
which can be viewed using /Applications/Utilities/Console.app

I've duplicated a problem with the current script hack when run
in directories with spaces (missing quotes), and that'll be fixed.

That's it i moved it and it works

thanks