Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
How can I biuld codeblocks with codeblocks on linux
MortenMacFly:
--- Quote from: ccsee on May 11, 2009, 03:32:24 am --- But How can I build codeblocks with codeblocks on linux?
--- End quote ---
Open the unix workspace file and hit compile. In addition you might want to open the (unix) plugins workspace file and hit compile, too.
Jenna:
After compiling "CodeBlocks-unix.cbp" and (if wanted) "ContribPlugins-unix.workspace", you have to run "./update" from the commandline (it's in the same directory as the main project/workspace-files), even if you want to start C::B from inside C::B, because otherwise you are missing some resource-files.
ccsee:
Successly build.I think that it works correctly after “apt-get update” .
Thank you!
oBFusCATed:
Hello,
How can I debug the code-completion plugin inside C::B?
I've remove the stripping from the update script,
added -g to the code-completion target,
rebuild it
and executed the update script again.
But I still can't debug it?
If I debug code from the sdk(inside cbeditor.cpp) it works.
Here is one of the error messages:
No line 784 in file "/home/obfuscated/projects/codeblocks/brances/wxfnb_to_wxaui/src/plugins/codecompletion/parser/parser.cpp".
ollydbg:
--- Quote from: oBFusCATed on May 29, 2009, 06:55:10 pm ---Hello,
How can I debug the code-completion plugin inside C::B?
I've remove the stripping from the update script,
added -g to the code-completion target,
rebuild it
and executed the update script again.
But I still can't debug it?
If I debug code from the sdk(inside cbeditor.cpp) it works.
Here is one of the error messages:
No line 784 in file "/home/obfuscated/projects/codeblocks/brances/wxfnb_to_wxaui/src/plugins/codecompletion/parser/parser.cpp".
--- End quote ---
For me, I just log out some thing to "Debug log" panel. :D
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version