certi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [certi-dev] Solaris10/SunStudio - solved


From: Gotthard, Petr
Subject: RE: [certi-dev] Solaris10/SunStudio - solved
Date: Tue, 19 May 2009 12:19:27 +0200

The tests on my Solaris10/SunStudio passed, so stored the fix in the CVS. 
[Unfortunately, I wasn't able to test the portability during the pre-release 
test period.]

Petr

-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Martin Spott
Sent: Monday, May 18, 2009 10:58 PM
To: address@hidden
Subject: Re: [certi-dev] Solaris10/SunStudio

Wow, what a quick turnaround !

Eric Noulard wrote:
> 2009/5/18 Martin Spott <address@hidden>:

>> I'm randomly lurking into the various projects which are somehow
>> related to FlightGear - today this is CERTI  :-)
> 
> What a good choice :-)

Oh, definitely! If I would just check-compile and -run FlightGear's
various dependencies, this would be only half of the hassle - but I'm
even still trying to run one of its side projects ....

> This is definitely an STL issue.
> You know the 'S' of Standard Template Library is just a plain lie :-)

Yup, the nice thing about standards is that there are so many to choose
from ....

> In the meantime, would you mind trying to replace:
> // broadcastSomeMessage needs a vector, no set -> conversion
> vector<FederateHandle>
> federate_vector(federate_set.begin(),federate_set.end());
> 
> by:
> // broadcastSomeMessage needs a vector, no set -> conversion
> vector<FederateHandle> federate_vector(federate_set.size());
> std::copy(federate_set.begin(),federate_set.end(),federate_vector.begin());

Excellent idea ....  compiles nicely - I'll report back if it's
resulting in a working RTIG.

Many thanks,
        Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------


-- 
CERTI-Devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/certi-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]