On 24.01.2011 17:08, DIT wrote (in fltk.bugs): > sorry, i am newbie... > i use windows 7,and install cygwin but not complete cause it's cannot update..
First of all, we don't recommend using Cygwin (anymore), since this is more complicated than, for instance, MinGW. Nowadays installation of MinGW is really easy, so you should probably take a look at it. Please see this posting about how to install MinGW with the new mingw-get(-inst) installer: http://www.fltk.org/newsgroups.php?gfltk.general+v:32149 Then you should continue with this good article how to build FLTK with MinGW (skip the MinGW installation part, because it is outdated). http://www.fltk.org/articles.php?L598 > when i download fltk1.3.x-r8295,and then put directory on C:/ ,then i type sh > configure --prefix=C:/FLTK on cygwin,then result is configure:error:cannot > find sources (src/FL.cxx) in . or ... > Please,can anyone help me? Yes, I hope so ;-) Whether you use MinGW or Cygwin doesn't matter here. --prefix is the wrong argument here. You must start your MinGW (or Cygwin) shell and cd to the FLTK source directory. This means, according to what you wrote above, in MinGW: cd /c/FLTK and in Cygwin: cd /cygdrive/c/FLTK Then just type "make", and everything should work. For more Info, please see Ian's article (link above). Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

