Author Topic: Solved::Strange behavior CB with FLTK  (Read 3768 times)

Offline quneur

  • Single posting newcomer
  • *
  • Posts: 3
Solved::Strange behavior CB with FLTK
« 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?

« Last Edit: May 10, 2014, 05:11:28 am by quneur »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: Strange behavior CB with FLTK
« Reply #1 on: May 09, 2014, 05:59:29 pm »
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.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline quneur

  • Single posting newcomer
  • *
  • Posts: 3
Re: Solved::Strange behavior CB with FLTK
« Reply #2 on: May 10, 2014, 05:29:17 am »
#ifndef SYNAPTIC_PACKAGE_MANAGER
    UbuntuSoftwareCenter = FAIL;
    mysystem->get(FLTK);
    mysystem->configure(FLTK);
    success = TRUE;
#endif
 
// Thanks everyone for the help.