Code::Blocks Forums
User forums => Help => Topic started by: quneur on May 09, 2014, 05:31:47 pm
-
I recently upgraded to CB 13.12 and found some of my previous FLTK projects won't compile; a few will. They are all written with FLTK 1.3. The global and project search paths are the same - the entire settings are the same. I know its not the code because all the projects were compiled and ran previously with the old version of CB. I did however noticed when I Build->Clean a previously compilable project from the previous version of CB it won't compile with 13.12. Thoughts?
-
Read and follow FAQ http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)
Did you use the same compiler installation and version in both cases?
Tim S.
-
#ifndef SYNAPTIC_PACKAGE_MANAGER
UbuntuSoftwareCenter = FAIL;
mysystem->get(FLTK);
mysystem->configure(FLTK);
success = TRUE;
#endif
// Thanks everyone for the help.