> Ian said:
>
> Check for any warnings about missing development headers and etc.
> then if necessary install whatever extra packages are needed on your
> distro. Keep re-running configure untill all the bits are in place.
>
>

Thank you Ian,
(I'm running on a fresh install of fc11.)

Running ./configure shows no errors as such but I get some negatives:

checking sys/stdtypes.h usability... no
checking sys/stdtypes.h presence... no
checking for sys/stdtypes.h... no
. 
checking for strlcat... no
. 
checking libpng/png.h usability... no
checking libpng/png.h presence... no
checking for libpng/png.h... no
. 
checking for pthread_create using -lpthreads... no
. 
checking for X overlay visuals... no

Everything else is a yes.  Do these nos constitute warnings bad enough to 
affect make?

---

When I then make, I get this:
Fl.cxx: In static member function ‘static int Fl::handle(int, Fl_Window*)’:
Fl.cxx:959: warning: suggest parentheses around ‘&&’ within ‘||’


A few of these liberally sprinkled about:
..warning: suggest parentheses around ‘&&’ within ‘||’

and then:
Compiling Fl_Text_Buffer.cxx...
Fl_Text_Buffer.cxx: In member function ‘int Fl_Text_Buffer::undo(int*)’:
Fl_Text_Buffer.cxx:344: warning: suggest parentheses around ‘&&’ within 
‘||’
Fl_Text_Buffer.cxx: In function ‘char chooseNullSubsChar(char*)’:
Fl_Text_Buffer.cxx:1346: warning: array subscript has type ‘char’

and lastly:
Compiling filename_list.cxx...
filename_list.cxx: In function ‘int fl_filename_list(const char*, dirent***, 
int (*)(dirent**, dirent**))’:
filename_list.cxx:93: error: invalid conversion from ‘int (*)(const void*, 
const void*)’ to ‘int (*)(const dirent**, const dirent**)’
filename_list.cxx:93: error:   initializing argument 4 of ‘int scandir(const 
char*, dirent***, int (*)(const dirent*), int (*)(const dirent**, const 
dirent**))’
make[1]: *** [filename_list.o] Error 1
make: *** [all] Error 1

..Which doesn't look too good at all.  Any further suggestions?.

regards,
Pawel.

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to