holocronweaver / ogre-procedural-old

Automatically exported from code.google.com/p/ogre-procedural
0 stars 0 forks source link

_ProceduralExport for linux. #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

OS: Ubuntu 10.4

1. run cmake, configure, generate
2. run make

You will see the next:
[  7%] Building CXX object 
library/CMakeFiles/OgreProcedural.dir/src/ProceduralBoxGenerator.cpp.o
In file included from 
/home/stepan/projects/alpha_racing/graphics/ogre/ogre-procedural/library/./inclu
de/ProceduralMeshGenerator.h:31,
                 from /home/stepan/projects/alpha_racing/graphics/ogre/ogre-procedural/library/./include/ProceduralBoxGenerator.h:31,
                 from /home/stepan/projects/alpha_racing/graphics/ogre/ogre-procedural/library/src/ProceduralBoxGenerator.cpp:28:
/home/stepan/projects/alpha_racing/graphics/ogre/ogre-procedural/library/./inclu
de/ProceduralRoot.h:36: error: expected initializer before ‘Root’
/home/stepan/projects/alpha_racing/graphics/ogre/ogre-procedural/library/src/Pro
ceduralBoxGenerator.cpp:69: error: expected ‘}’ at end of input

Goto ProceduralPlatform.h and here you can see, that there is no any 
_ProceduralExport cases for linux.

Original issue reported on code.google.com by InS...@gmail.com on 7 May 2011 at 9:31

GoogleCodeExporter commented 8 years ago
Hello, 
Which version of OgreProcedural do you use? The source zip or the latest source 
from mercurial repository?
If it's the zip, I am aware that there were a few linux issues that have been 
solved since, so you can get the source from repository or wait for 0.2.
If you're already taking sources from repository, I will re-test it on linux 
before releasing 0.2 (I still have to make my virtualbox ubuntu+ogre iso work 
correctly..)

Original comment by michael.broutin@gmail.com on 9 May 2011 at 8:57

GoogleCodeExporter commented 8 years ago
That's all ok in latest hg snapshot with it. It seems that this bug is appeared 
in 0.1 version only.

Original comment by InS...@gmail.com on 9 May 2011 at 9:10

GoogleCodeExporter commented 8 years ago

Original comment by michael.broutin@gmail.com on 9 May 2011 at 7:32