User forums > Help

Solved::Strange behavior CB with FLTK

(1/1)

quneur:
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?

stahta01:
Read and follow FAQ 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.

quneur:
#ifndef SYNAPTIC_PACKAGE_MANAGER
    UbuntuSoftwareCenter = FAIL;
    mysystem->get(FLTK);
    mysystem->configure(FLTK);
    success = TRUE;
#endif
 
// Thanks everyone for the help.

Navigation

[0] Message Index

Go to full version