Hi Vivian, hi Erik, hi all!

Vivian:
Thank you very much, one step further to SimGear (and to a FlightGear CVS version !!!): 1. After you hint I could now activate "cut and paste" as it is not active by default.
   I made a little Google search and could solve it :-)
2. I put your "bash_profile" vars into [cygwin/home/Georg/.bash_profile] (seems to be my special user profile) and it works very well.
  The "epheremis"-error disappeared

BUT THE NEXT PROBLEM OCCURED IMMEATELY:

Erik:

//THIS SEEMS TO BE QUITE A SIMILAR ERROR AS I HAD IT ALREADY
//IN SWAP_TEST_CPP
//AND ERIK HOFMANN FIXED IT (thank you Erik :-) )
//(swap_test.cpp:12: error: not valid conversion of >>unsigned int*>> to >>uint32_t*<< //swap_test.cpp:12: Fehler: Argument 1 von >>void sgEndianSwap(uint32_t*)<< wird initialisiert //(swap_test.cpp:12: error: argument 1 of >>void sgEndianSwap(uint32_t*)<< gets initialised)

//HERE THE NEW ERRORS IN LOWLEVEL.CXX
lowlevel.cxx: In function `void sgReadFloat(void*, float*)':
lowlevel.cxx:62: Fehler: Ung"ultige Umformung von >>unsigned int*<< in >>uint32_t*<< lowlevel.cxx:62: Fehler: Argument 1 von >>void sgEndianSwap(uint32_t*)<< wird initialisiert
lowlevel.cxx: In function `void sgWriteFloat(void*, float)':
lowlevel.cxx:70: Fehler: Ung"ultige Umformung von >>unsigned int*<< in >>uint32_t*<< lowlevel.cxx:70: Fehler: Argument 1 von >>void sgEndianSwap(uint32_t*)<< wird initialisiert
lowlevel.cxx: In function `void sgReadUInt(void*, unsigned int*)':
lowlevel.cxx:106: Fehler: Ung"ultige Umformung von >>unsigned int*<< in >>uint32_t*<< lowlevel.cxx:106: Fehler: Argument 1 von >>void sgEndianSwap(uint32_t*)<< wird initialisiert
lowlevel.cxx: In function `void sgWriteUInt(void*, unsigned int)':
lowlevel.cxx:114: Fehler: Ung"ultige Umformung von >>unsigned int*<< in >>uint32_t*<< lowlevel.cxx:114: Fehler: Argument 1 von >>void sgEndianSwap(uint32_t*)<< wird initialisiert
lowlevel.cxx: In function `void sgReadInt(void*, int*)':
lowlevel.cxx:130: Fehler: Ung"ultige Umformung von >>unsigned int*<< in >>uint32_t*<< lowlevel.cxx:130: Fehler: Argument 1 von >>void sgEndianSwap(uint32_t*)<< wird initialisiert
lowlevel.cxx: In function `void sgWriteInt(void*, int)':
lowlevel.cxx:138: Fehler: Ung"ultige Umformung von >>unsigned int*<< in >>uint32_t*<< lowlevel.cxx:138: Fehler: Argument 1 von >>void sgEndianSwap(uint32_t*)<< wird initialisiert
lowlevel.cxx: In function `void sgReadLong(void*, int32_t*)':
lowlevel.cxx:152: Fehler: Ung"ultige Umformung von >>unsigned int*<< in >>uint32_t*<< lowlevel.cxx:152: Fehler: Argument 1 von >>void sgEndianSwap(uint32_t*)<< wird initialisiert
lowlevel.cxx: In function `void sgWriteLong(void*, int32_t)':
lowlevel.cxx:160: Fehler: Ung"ultige Umformung von >>unsigned int*<< in >>uint32_t*<< lowlevel.cxx:160: Fehler: Argument 1 von >>void sgEndianSwap(uint32_t*)<< wird initialisiert
lowlevel.cxx: In function `void sgReadFloat(void*, unsigned int, float*)':
lowlevel.cxx:247: Fehler: Ung"ultige Umformung von >>unsigned int*<< in >>uint32_t*<< lowlevel.cxx:247: Fehler: Argument 1 von >>void sgEndianSwap(uint32_t*)<< wird initialisiert lowlevel.cxx: In function `void sgWriteFloat(void*, unsigned int, const float*)': lowlevel.cxx:260: Fehler: Ung"ultige Umformung von >>unsigned int*<< in >>uint32_t*<< lowlevel.cxx:260: Fehler: Argument 1 von >>void sgEndianSwap(uint32_t*)<< wird initialisiert lowlevel.cxx: In function `void sgReadUInt(void*, unsigned int, unsigned int*)': lowlevel.cxx:397: Fehler: Ung"ultige Umformung von >>unsigned int*<< in >>uint32_t*<< lowlevel.cxx:397: Fehler: Argument 1 von >>void sgEndianSwap(uint32_t*)<< wird initialisiert lowlevel.cxx: In function `void sgWriteUInt(void*, unsigned int, const unsigned int*)': lowlevel.cxx:410: Fehler: Ung"ultige Umformung von >>unsigned int*<< in >>uint32_t*<< lowlevel.cxx:410: Fehler: Argument 1 von >>void sgEndianSwap(uint32_t*)<< wird initialisiert
lowlevel.cxx: In function `void sgReadInt(void*, unsigned int, int*)':
lowlevel.cxx:432: Fehler: Ung"ultige Umformung von >>unsigned int*<< in >>uint32_t*<< lowlevel.cxx:432: Fehler: Argument 1 von >>void sgEndianSwap(uint32_t*)<< wird initialisiert lowlevel.cxx: In function `void sgWriteInt(void*, unsigned int, const int*)': lowlevel.cxx:445: Fehler: Ung"ultige Umformung von >>unsigned int*<< in >>uint32_t*<< lowlevel.cxx:445: Fehler: Argument 1 von >>void sgEndianSwap(uint32_t*)<< wird initialisiert
make[3]: *** [lowlevel.o] Fehler 1
make[2]: *** [all-recursive] Fehler 1
make[1]: *** [all] Fehler 2
make: *** [all-recursive] Fehler 1

Thank you in advance for your help!
Regards
Georg

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

Reply via email to