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

BUG : Compiler Fight

<< < (2/2)

killerbot:
builded and tested --> works

@Yiannis, can you also adjust the following so the static libs build with Digital Mars :
compilerDMC.cpp

    m_Commands[(int)ctLinkStaticCmd] = _T("$lib_linker $link_options $static_output $link_objects");
into
    m_Commands[(int)ctLinkStaticCmd] = _T("$lib_linker -c $link_options $static_output $link_objects");

NOTE : we have another issue, even when this has been adjusted, it does not work immediately, since the default.conf still has the old one stated and overrules the code !!!!!! Very dangerous !!!

killerbot:
and just discovered another thing, you can use the atteched project from the start of the topic.

Althoug the active project is not stored in the cbp file anymore, CB still thinks the cbp has changed when you switch targets.

Open cb, open the lib1.cbp, change the target (for example thourh the toolbar), close CV --> wants to save yes/no changes. But no changes made.

[EDIT] It's patch day again, yipeeeeeeeeeeeee  :lol:

mandrav:

--- Quote ---@Yiannis, can you also adjust the following so the static libs build with Digital Mars :
compilerDMC.cpp

    m_Commands[(int)ctLinkStaticCmd] = _T("$lib_linker $link_options $static_output $link_objects");
into
    m_Commands[(int)ctLinkStaticCmd] = _T("$lib_linker -c $link_options $static_output $link_objects");

--- End quote ---

Fixed in revision 1932.

Michael:

--- Quote from: mandrav on February 02, 2006, 03:18:18 pm ---Fixed in revision 1932.

--- End quote ---

Very fast work, indeed. I have just finished to build rev1920...around 30 minutes of building time..... :D

Michael

killerbot:
same here, one build finished, do svn update, can start all over again.

Maybe we can create a new project Code::Blocks Builder. A nice litlle program that in an endless loop, connects to sv, update, rebuild CB, back to the beginning of the loop.
version 2 of this program, will be optimized, in case no new stuff from svn, you will be able to choose from
 - play minesweeper
 - read CB forum
 - use CB   ;-)

Navigation

[0] Message Index

[*] Previous page

Go to full version