All,
I was successful in developing a patch for the tdeedu package. It largely was another stl library vector with missing 'this->' prefixes in the class calls. tdeedu builds fine now! That's it for tonight.
Now if I can just get a bit of help with tdepim, k3b, & digikam, we will be one to new packages...
I was successful in developing a patch for the tdeedu package. It largely was another stl library vector with missing 'this->' prefixes in the class calls. tdeedu builds fine now! That's it for tonight.
Are these "this ->" mods backwards compatible with < gcc 4.7?
Darrell
On 04/11/2012 07:25 AM, Darrell Anderson wrote:
Are these "this ->" mods backwards compatible with < gcc 4.7?
Darrell
Yes, as the dev/ammo42 put it for the last 'this->' patch for easyvector.h in tdebase:
"There is zero semantic change, it is only a matter of anal C++ standards compliance."
Sounds like our new motto :-) On Apr 11, 2012 8:40 AM, "David C. Rankin" drankinatty@suddenlinkmail.com wrote:
On 04/11/2012 07:25 AM, Darrell Anderson wrote:
Are these "this ->" mods backwards compatible with < gcc 4.7?
Darrell
Yes, as the dev/ammo42 put it for the last 'this->' patch for easyvector.h in tdebase:
"There is zero semantic change, it is only a matter of anal C++ standards compliance."
-- David C. Rankin, J.D.,P.E.
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
I was successful in developing a patch for the tdeedu package. It largely was another stl library vector with missing 'this->' prefixes in the class calls. tdeedu builds fine now! That's it for tonight.
Now if I can just get a bit of help with tdepim, k3b, & digikam, we will be one to new packages...
Pushed in GIT hash 6be9bf3c.
Thank you!
Darrell