> Hi!
> 
> > Which version of FreeBSD ? Do you have BATCH enabled in make.conf ?
> > Are
> > you sure your port dependencies are up to date ? Do you have any
> > other
> > custom rules defined in make.conf ?
> >
> > Cheers,
> >         Martin.
> 
> FreeBSD was relatively recent 9-STABLE, yesterday I upgraded it to
> 9.1-PRERELEASE #0 r240025.
> My make.conf only contains PERL_VERSION added by perl port.
> 
> > my bet is that FreeBSD has a macro named 'nitems' that conflicts
> > with a FLTK member function of the same name.
> >
> > Regards,
> > -Fred
> 
> I'm not a programmer, but I could try to check it. Is there an
> accessible way to do it?

You can add something like :

#ifdef nitems
   #pragma message "Someone defined nitems"
   #undef nitems
#endif

after all #include of the problematic file

Regards,
-Fred

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to