[Flightgear-devel] Minor - fgadmin

2004-03-20 Thread Alex Perry
Is the utils/fgadmin supposed to be portable selfcontained code?
It references a bunch of header files that are not in its own tree
and are not part of FLTK version 1.0.11-5 that's in Debian Stable.
Should there be a version number check inserted into configure?

source='fgadmin.cxx' object='fgadmin.o' libtool=no \
depfile='.deps/fgadmin.Po' tmpdepfile='.deps/fgadmin.TPo' \
depmode=gcc /bin/sh ../../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c -o fgadmin.o \
`test -f fgadmin.cxx || echo './'`fgadmin.cxx
In file included from fgadmin.cxx:3:
fgadmin.h:7: FL/Fl_Preferences.H: No such file or directory
In file included from fgadmin.cxx:3:
fgadmin.h:13: FL/Fl_Check_Browser.H: No such file or directory
fgadmin.h:14: FL/Fl_Progress.H: No such file or directory


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] Minor - fgadmin

2004-03-20 Thread Frederic Bouvier
Alex Perry wrote:

 Is the utils/fgadmin supposed to be portable selfcontained code?
 It references a bunch of header files that are not in its own tree
 and are not part of FLTK version 1.0.11-5 that's in Debian Stable.
 Should there be a version number check inserted into configure?
 
 source='fgadmin.cxx' object='fgadmin.o' libtool=no \
 depfile='.deps/fgadmin.Po' tmpdepfile='.deps/fgadmin.TPo' \
 depmode=gcc /bin/sh ../../../depcomp \
 g++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c -o fgadmin.o \
 `test -f fgadmin.cxx || echo './'`fgadmin.cxx
 In file included from fgadmin.cxx:3:
 fgadmin.h:7: FL/Fl_Preferences.H: No such file or directory
 In file included from fgadmin.cxx:3:
 fgadmin.h:13: FL/Fl_Check_Browser.H: No such file or directory
 fgadmin.h:14: FL/Fl_Progress.H: No such file or directory

You need fltk 1.1 to build fgadmin

-Fred



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel