User forums > Using Code::Blocks

Is there a way to get copy/cut/paste in the right click context menu?

<< < (3/5) > >>

stahta01:

--- Quote from: marosknapcok on July 13, 2014, 09:01:38 pm ---"Check the gloabal variable named "cb" and make sure it points to the root-folder of the C::B sources you want to use."

I did it (in "Settings->Global variables...").
In "Global Variable Editor"
Current Set: default
Current Variable: cd
"base" C:\Devel\CodeBlocks
Other fields are empty
...and still the same error message.
Is there any other C:B version where it was already tested?

--- End quote ---

The above sounds wrong to me; does the folder "C:\Devel\CodeBlocks" have a sub folder of include and sdk?
Because if it does NOT; then it will not work as the cb base folder.

Tim S.

Jenna:
Check also the "cb_release_type"-variable, it should either contain a valid compiler-flag, like "-g" for debug-build or at least a space (" "), it can not be empty, in this case it will automatically be set to "(invalid)" !

marosknapcok:
Space helped, it started to compile but then it crushed on:
-----------------
||=== Build: tinyXML in Code::Blocks wx2.8.x (compiler: GNU GCC Compiler) ===|
||=== Build: AutoRevision in Code::Blocks wx2.8.x (compiler: GNU GCC Compiler) ===|
||=== Build: ConsoleRunner in Code::Blocks wx2.8.x (compiler: GNU GCC Compiler) ===|
||=== Build: Squirrel in Code::Blocks wx2.8.x (compiler: GNU GCC Compiler) ===|
||=== Build: Squirrel std lib in Code::Blocks wx2.8.x (compiler: GNU GCC Compiler) ===|
||=== Build: SqPlus in Code::Blocks wx2.8.x (compiler: GNU GCC Compiler) ===|
||=== Build: scintilla in Code::Blocks wx2.8.x (compiler: GNU GCC Compiler) ===|
C:\Devel\CodeBlocks\sdk\wxscintilla\src\PlatWX.cpp|8|fatal error: wx/wxprec.h: No such file or directory|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 20 second(s)) ===|
-----------------
What should be the settings of "wx"?
I read somwhere that wxWidgets should be compilet separately or something.
I will look at it later.



oBFusCATed:
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows

marosknapcok:
By compiling of wxWidget (wxMSW-2.8.12, on Windows 7, 32-bit) I get following:
-------------------------------------
ladvapi32 -lwsock32 -lodbc32
collect2.exe: error: ld returned 5 exit status
mingw32-make: *** [..\..\lib\gcc_dll\wxmsw28u_gcc_custom.dll] Error 1
Pokračujte stisknutím libovolné klávesy...
-------------------------------------
I will look at it later. I will make some break till I collect some psychic powers to continue.
My goat my goat this is amazing how nothing works in here.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version