Now that I have upgraded to Mac OS 10.2, I deleted my /sw directory in order to install fink from the begining. I dowloaded the file fink-0.4.0a-full.tar.gz, and while installing I got a compile error with ncurses. These are the few last lines of the output:
sh ./edit_cfg.sh ../include/ncurses_cfg.h etip.h substituting autoconf'd values from ../include/ncurses_cfg.h into etip.h .... CPP_HAS_PARAM_INIT 0 .... ETIP_NEEDS_MATH_EXCEPTION 0 .... ETIP_NEEDS_MATH_H 1 .... HAVE_BUILTIN_H 0 .... HAVE_GXX_BUILTIN_H 0 .... HAVE_GPP_BUILTIN_H 0 .... HAVE_TYPEINFO 1 .... HAVE_VALUES_H 0 cd ../obj_s; c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -I/sw/include -DNDEBUG -I. -I../include -I/sw/include -g -O2 -fno-common -c ../c++/cursesf.cc cd ../obj_s; c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -I/sw/include -DNDEBUG -I. -I../include -I/sw/include -g -O2 -fno-common -c ../c++/cursesm.cc cd ../obj_s; c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -I/sw/include -DNDEBUG -I. -I../include -I/sw/include -g -O2 -fno-common -c ../c++/cursesw.cc .../c++/cursesw.cc: In member function `int NCursesWindow::scanw(const char*, ...)': .../c++/cursesw.cc:55: no matching function for call to `std::strstreambuf:: vscan(const char*&, char*&)' .../c++/cursesw.cc: In member function `int NCursesWindow::scanw(int, int, const char*, ...)': .../c++/cursesw.cc:77: no matching function for call to `std::strstreambuf:: vscan(const char*&, char*&)' make[1]: *** [../obj_s/cursesw.o] Error 1 make: *** [all] Error 2 ### make failed, exit code 2 compiling ncurses-5.2-6 failed Can anyone help me? Regards, Gustavo Delfino Caracas, Venezuela ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
