News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

C::B working on Intel MAC OS X, but requires Makefile changes

Started by Paco.Blasco, August 08, 2006, 10:03:53 AM

Previous topic - Next topic

Auria

Quote from: afb on August 24, 2006, 09:56:13 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)

afb

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 ?

afb

Quote from: Auria on August 24, 2006, 11:17:25 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"

Auria

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

afb

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.

Auria

Quote from: afb 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.

That's it i moved it and it works

thanks