Monday 11 August 2008

Fixing an error building my first carbide.c++ project


I installed the Carbide.C++ IDE today, followed the tutorial instructions but got an error when I went to build the project.


Error: "bldmake returned with exit value = 2"


A little digging later and I found the solution...


Open a CMD prompt to the group folder of my project and run:


"bldmake bldfiles"


It told me that bldmake.pl was unable to be run...


Even though I have perl installed.


So now I know I have a problem with my perl install.


The simple fix was installing ActivePerl as originally suggested.


Now it works.

No comments:

Post a Comment