On 21.04.2011 21:12, yihui cao wrote: > When I Cmake FLTK, the CMAKE_INSTALL_PREFIX is "C:/Program Files/FLTK".
What exactly do you mean with "When I Cmake FLTK"? We need more information to be able to help you. > However, it dose not generate anything in that file afeter compile the FLTK. > I used the version of FLTK is fltk-1.3.0rc3. > How to solve this problem? That depends on what you do, i.e. how you compile FLTK. Are you using CMake to generate an IDE, or do you use 'make' to compile? If it's the former, then I don't know. If it's the latter, then you must also run 'make install' after compiling the FLTK libs. However, you can also link user programs w/o running 'make install' at all. So, please tell us what you are doing, then we can maybe help you. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

