While investigating a reported compilation error, I had a look in the
SGMath headers. I noticed some of them don't properly include their
dependencies (for example, SGMisc is missing SGCMath, SGGeodesy is
missing SGVec3 and SGGeod, etc.).

I am wondering if they are supposed to be available for standalone
use, or only via the SGMath.hxx header, which does at least try to
include the dependencies (even though it doesn't get the order right.)

The current issue is with SGMisc as used in
src/Environment/presets.cxx, because that doesn't happen to include
cmath beforehand. Would be easy to fix there, but that's not the right
way so I am not doing it.

-- 
Csaba/Jester

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to