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

Mac Binaries

<< < (19/25) > >>

Pecan:
I cannot link McCodeBlocks SVN 2438 because it needs something called CompilerGDB::CompilerGDB().

There seems to be one in the Codeblocks.cbp, but none in the CodeBlocks-unix.cbp.

Should I change the code or the .cbp??

thanks
pecan

afb:

--- Quote from: Pecan on May 11, 2006, 06:02:17 pm ---I cannot link McCodeBlocks SVN 2438 because it needs something called CompilerGDB::CompilerGDB().
--- End quote ---

If it says "CompilerGDC", then please add that...

http://gdcmac.sourceforge.net/

Pecan:

--- Quote from: afb on May 12, 2006, 12:40:35 am ---
If it says "CompilerGDC", then please add that...

http://gdcmac.sourceforge.net/

--- End quote ---

Acknowledge. Will add to CodeBlocks-mac.cbp
Also, am still verifying that the .cbp is correct.

Pecan:
For anyone who would like to compile mcCodeBlocks with a cbp, here is the alpha patch containing the patches provided by afb and pecan.

It does not yet contain the contribs.

I have not yet tested the patched code  under windows and linux, so it most likely will change.

Remember; the .so files end up being .dylib files, so after running ./update, you will have to copy them to .../output if you do the update.

Also you will have to use a different ./run.sh: like:

--- Code: ---#!/ bin/sh
#  ^remove this space(and this comment)

APP_DIR=/Users/pecan/devel/mac/trunk/src/devel/
export LD_LIBRARY_PATH=$APP_DIR:$LD_LIBRARY_PATH

LIB=$APP_DIR

DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$LIB
export DYLD_LIBRARY_PATH

#--exec $APP_DIR/codeblocks --prefix=$DIR
echo DIR=$APP_DIR
echo LIB=$LIB
echo DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH
echo command line =exec $APP_DIR/codeblocks --prefix="$APP_DIR"

exec $APP_DIR/codeblocks --prefix="$APP_DIR"
 

--- End code ---

Find attached macdiff.zip

thanks
pecan


[attachment deleted by admin]

afb:

--- Quote from: Pecan on May 12, 2006, 03:27:38 pm ---For anyone who would like to compile mcCodeBlocks with a cbp, here is the alpha patch containing the patches provided by afb and pecan.

Find attached macdiff.zip

--- End quote ---

It seems like all these patches (except the new project) are regressions of previously reported bugs like the "propgrid" bug or the AngelScript "malloc.h" bug. So they'll need to be reopened or reported again, I suppose. (AngelScript is of course still awating a "final solution"...)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version