|
From: Ethan A M. <merritt@u.washington.edu> - 2007-04-26 06:16:30
|
On Wednesday 25 April 2007 21:42, Ethan A Merritt wrote: > On Wednesday 25 April 2007 20:04, Daniel J Sebald wrote: > > > > It looks like the declaration for inverse_normal_func() needs to be moved to > > before the first place it is called. > > Nonsense. There is a prototype for the function at the top of the file. Bleah. The prototype seems to have been deleted by mistake. Restored now. Ethan > Perhaps something went wrong with the definition of __PROTO during ./configure? > > Ethan > > > > > Dan > > > > > > ======== > > > > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term > > -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.3\" > > -DGNUPLOT_PS_DIR=\"/usr/local/share/gnuplot/4.3/PostScript\" > > -DCONTACT=\"gnu...@li...\" > > -DHELPFILE=\"/usr/local/share/gnuplot/4.3/gnuplot.gih\" -DGNUPLOT_X11=\"`echo > > gnuplot_x11 | sed 's,x,x,'`\" -I/usr/X11R6/include -I/usr/local/include > > -I/usr/local/include -g -O2 -MT specfun.o -MD -MP -MF ".deps/specfun.Tpo" -c -o > > specfun.o specfun.c; \ > > then mv -f ".deps/specfun.Tpo" ".deps/specfun.Po"; else rm -f > > ".deps/specfun.Tpo"; exit 1; fi > > specfun.c:1094: error: conflicting types for 'inverse_normal_func' > > specfun.c:996: error: previous implicit declaration of 'inverse_normal_func' was > > here > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > gnuplot-beta mailing list > > gnu...@li... > > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > > > -- Ethan A Merritt |