yangqiaosheng / libcitygml

Automatically exported from code.google.com/p/libcitygml
GNU Lesser General Public License v2.1
0 stars 0 forks source link

r104 does'nt compile with OSG 2.8.3 #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
On file ReaderWriterCityGML.cpp at 151 you use "OSG_NOTICE". But i think it 
should be "osg::notify(osg::NOTICE)" for OSG 2.8.3. right ?

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
r104

Please provide any additional information below.

Original issue reported on code.google.com by remo.eic...@gmail.com on 12 Dec 2010 at 2:05

GoogleCodeExporter commented 9 years ago
Yes, it's just a log message, you can comment it if you want.
I have updated the file on the SVN repo.

Regards,

J.P.

Original comment by jpouder...@gmail.com on 12 Dec 2010 at 2:19

GoogleCodeExporter commented 9 years ago
From OSG 2.9.x, osg::notify(XXX) has changed to osg_XXX :)

Original comment by garnier....@gmail.com on 13 Dec 2010 at 9:21