News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 13 november 2006 build will NOT be out.

Started by killerbot, November 13, 2006, 06:52:46 PM

Previous topic - Next topic

killerbot


keenblade

#1
   Hi,
   Is there any nightly Code::Blocks user who has successfuly builded Visual Component Framework.
   I can't build VCF with the nightly Code:Blocks. Actually, I use svn builds and don't want to revert back to a rc2 build?
Could someone tell me how to build VCF with the nightly Code::Blocks?
While searching forums, I found out only mispunt got it I guess:

Quote from: mispunt on June 24, 2006, 01:37:20 PM
I tarted with wxWidgets, but I had some problems with it, so I switched to FLTK, but I didn't like the non native gui. Now I am using VCF.
That is all because I have to program cossplatform.  8)

    The project file format of vcf was 1.4 and I save them with the nightly's format. Many resource file could not be found. Adding the include folders did not work. I guess it is much more complicated than adding folders vs, to build vcf with the nightly.

By the way I tried the sources of vcf from svn without luck :(

Any idea?

I found a post with the same problem at vcf support forum and added mine. So far, there is no solution other then using a rc2 build.

Is somebody working on a project importer for upcoming rc3?

I use:
Code::Blocks : svn build 1.0 revision 3212
VCF: 0.9.0 - devmain-0.9.2
Gcc : 3.4.5 & 4.1.1
wxWidgets: 2.6.3pl2
Operating system : xp
Anyway it\'s all the same at the end...

Belgabor

Set up an environment variable in Settings->Environment Settings called VCF_INCLUDE that points to the src directory of your vcf sources.

David Perfors

Look at the forums of VCF, there you will find some answers. And they are not using RC2 for compiling, but an older version of the nightly
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Acki

Hi,
I have found a strange behavior !!!

I have an exteral include folder and I include one of the files from this folder...

I add the folder to the project's build options...
Now every source file that includes a file from this folder will be compiled always !!!
Even if there are no changes to the whole project !!!

If I add the folder to the compiler and debugger settings as default,
it's like expected, "Nothing to be done."

I hope you understand what I mean... ;)