Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Solaris

(1/6) > >>

murlock:
I've made a little tutorial to build CodeBlocks for Solaris : http://www.murlock.org/wiki/?wakka=CodeBlocksEN
(don't hesitate to contact me or correct my english)

There are several problems :
I've installed CodeBlocks in /usr/local/test_cb but CodeBlocks search icons in /usr/local/share instead of /usr/local/test_cb/share
Crash when creating a new project (I'll launch CodeBlocks with gdb and report later)

afb:

--- Quote from: murlock on November 23, 2006, 11:22:36 am ---I've installed CodeBlocks in /usr/local/test_cb but CodeBlocks search icons in /usr/local/share instead of /usr/local/test_cb/share

--- End quote ---

This happens on other platforms too, it's under a little refactoring at the moment...

BTW; How do you recognize Solaris with the preprocessor ? We have a little patch
to do for binreloc support (using getexecname), but don't have the defs to look for ?

I've seen this mentioned somewhere:

--- Code: ---#if defined (__SVR4) && defined (__sun)
--- End code ---

murlock:
#ifdef __sun seems ok for me but I'll check http://docs.sun.com to be sure.

Otherwise, I'll try to compile codeblocks with Sun Studio (for x86 and sparc)

afb:
Will go with __sun for now then, and let you test it out later.

takeshimiya:
Very handy: http://predef.sourceforge.net/preos.html#sec30

Navigation

[0] Message Index

[#] Next page

Go to full version