Author Topic: The 13 november 2006 build will NOT be out.  (Read 7668 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 13 november 2006 build will NOT be out.
« on: November 13, 2006, 06:52:46 pm »
no commits

Offline keenblade

  • Multiple posting newcomer
  • *
  • Posts: 36
  • tao
    • keenblade
Re: The 13 november 2006 build will NOT be out.
« Reply #1 on: November 14, 2006, 02:37:37 pm »
   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:

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
« Last Edit: November 14, 2006, 02:42:39 pm by keenblade »
Anyway it\'s all the same at the end...

Offline Belgabor

  • Multiple posting newcomer
  • *
  • Posts: 91
Re: The 13 november 2006 build will NOT be out.
« Reply #2 on: November 14, 2006, 05:39:36 pm »
Set up an environment variable in Settings->Environment Settings called VCF_INCLUDE that points to the src directory of your vcf sources.

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: The 13 november 2006 build will NOT be out.
« Reply #3 on: November 14, 2006, 05:58:47 pm »
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

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 13 november 2006 build will NOT be out.
« Reply #4 on: November 14, 2006, 08:05:52 pm »
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... ;)