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

Building CodeBlocks source

<< < (6/10) > >>

Jenna:
To make it clear: you do not need a prebuild boost library, the headers are enough.
At least I never compiled anything of boost and building C::B it works fine on windows.
About setting up the global boost-variable: http://forums.codeblocks.org/index.php/topic,15817.msg106443.html#msg106443 .

sorinev:

--- Quote from: jens on July 27, 2013, 07:24:02 am ---To make it clear: you do not need a prebuild boost library, the headers are enough.
At least I never compiled anything of boost and building C::B it works fine on windows.
About setting up the global boost-variable: http://forums.codeblocks.org/index.php/topic,15817.msg106443.html#msg106443 .

--- End quote ---

Thanks, that did it. I already had the global variable set up right. I tried looking around for the file that the output log told me it couldn't find myself last night, but I didn't find it. So I'm glad that adding the $(#boost) bit to the compiler search path automagically did the trick for me.

sorinev:
Well, I've got the Windows + TDM-GCC build process for Code::Blocks down to three easy steps. SVN Update; Build; Update.bat; done.

But now I've got a new problem! I've got another system that I'm running Kubuntu 12.10 64-bit on (it's actually a VMware guest on my Windows system), and I'm trying to build from source. I've got it to the point where it starts compiling, but partway through, it stops. The error is:


--- Code: ---notebookstyles.h:13:25: fatal error: gtk/gtk.h: No such file or directory

--- End code ---

I do have GTK install. I've never really gotten familiar with Linux, just tooled around a bit here and there, so I'm not sure what steps to take to resolve it. I googled around and found this issue as it relates to building gtk projects from within codeblocks, but I couldn't find anything involving the gtk header error for building codeblocks itself.

stahta01:

--- Quote from: sorinev on August 05, 2013, 01:56:37 am ---
--- Code: ---notebookstyles.h:13:25: fatal error: gtk/gtk.h: No such file or directory

--- End code ---

--- End quote ---

Make sure you install the dev packages for GTK.

Tim S.

sorinev:
I've now installed libgtk2.0-dev and libgtk-3-dev, but still stopping at the same spot. Was there anything else I was supposed to get? My searches really only turned up those two.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version