Hello.
  I've tried to compile FG with this patches. But there is a problem
to compile it because
no errno is declared in those files.
I don't know, how it is mentioned, I'm not up to the code. I don't
know how to fix it cleanly. So please, can you post the correction?
 Thank you.

BTW. Paste the patch into the body of email is not good idea. I have
to edit it manualy, because tabs and some spaces were lost. I don't
know how, maybe it is a "feature" of gmail. I'd prefer an attached
file.

 Regards Ladislav.

+++ ../../SimGear/source/simgear/xml/easyxml.cxx
+                       ex.setMessage(strerror(errno)); // FIXME may
be bogus with threads
                                                  ^^^^^^^^^^^^^

+++ ../../SimGear/source/simgear/props/props_io.cxx
+       static sg_io_exception ex("", "SimGear writeProperties()");
+       ex.setMessage(strerror(errno)); // FIXME may be bogus with threads
                                  ^^^^^^^^^^^^

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to