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

builds broken

<< < (3/4) > >>

Jenna:

--- Quote from: oBFusCATed on September 15, 2010, 05:46:38 pm ---probably make clean should be made more brutal: "find . -iname 'Makefile' | xargs -i {} rm -f {}" :)

--- End quote ---
make distclean should do something similar as far as I know.

MortenMacFly:

--- Quote from: jens on September 15, 2010, 06:16:29 pm ---make distclean should do something similar as far as I know.

--- End quote ---
True, but that won't work, too if you did a configure already using a new setup. And in my case that's the point where I usually realise I should have done this earlier... ;-)

oBFusCATed:

--- Code: ----------------- Build: src in Code::Blocks - Unix ---------------

Skipping file (no compiler program set): src/resources/resources.rc
g++ -Lbase/tinyxml -Ldevel  -o devel/codeblocks .objs/src/app.o .objs/src/appglobals.o .objs/src/compilersettingsdlg.o .objs/src/crashhandler.o .objs/src/dlgabout.o .objs/src/dlgaboutplugin.o .objs/src/environmentsettingsdlg.o .objs/src/infopane.o .objs/src/main.o .objs/src/notebookstyles.o .objs/src/prefix.o .objs/src/printdlg.o .objs/src/scriptconsole.o .objs/src/scriptingsettingsdlg.o .objs/src/splashscreen.o .objs/src/startherepage.o .objs/src/switcherdlg.o   -L/usr/lib64 -pthread -Wl,-O1  -L/usr/lib64   -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8   -L/usr/lib64 -pthread -Wl,-O1  -L/usr/lib64   -lwx_gtk2u_aui-2.8 -lwx_baseu-2.8    -lcodeblocks -lwxscintilla -lwxpropgrid
Output size is 4.23 MB

--- End code ---

Is this normal? Happens with the debuggers branch on linux. After successful compilation this is printed to the log...

killerbot:
so I finally got a new build (cc branch) but oh boy :-(
CB is completely broken. The moment I open an editor (loading a project with an already open file, or open a project with no files open and then open a file), CB HANGS.
The mouse pointer becomes a big arrow pointing left-upwards.
Disabling CC makes the problem go away.

Next : with an editor open (and CC disabled), I re-enable the CC plug-in. No hanging, but CC doesn't seem to be really activated, for example right clicking on on include +> no entries in the menu to open it, right-clicking on a variable -> no find declaration/implementation entries.

So let's close CB, and restart it, and were back at the problem were it all started.

Emergency help needed ;-)

On linux (64 bit), rev 6596 on CC branch

Jenna:

--- Quote from: MortenMacFly on September 15, 2010, 09:02:43 pm ---
--- Quote from: jens on September 15, 2010, 06:16:29 pm ---make distclean should do something similar as far as I know.

--- End quote ---
True, but that won't work, too if you did a configure already using a new setup. And in my case that's the point where I usually realise I should have done this earlier... ;-)

--- End quote ---
make distclean normally removes all Makefiles and it works for me.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version