Compiling errors with UserDefinedObject and Movable Object

suryaatvellore

12-06-2012 06:30:12

while compiling the GranTurismo demo i m having the following errors
1.))dParamERP' was not declared in this scope in the line "Parameter_ERP = dParamERP,"
2.))error: expected class-name before '{' token
in the lines are--
class _OgreOdeExport Body : public Ogre::MovableObject, public Ogre::UserDefinedObject
{

class _OgreOdeExport Geometry : public Ogre::UserDefinedObject
{

i really need help with this topic asap.

dermont

13-06-2012 06:26:27

while compiling the GranTurismo demo i m having the following errors
1.))dParamERP' was not declared in this scope in the line "Parameter_ERP = dParamERP,"
2.))error: expected class-name before '{' token
in the lines are--
class _OgreOdeExport Body : public Ogre::MovableObject, public Ogre::UserDefinedObject
{

class _OgreOdeExport Geometry : public Ogre::UserDefinedObject
{

i really need help with this topic asap.


In reply to a number of PM's that you have sent I have already told you to use the latest version of OgreOde from svn.

suryaatvellore

13-06-2012 06:41:27

dermont i am using the latest version of OgreODE and i am still getting the "dParamERP" error.Still if the mistake is from my side,provide me the link that provides the latest version.Also i would like to know what is the problem??

dermont

13-06-2012 06:55:15

dermont i am using the latest version of OgreODE and i am still getting the "dParamERP" error.Still if the mistake is from my side,provide me the link that provides the latest version.Also i would like to know what is the problem??

You don't appear to be using the latest version of OgreOde UserDefinedObject is no longer in the code base and is replace by Ogre::Any. Please tell us where did you downloaded OgreOde from.

These were the instructions I gave you on PM.

You need to either (c is probably the easiest solution) :
a) svn co https://ogreaddons.svn.sourceforge.net/ ... nk/ogreode ogreode

b) Use tortoise-svn with the following link.
https://ogreaddons.svn.sourceforge.net/ ... nk/ogreode

c) Alternatively you can download a compressed archive of ogreode from the followiing link:
http://ogreaddons.svn.sourceforge.net/v ... /?view=tar

suryaatvellore

13-06-2012 07:21:30

https://ogreaddons.svn.sourceforge.net/ ... k/ogreode/
how do i download the files from here?

suryaatvellore

13-06-2012 07:23:52

the 1st and 2nd links you provided..how do i download the files from there?
And what do i do with cmake..I downloaded the ogreOde binary installer from tkuranes site...(sorry if got the name wrong :?

dermont

13-06-2012 08:05:31

the 1st and 2nd links you provided..how do i download the files from there?
(sorry if got the name wrong :?


1) You need a svn client for Windows ( or for MingW/MSYS). For windows try downloading from:
http://www.sliksvn.com/pub/

It should be installed in something like C:\Program Files\SlikSvn\bin, you should be able to run the svn command using whatever the name of the svn client installed.

2) You need to download tortoise-svn
http://tortoisesvn.tigris.org/
There are instructions here from installing OgreAL, just replace the URL with the OgreOde URL and you should be good to go. Sorry I can't give you the exact steps since I'm not on Windows at the moment.

http://www.deitel.com/Books/C/CHowtoPro ... fault.aspx

To download the OgreAL source code using TortoiseSVN, open Windows Explorer and create a folder to download the files to. Right click on the folder and select SVN Checkout. A dialog box opens. Enter the URL repository svn.sourceforge.net/svnroot/ogreal/trunk/OgreAL-Eihort. Click OK. The OgreAL files are downloaded to the folder your selected.



I downloaded the ogreOde binary installer from tkuranes site...(sorry if got the name wrong :?

This version is outdated.


And what do i do with cmake.. :?

Look for generic instructions for CMake here:
http://www.ogre3d.org/tikiwiki/Compile+OgreOde

There is also a CMake patch for MingW check the forum for a link.

suryaatvellore

13-06-2012 09:16:29

I am sorry but what do i do with the patch??I mean how do i apply it?

suryaatvellore

13-06-2012 09:38:24

the cmake says project files may be invalid...I am using Ogre 1.7.4
and dermont i did change the include files in the original folder
its giving a lot of errors in the TriangleMeshData file..i m trying to compile granturismo demo..

suryaatvellore

13-06-2012 10:23:16

kindly have a look at these errors

C:\OgreSDK_vc10_v1-7-4\ogreaddons\OgreOde\include/OgreOdeJoint.h:46:33: error: 'dJointTypePU' was not declared in this scope
C:\OgreSDK_vc10_v1-7-4\ogreaddons\OgreOde\include/OgreOdeJoint.h:47:26: error: 'dJointTypePiston' was not declared in this scope
C:\OgreSDK_vc10_v1-7-4\ogreaddons\OgreOde\include/OgreOdeJoint.h:59:24: error: 'dParamERP' was not declared in this scope

C:\OgreSDK_vc10_v1-7-4\ogreaddons\OgreOde\include/OgreOdeSpace.h:19:27: error: 'dSweepAndPruneSpaceClass' was not declared in this scope
C:\OgreSDK_vc10_v1-7-4\ogreaddons\OgreOde\include/OgreOdeSpace.h:102:20: error: 'dSAP_AXES_XYZ' was not declared in this scope
C:\OgreSDK_vc10_v1-7-4\ogreaddons\OgreOde\include/OgreOdeSpace.h:103:20: error: 'dSAP_AXES_XZY' was not declared in this scope
C:\OgreSDK_vc10_v1-7-4\ogreaddons\OgreOde\include/OgreOdeSpace.h:104:20: error: 'dSAP_AXES_YXZ' was not declared in this scope
C:\OgreSDK_vc10_v1-7-4\ogreaddons\OgreOde\include/OgreOdeSpace.h:105:20: error: 'dSAP_AXES_YZX' was not declared in this scope
C:\OgreSDK_vc10_v1-7-4\ogreaddons\OgreOde\include/OgreOdeSpace.h:106:20: error: 'dSAP_AXES_ZXY' was not declared in this scope
C:\OgreSDK_vc10_v1-7-4\ogreaddons\OgreOde\include/OgreOdeSpace.h:107:20: error: 'dSAP_AXES_ZYX' was not declared in this scope



: error: 'TriangleIndex' does not name a type

C:\OgreSDK_vc10_v1-7-4\ogreaddons\OgreOde\include/OgreOdeTriangleMeshData.h:18:139: error: ISO C++ forbids declaration of 'indices' with no type [-fpermissive]
C:\OgreSDK_vc10_v1-7-4\ogreaddons\OgreOde\include/OgreOdeTriangleMeshData.h:30:3: error: 'TriangleIndex' does not name a type
C:\OgreSDK_vc10_v1-7-4\ogreaddons\OgreOde\include/OgreOdeTriangleMeshData.h:42:3: error: 'TriangleIndex' does not name a type



error: 'TriangleIndex' does not name a type
error: ISO C++ forbids declaration of 'indices' with no type [-fpermissive]


C:\OgreSDK_vc10_v1-7-4\ogreaddons\OgreOde\include/OgreOdeEntityInformer.h:36:9: error: 'TriangleIndex' does not name a type
C:\OgreSDK_vc10_v1-7-4\ogreaddons\OgreOde\include/OgreOdeEntityInformer.h:55:3: error: 'TriangleIndex' does not name a type






thse are the ones i recieve in codeblocks if i use the latest version of ogreODE

dermont

13-06-2012 15:49:21

Where is the complete error message? Where is the build failing?

From what you have posted above it still looks as if you are building with an old version of OgreOde or ode < 0.11.

If you encounter messages such as the following:

..
H:\LIBRARIES\ode-0.12\include/ode/odecpp_collision.h:268: error: 'dReal' has not
been declared
..


You may need to add dSINGLE (or dDouble 64 bit) to your defines. As a quick hack you can update Core\OgreOdePreReqs.h,

#ifndef _OGREODEPREREQS_H_
#define _OGREODEPREREQS_H_
#define dSINGLE
...


Oh and can you stop with the PM's, thank you.

suryaatvellore

14-06-2012 05:54:14

well can you authorize me to add links to this forums coz then i will upload my files to some uploading site and then you can have a look at them.As far as I know i m using the latest version of ode and OgreOde from the link you gave me.

and can you tell me what is the version of the latest released OgreOde?

ps.. sorry for the PMs

dermont

14-06-2012 06:35:44

Sorry I don't have authority to allow you to post links etc, you will have to contact an Administrator for that.

Just post a link in text format to your Codeblock files, I'll take a look. What version of Codeblocks are you using? What is your version of gcc are you using? What version of ode are you using and how did you build ode?

Other than some deprecated warnings it all appeared to run and build against Ogre1-7-3 so Ogre1-7-4 should be fine.

suryaatvellore

14-06-2012 06:55:22

i m using codeblocks 10.05 and the MingGW compiler that came with it.and i just downloaded a version of ode .11 in the ogre version.The ogre ode version i m using is the one you had given in the link:
"ogreaddons.svn.sourceforge.net/viewvc/ogreaddons/trunk/ogreode/" .upon compiling the granTurismo demo it is giving the errors mentioned in the previous post.

but are we supposed to do anything after I have the rar file of ogreode extracted in the ogre folder under ogreaddons?Similarly i m using an already prebuilt version of ode with the demos already installed.

dermont

14-06-2012 11:40:42

i m using codeblocks 10.05 and the MingGW compiler that came with it.and i just downloaded a version of ode .11 in the ogre version.The ogre ode version i m using is the one you had given in the link:
"ogreaddons.svn.sourceforge.net/viewvc/ogreaddons/trunk/ogreode/" .upon compiling the granTurismo demo it is giving the errors mentioned in the previous post.

but are we supposed to do anything after I have the rar file of ogreode extracted in the ogre folder under ogreaddons?Similarly i m using an already prebuilt version of ode with the demos already installed.


Yes you will to manually update the ogreode source files with the patch for minGW that I pointed you to. Normally you would then run the cmake-gui to setup your paths and generate the project files. Try this:

Set the minGW compiler paths (replace with your mingw path):

>> set PATH=C:\mingwtd;C:\mingwtd\bin


Create a directory at the same level of your ogreode dir called ogreode-build. Try running from your command prompt , replace your OGRE_HOME/ODE_SOURCE/CMAKE_INSTALL_PREFIX and cmake exe (you need version 2.80 and 2.8.3 I think) to match your own paths.

>> cd ogreode-build
>> cmake-2.8.0-win32-x86\bin\cmake ..\ogreode -G "MinGW Makefiles" -DODE_SOURCE=H:\LIBRARIES\ode-0.12 -DOGRE_DEPENDENCIES_DIR=H:/OGRE/ogre-dependencies-sdk -DOGRE_HOME=H:\OGRE\ogrev1.7.3\sdk-mingw -DCMAKE_INSTALL_PREFIX=H:\OGRE\ogreode_sdk -DCMAKE_BUILD_TYPE=Release -DCAMKE_INSTALL_OGRE_RUNTIME=TRUE


build and it should be installed in your CMAKE_INSTALL_PREDIX_DIR

mingw32-make
mingw32-make install


<edit>
And to save you asking how to patch the cmake files, here is my ogreode dir.
https://docs.google.com/open?id=0B9FUpA ... S1oeGlXRjg

suryaatvellore

14-06-2012 14:15:23

Try running from your command prompt , replace your OGRE_HOME/ODE_SOURCE/CMAKE_INSTALL_PREFIX and cmake exe (you need version 2.80 and 2.8.3 I think) to match your own paths.

sorry didnt get this step.Why do you need to do this.And i would like to know why exactly is cmake even required.why not just include a binary file?????
i believe your ogreode directory has been patched.Actually I am facing many of the problems of this guy.."www.ogre3d.org/addonforums/viewtopic.php?f=7&t=12880 "
when i try to run cmake it gives me a host of errors..
and i tried to build the ode directory after using cmake...it builds fine but when run it says "you must include a host application to run a library"

dermont

14-06-2012 15:23:46

Try running from your command prompt , replace your OGRE_HOME/ODE_SOURCE/CMAKE_INSTALL_PREFIX and cmake exe (you need version 2.80 and 2.8.3 I think) to match your own paths.

sorry didnt get this step.Why do you need to do this.And i would like to know why exactly is cmake even required.why not just include a binary file?????
i believe your ogreode directory has been patched.Actually I am facing many of the problems of this guy.."www.ogre3d.org/addonforums/viewtopic.php?f=7&t=12880 "
when i try to run cmake it gives me a host of errors..
and i tried to build the ode directory after using cmake...it builds fine but when run it says "you must include a host application to run a library"


Sorry I'm confused. What are the errors from CMake? What built fine ogreode or ode(ode directory)? Which file are you trying to run. The exes such as Demo_GranTurismOgre should be installed in your <your-install-path>\bin\Release if the build/install went smoothly.

suryaatvellore

15-06-2012 06:40:00

this is the process i followed from the start after your previos post-------
i used premake4 for ODE a hiearchy of folders was created
build folder-->codeblocks-->obj folder + ode workspace file--> debugSingleDll-->ode + OPCODE
and in code blocks when i use the build option it says "the project is up-to-date.No errors".but when i select the run option it says " you must select a host application to run a library".
and no the exe files are not present in the "bin" folder of Ogre and no other bin folders are present.

dermont

15-06-2012 06:52:01

Ok I think I know what the problem with ode is; it doesn't recognise the compiler 'CC'.

For building from the command prompt:

a) premake4 gmake
b) Edit the gmake\ode.make file
CC = gcc <--- add this before the ifdef
ifdef ...
CC=gcc
....
c) cd gmake
mingw32-make config=releasesinglelib
mingw32-make config=debugsinglelib

suryaatvellore

15-06-2012 08:13:20

a) premake4 gmake
b) Edit the gmake\ode.make file
CC = gcc <--- add this before the ifdef
ifdef ...
CC=gcc
....
c) cd gmake
mingw32-make config=releasesinglelib
mingw32-make config=debugsinglelib


I performed the above steps.Now obj folder contains Debugsinglelib and releasesinglelib contains .o and .d files.But an earlier version of ode downloaded by me had a set of exe files.These have still not been created.So when i build the"ode workspace" file it builds properly.But when run codeblocks says it must need a host application to run a library.Do i need to specify anything in the linker settings?

dermont

15-06-2012 09:59:10

a) premake4 gmake
b) Edit the gmake\ode.make file
CC = gcc <--- add this before the ifdef
ifdef ...
CC=gcc
....
c) cd gmake
mingw32-make config=releasesinglelib
mingw32-make config=debugsinglelib


I performed the above steps.Now obj folder contains Debugsinglelib and releasesinglelib contains .o and .d files.But an earlier version of ode downloaded by me had a set of exe files.These have still not been created.So when i build the"ode workspace" file it builds properly.But when run codeblocks says it must need a host application to run a library.Do i need to specify anything in the linker settings?


Sorry I don't know the answer to your host application problem, you would be better asking on the ode or codeblocks forums. To build the demos with ode from the command line it should be a case of:
>>premake4 --with-demos gmake
>>mingw32-make cc=gcc config=releasesinglelib

Is there any reason you cannot just build from the command line?

suryaatvellore

15-06-2012 10:41:56

Thanks a lot dermont,got ODE working ..now what to do to compile the Gran turismo demo?

dermont

15-06-2012 11:18:53

Now you have to run cmake to generate the build files as per the previous instructions, you can change the generator to build codeblock files -G "CodeBlocks - MinGW Makefiles" but it will only create projects that invoke makefiles, pretty useless if you ask me.

i m using codeblocks 10.05 and the MingGW compiler that came with it.and i just downloaded a version of ode .11 in the ogre version.The ogre ode version i m using is the one you had given in the link:
"ogreaddons.svn.sourceforge.net/viewvc/ogreaddons/trunk/ogreode/" .upon compiling the granTurismo demo it is giving the errors mentioned in the previous post.

but are we supposed to do anything after I have the rar file of ogreode extracted in the ogre folder under ogreaddons?Similarly i m using an already prebuilt version of ode with the demos already installed.


Yes you will to manually update the ogreode source files with the patch for minGW that I pointed you to. Normally you would then run the cmake-gui to setup your paths and generate the project files. Try this:

Set the minGW compiler paths (replace with your mingw path):

>> set PATH=C:\mingwtd;C:\mingwtd\bin


Create a directory at the same level of your ogreode dir called ogreode-build. Try running from your command prompt , replace your OGRE_HOME/ODE_SOURCE/CMAKE_INSTALL_PREFIX and cmake exe (you need version 2.80 and 2.8.3 I think) to match your own paths.

>> cd ogreode-build
>> cmake-2.8.0-win32-x86\bin\cmake ..\ogreode -G "MinGW Makefiles" -DODE_SOURCE=H:\LIBRARIES\ode-0.12 -DOGRE_DEPENDENCIES_DIR=H:/OGRE/ogre-dependencies-sdk -DOGRE_HOME=H:\OGRE\ogrev1.7.3\sdk-mingw -DCMAKE_INSTALL_PREFIX=H:\OGRE\ogreode_sdk -DCMAKE_BUILD_TYPE=Release -DCAMKE_INSTALL_OGRE_RUNTIME=TRUE


build and it should be installed in your CMAKE_INSTALL_PREDIX_DIR

mingw32-make
mingw32-make install


<edit>
And to save you asking how to patch the cmake files, here is my ogreode dir.
https://docs.google.com/open?id=0B9FUpA ... S1oeGlXRjg

suryaatvellore

15-06-2012 13:29:51

These are the errors i have been having..pls help



The C compiler identification is GNU 4.6.2
The CXX compiler identification is GNU 4.6.2
Check for working C compiler: C:/MinGW/bin/gcc.exe
Check for working C compiler: C:/MinGW/bin/gcc.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler: C:/MinGW/bin/g++.exe
Check for working CXX compiler: C:/MinGW/bin/g++.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Looking for ODE...
ODE_PREFIX_PATH changed.
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Looking for OGRE...
Scanning CMake and system environment variables for Ogre source path...
WARNING: OGRE source path not found. To ensure the source files are included properly, please set OGRE_HOME in the system environment or in CMake to the correct path.
Now searching for path to Ogre build files.
Could not find Ogre build files. Please set OGRE_BUILD to the correct path in CMake.
OGRE_PREFIX_WATCH changed.
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Could not locate OGRE
CMake Error at CMake/FindPkgMacros.cmake:112 (message):
Required library OGRE not found! Install the library (including dev
packages) and try again. If the library is already installed, set the
missing variables manually in cmake.
Call Stack (most recent call first):
CMake/FindOGRE.cmake:227 (findpkg_finish)
CMakeLists.txt:43 (FIND_PACKAGE)


Configuring incomplete, errors occurred!

dermont

15-06-2012 14:18:38

I'm not sure what version of gcc the minGW sdk was built with but I don't think it was 4.6.2, hopefully this won't cause you problems.

For your CMake problem, run the cmake-gui:

Where is the source code : <path-to-ogreode-dir>
Where to build : <path-to-your build-dir>

+Add Entry
Name: OGRE_HOME
Type : Path
Value : <path-to-your ogre-sdk-dir>
[OK]

Select the [Configure] button you should see some messages indicating the Ogre Libraries/ found etc.

Then make sure your ODE_INCLUDE_DIR \ ODE_LIBRARY_REL\DBG \ paths are correct, if not and ODE_SOURCE doesn't exist create entry for it (as per OGRE_HOME) and point to ode source directory, then select [Configure]. Check paths are OK.

The set CMAKE_INSTALL_PREFIX to where you wan't to install, CMAKE_BUILD_TYPE to "Release" without the quotes, select [Configure] and then [Generate] to generate the build files. You can then exit cmake-gui and build from the build dir.

suryaatvellore

16-06-2012 06:40:08

Looking for ODE...
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Looking for OGRE...
Scanning CMake and system environment variables for Ogre source path...
OGRE source path set to C:/OgreSDK_vc10_v1-7-4. To set this manually, set OGRE_HOME in CMake to the desired path.
Now searching for path to Ogre build files.
OGRE build files found at C:/OgreSDK_vc10_v1-7-4.
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Found Ogre Cthugha (1.7.4)
Found OGRE: optimized;C:/OgreSDK_vc10_v1-7-4/lib/release/OgreMain.lib;debug;C:/OgreSDK_vc10_v1-7-4/lib/debug/OgreMain_d.lib
Looking for OGRE_Paging...
Found OGRE_Paging: optimized;C:/OgreSDK_vc10_v1-7-4/lib/release/OgrePaging.lib;debug;C:/OgreSDK_vc10_v1-7-4/lib/debug/OgrePaging_d.lib
Looking for OGRE_Terrain...
Found OGRE_Terrain: optimized;C:/OgreSDK_vc10_v1-7-4/lib/release/OgreTerrain.lib;debug;C:/OgreSDK_vc10_v1-7-4/lib/debug/OgreTerrain_d.lib
Looking for OGRE_Property...
Found OGRE_Property: optimized;C:/OgreSDK_vc10_v1-7-4/lib/release/OgreProperty.lib;debug;C:/OgreSDK_vc10_v1-7-4/lib/debug/OgreProperty_d.lib
Looking for OGRE_RTShaderSystem...
Found OGRE_RTShaderSystem: optimized;C:/OgreSDK_vc10_v1-7-4/lib/release/OgreRTShaderSystem.lib;debug;C:/OgreSDK_vc10_v1-7-4/lib/debug/OgreRTShaderSystem_d.lib
FFFFFFFFFFFFFFFFFF Plugin_PCZSceneManager
FFFFFFFFFFFFFFFFFF Plugin_OctreeZone
FFFFFFFFFFFFFFFFFF Plugin_BSPSceneManager
FFFFFFFFFFFFFFFFFF Plugin_CgProgramManager
FFFFFFFFFFFFFFFFFF Plugin_OctreeSceneManager
FFFFFFFFFFFFFFFFFF Plugin_ParticleFX
FFFFFFFFFFFFFFFFFF RenderSystem_GL
FFFFFFFFFFFFFFFFFF RenderSystem_Direct3D9
Looking for OIS...
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) (what does this refer to?)


Could not locate OIS


my ois folder is present in the include folder of OgreSDK and I have pointed the OIS_INCLUDE_DIR to it yet it seems unable to find it(OIS_LIBRARY_FWK,OIS_LIBRARY_REL,OIS_LIBRARY_DBG)
CMake Error at CMake/FindPkgMacros.cmake:112 (message):
Required library OIS not found! Install the library (including dev
packages) and try again. If the library is already installed, set the
missing variables manually in cmake.
Call Stack (most recent call first):
CMake/FindOIS.cmake:75 (findpkg_finish)
CMakeLists.txt:44 (FIND_PACKAGE)




1)cmake also mentions error in the CMAKE_CODEBLOCKS_EXECUTABLE not found.
2)What should the ODE_LIBRARY_REL point to?
3)What should the OGRE_DEPENDENCIES_DIR point to?


Configuring incomplete, errors occurred!

dermont

16-06-2012 07:03:12

Looking for ODE...
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Looking for OGRE...
Scanning CMake and system environment variables for Ogre source path...
OGRE source path set to C:/OgreSDK_vc10_v1-7-4. To set this manually, set OGRE_HOME in CMake to the desired path.
Now searching for path to Ogre build files.
OGRE build files found at C:/OgreSDK_vc10_v1-7-4.
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Found Ogre Cthugha (1.7.4)
Found OGRE: optimized;C:/OgreSDK_vc10_v1-7-4/lib/release/OgreMain.lib;debug;C:/OgreSDK_vc10_v1-7-4/lib/debug/OgreMain_d.lib
Looking for OGRE_Paging...
Found OGRE_Paging: optimized;C:/OgreSDK_vc10_v1-7-4/lib/release/OgrePaging.lib;debug;C:/OgreSDK_vc10_v1-7-4/lib/debug/OgrePaging_d.lib
Looking for OGRE_Terrain...
Found OGRE_Terrain: optimized;C:/OgreSDK_vc10_v1-7-4/lib/release/OgreTerrain.lib;debug;C:/OgreSDK_vc10_v1-7-4/lib/debug/OgreTerrain_d.lib
Looking for OGRE_Property...
Found OGRE_Property: optimized;C:/OgreSDK_vc10_v1-7-4/lib/release/OgreProperty.lib;debug;C:/OgreSDK_vc10_v1-7-4/lib/debug/OgreProperty_d.lib
Looking for OGRE_RTShaderSystem...
Found OGRE_RTShaderSystem: optimized;C:/OgreSDK_vc10_v1-7-4/lib/release/OgreRTShaderSystem.lib;debug;C:/OgreSDK_vc10_v1-7-4/lib/debug/OgreRTShaderSystem_d.lib
FFFFFFFFFFFFFFFFFF Plugin_PCZSceneManager
FFFFFFFFFFFFFFFFFF Plugin_OctreeZone
FFFFFFFFFFFFFFFFFF Plugin_BSPSceneManager
FFFFFFFFFFFFFFFFFF Plugin_CgProgramManager
FFFFFFFFFFFFFFFFFF Plugin_OctreeSceneManager
FFFFFFFFFFFFFFFFFF Plugin_ParticleFX
FFFFFFFFFFFFFFFFFF RenderSystem_GL
FFFFFFFFFFFFFFFFFF RenderSystem_Direct3D9
Looking for OIS...
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) (what does this refer to?)


Could not locate OIS


my ois folder is present in the include folder of OgreSDK and I have pointed the OIS_INCLUDE_DIR to it yet it seems unable to find it(OIS_LIBRARY_FWK,OIS_LIBRARY_REL,OIS_LIBRARY_DBG)
CMake Error at CMake/FindPkgMacros.cmake:112 (message):
Required library OIS not found! Install the library (including dev
packages) and try again. If the library is already installed, set the
missing variables manually in cmake.
Call Stack (most recent call first):
CMake/FindOIS.cmake:75 (findpkg_finish)
CMakeLists.txt:44 (FIND_PACKAGE)




1)cmake also mentions error in the CMAKE_CODEBLOCKS_EXECUTABLE not found.
2)What should the ODE_LIBRARY_REL point to?
3)What should the OGRE_DEPENDENCIES_DIR point to?


Configuring incomplete, errors occurred!


What is C:/OgreSDK_vc10_v1-7-4 ???????????; is this not the sdk for visual studio. I thought you were using minGW.

OGRE_DEPENDENCIES_DIR would normally point to your dependency dir. Does the sdk come with the OIS/FreeImage libs/headers?

Try pointing the OGRE_DEPENDENCIES_DIR to C:/OgreSDK_vc10_v1-7-4 or C:/OgreSDK_vc10_v1-7-4/Dependencies (if it exists) etc.


ODE_LIBRARY_REL points to your ode_single library.

suryaatvellore

16-06-2012 08:42:55

thanks a lot..most of the errors have been removed..
but still
OgreOde set to compile with SINGLE precision.
CMake Error at CMakeLists.txt:176 (FILE):
file problem creating directory: C:/Program Files/OgreOde/bin

My ogre directory containing OgreOde is present outside program files in c:???Then how to rectify errors?

dermont

16-06-2012 08:50:49

Set your CMAKE_INSTALL_PREFIX to where you want to install OgreOde and have write access, i.e. not a systems directory, then Configure/Generate.

suryaatvellore

16-06-2012 08:59:56

Done..the error still persists..

dermont

16-06-2012 09:13:30

Sorry that may be my fault I have "Release" hardwired in the build I sent to you. Set CMAKE_BUILD_TYPE to "Release" without the quotes. I'll get back to you on the debug build. If not are you sure you have set CMAKE_INSTALL_PREFIX?

dermont

16-06-2012 09:49:47

I'm guessing here but you haven't done something like create your own CMAKE_INSTALL_PREFIX variable instead of selecting Grouped View from pull down list, select CMAKE group and setting CMAKE_INSTALL_PREFIX \ CMAKE_BUILD_TYPE there.

suryaatvellore

16-06-2012 09:56:24

Thanks a lot dermont..it is finally done...So i will see if i am able to run the gran turismo demo for now.

suryaatvellore

18-06-2012 06:39:29

Hey dermont..The earlier versions of OgreOde had a Codeblocks project version of the various demos(GranTurismo) but the onn eyou made me download does not.Can you tell me how to do this cause if i try making a project myself by including .h and .cpp files its givin a host of errors


:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:214: undefined reference to `_imp___ZN7OgreOde11StepHandler5pauseEb'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:219: undefined reference to `_imp___ZN7OgreOde11StepHandler5pauseEb'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:266: undefined reference to `_imp___ZN7OgreOde11StepHandler8isPausedEv'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:271: undefined reference to `_imp___ZN14OgreOde_Prefab7Vehicle9setInputsEbbbb'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:272: undefined reference to `_imp___ZN14OgreOde_Prefab7Vehicle6updateEf'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:284: undefined reference to `Ogre::Quaternion::zAxis() const'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:285: undefined reference to `Ogre::Quaternion::zAxis() const'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:287: undefined reference to `Ogre::Camera::getPosition() const'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:287: undefined reference to `Ogre::Camera::move(Ogre::Vector3 const&)'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:288: undefined reference to `Ogre::Vector3::UNIT_Z'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:288: undefined reference to `Ogre::Quaternion::operator*(Ogre::Vector3 const&) const'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:288: undefined reference to `Ogre::Camera::lookAt(Ogre::Vector3 const&)'
obj\Debug\OgreSDK_mingw_v1-7-2\ogreaddons\ogreode\demos\GranTurismOgre\src\GranTurismOgre.o: In function `GranTurismOgreApplication':
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:293: undefined reference to `_imp___ZN7OgreOde17CollisionListenerC2Ev'
obj\Debug\OgreSDK_mingw_v1-7-2\ogreaddons\ogreode\demos\GranTurismOgre\src\GranTurismOgre.o: In function `ZN25GranTurismOgreApplication18chooseSceneManagerEv':
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:302: undefined reference to `Ogre::Root::createSceneManager(unsigned short, std::string const&)'
Process terminated with status 1 (0 minutes, 9 seconds)
50 errors, 6 warnings

suryaatvellore

18-06-2012 07:21:53

I am trying to run another buggy demo on the Simon's graphic blog Really old demos and even after all the updating still gives the errors

C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:111:2: error: #error You must #define dSINGLE or dDOUBLE
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:217:2: error: #error You must #define dSINGLE or dDOUBLE
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:139:9: error: 'dReal' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:140:9: error: 'dReal' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:141:9: error: 'dReal' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:142:9: error: 'dReal' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:143:9: error: 'dReal' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:144:9: error: 'dReal' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:369:3: error: 'dVector3' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:370:3: error: 'dVector3' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:371:3: error: 'dVector3' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:372:3: error: 'dVector3' does not name a type





What do i do?????

Frustrated. :(

dermont

18-06-2012 07:39:42

Hey dermont..The earlier versions of OgreOde had a Codeblocks project version of the various demos(GranTurismo) but the onn eyou made me download does not.

As I already told you I updated the link to include Codeblocks project files specifically for you and that you would have to manually update the indiviual paths yourself. Maybe you need to clear your browser cache before downloading.

"Can you tell me how to do this cause if i try making a project myself by including .h and .cpp files its givin a host of errors

:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:214: undefined reference to `_imp___ZN7OgreOde11StepHandler5pauseEb'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:219: undefined reference to `_imp___ZN7OgreOde11StepHandler5pauseEb'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:266: undefined reference to `_imp___ZN7OgreOde11StepHandler8isPausedEv'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:271: undefined reference to `_imp___ZN14OgreOde_Prefab7Vehicle9setInputsEbbbb'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:272: undefined reference to `_imp___ZN14OgreOde_Prefab7Vehicle6updateEf'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:284: undefined reference to `Ogre::Quaternion::zAxis() const'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:285: undefined reference to `Ogre::Quaternion::zAxis() const'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:287: undefined reference to `Ogre::Camera::getPosition() const'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:287: undefined reference to `Ogre::Camera::move(Ogre::Vector3 const&)'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:288: undefined reference to `Ogre::Vector3::UNIT_Z'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:288: undefined reference to `Ogre::Quaternion::operator*(Ogre::Vector3 const&) const'
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:288: undefined reference to `Ogre::Camera::lookAt(Ogre::Vector3 const&)'
obj\Debug\OgreSDK_mingw_v1-7-2\ogreaddons\ogreode\demos\GranTurismOgre\src\GranTurismOgre.o: In function `GranTurismOgreApplication':
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:293: undefined reference to `_imp___ZN7OgreOde17CollisionListenerC2Ev'
obj\Debug\OgreSDK_mingw_v1-7-2\ogreaddons\ogreode\demos\GranTurismOgre\src\GranTurismOgre.o: In function `ZN25GranTurismOgreApplication18chooseSceneManagerEv':
C:/OgreSDK_mingw_v1-7-2/ogreaddons/ogreode/demos/GranTurismOgre/src/GranTurismOgre.cpp:302: undefined reference to `Ogre::Root::createSceneManager(unsigned short, std::string const&)'
Process terminated with status 1 (0 minutes, 9 seconds)
50 errors, 6 warnings



Is your demo linking against the correct libraries OgreMain / OgreOde_Core/ OgreOde_Prefab / OgreOde_Loader / tinyxml (and perhaps ode_single)?

Have you set project options correctly including the Other linker options?

http://www.ogre3d.org/tikiwiki/tiki-ind ... CodeBlocks

suryaatvellore

18-06-2012 07:41:02

Could you provide me the link again..Thank you

dermont

18-06-2012 07:46:18

I am trying to run another buggy demo on the Simon's graphic blog Really old demos and even after all the updating still gives the errors

C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:111:2: error: #error You must #define dSINGLE or dDOUBLE
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:217:2: error: #error You must #define dSINGLE or dDOUBLE
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:139:9: error: 'dReal' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:140:9: error: 'dReal' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:141:9: error: 'dReal' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:142:9: error: 'dReal' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:143:9: error: 'dReal' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:144:9: error: 'dReal' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:369:3: error: 'dVector3' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:370:3: error: 'dVector3' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:371:3: error: 'dVector3' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ode-0.12\include/ode/common.h:372:3: error: 'dVector3' does not name a type





What do i do?????

Frustrated. :(


Look at what the error message, it is telling you that you need to a define for dSINGLE (or dDOUBLE 64 bit) for each of the projects.

dermont

18-06-2012 07:46:38

Could you provide me the link again..Thank you
https://docs.google.com/open?id=0B9FUpA ... S1oeGlXRjg

suryaatvellore

18-06-2012 07:59:53

Kindly have a look at this www.sjbrown.co.uk/2002/08/01/the-buggy-demo/ this also provide an ode library file..are these the older versions..can you tell me please please how to compile this...the errors are just killing me..
!!

dermont

18-06-2012 08:07:12

Kindly have a look at this http://www.sjbrown.co.uk/2002/08/01/the-buggy-demo/ this also provide an ode library file..are these the older versions..can you tell me please please how to compile this...the errors are just killing me..
!!

Sorry the above project doesn't appear to use OgreOde (ode only), you will have to figure out how to build it yourself.

suryaatvellore

18-06-2012 08:24:44

Fine but can you atleast help me out with the Gran turismo demo??

dermont

18-06-2012 08:50:39

Fine but can you atleast help me out with the Gran turismo demo??
I've given you instructions on how to download OgreOde then a link to patch the CMake files for MinGW. When that didn't work out I uploaded a patched version of OgreOde for you to download. I gave you command-line option for CMake to generate the projects, then instructions on the settings from the CMake gui. In desperation I've even updated the OgreOde download version that I provided to include Codeblock project files.

In the meantime you have switched between CMake / your own project files / MinGW / Visual Studio / Ogre versions. I also asked you to upload your own project files, you didn't.

Other than set-up my environment to match yours ( same version of gcc / Ogre SDK) and building it for you what more help can I give you?

suryaatvellore

18-06-2012 09:33:02

I am really sorry if appear too commanding..I really have no doubt that you have really helped me and I sincerely appreciate it.But you must also understand my problem.I have to show in my project a car that runs.Thts why i m so desperate.Tell me wherei should upload the files and i will do it.
Thanks

suryaatvellore

18-06-2012 09:37:56

I am really sorry if appear too commanding..I really have no doubt that you have really helped me and I sincerely appreciate it.But you must also understand my problem.I have to show in my project a car that runs.Thts why i m so desperate.Tell me wherei should upload the files and i will do it.

and secondly the Gran turismo sdk you provide has the errors
cannot find -lOgreMain
cannot find -lOIS
Thanks

dermont

18-06-2012 09:57:27



and secondly the Gran turismo sdk you provide has the errors
cannot find -lOgreMain
cannot find -lOIS
Thanks


I think you need to provide more information than this, are your sure you have updated the Linker search directories to point to your <sdk_path>\lib\release and <dependencies_path>\lib\Release (or release) paths?

Check for *OgreMain*.a\*OIS*.a in these paths or try explicitely adding the *OgreMain*.a\*OIS*.a paths to replace OgreMain\OIS.


Tell me wherei should upload the files and i will do it.

Create a google drive account and you can upload there.
https://drive.google.com/start#home

suryaatvellore

18-06-2012 11:00:10

I explicitly changed the library links.Now it builds perfectly fine But on running says ogreode_core.dll was not found....But i have placed a linker to the lib folder of the Ogre ode core directory

dermont

18-06-2012 11:10:59

I explicitly changed the library links.Now it builds perfectly fine But on running says ogreode_core.dll was not found....But i have placed a linker to the lib folder of the Ogre ode core directory

What is in the bin/Release directory. It should contain the exes and the ogreode_*.dll's, these should be copied across during the build. If not copy each of the project's dlls to bin/Release eg. Core/lib/Release/OgreOde_Core.dll repeat for each project.

Copy OgreMain.dll and Plugin_*.dll and the dependency dll's such as OIS.dll / cg.dll to bin/Release.

Edit plugins.cfg set PluginFolder="." without the quotes.

suryaatvellore

18-06-2012 11:30:26

You had a number of files ending with dl.a and renamed it to .dll ,copied it into bin\release but now runtime error os "OgreOde_Core.dll is not a valid windows image."
where,in the project you uploaded,is OgreOde_Core.dll downloaded.

dermont

18-06-2012 11:44:02

You had a number of files ending with dl.a and renamed it to .dll ,copied it into bin\release but now runtime error os "OgreOde_Core.dll is not a valid windows image."
where,in the project you uploaded,is OgreOde_Core.dll downloaded.


No don't simply copy dl.a to dll files, remove these from bin\Release. Your ogreode\Core\lib\Release should contain two files:

lib\Release\OgreOde_Core.dll
lib\Release\OgreOde_Core.dll.a

Similarly for Prefab ogreode\prefab\lib\Release etc.
lib\Release\OgreOde_Prefab.dll
lib\Release\OgreOde_Prefab.dll.a

If not your build has failed. From codeblocks build each of the projects individually starting with OgreOde_Core and tell us what errors occurred.

suryaatvellore

18-06-2012 11:53:36

My OgreOde_Core lib\release folder is empty!!this is what i get on building
Target is up to date.
Running target post-build steps
cmd /c copy .\bin\Release\Demo_GranTurismOgre.exe ..\..\bin\Release\Demo_GranTurismOgre.exe
1 file(s) copied.
Process terminated with status 0 (0 minutes, 0 seconds)
0 errors, 0 warnings

dermont

18-06-2012 12:23:48

My OgreOde_Core lib\release folder is empty!!this is what i get on building
Target is up to date.
Running target post-build steps
cmd /c copy .\bin\Release\Demo_GranTurismOgre.exe ..\..\bin\Release\Demo_GranTurismOgre.exe
1 file(s) copied.
Process terminated with status 0 (0 minutes, 0 seconds)
0 errors, 0 warnings


How long have you been programming? Do you know how to use the tools you are using? As I said build each of the projects individually to see where the errors are ocurring. At each stage report look at the Build Log \ Error Messages amd if the the build is successful where the post install command copies the .dll files.

From codeblocks
- Build->clean workspace
- right click OgreOde_Core project -> build (repeat for each project)

suryaatvellore

18-06-2012 12:24:21

these are the links for my release folder

http://www.mediafire.com/?24rn2g10nbv6918
http://www.mediafire.com/?ecpk97zh6zld834
http://www.mediafire.com/?gvc710s7ao84cqg



compiling ogrecore gives me errors
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ogreode\Core\include/OgreOdeMaintainedList.h:33:11: error: 'deque' in namespace 'std' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ogreode\Core\include/OgreOdeMaintainedList.h:34:11: error: 'map' in namespace 'std' does not name a type
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ogreode\Core\include/OgreOdeMaintainedList.h:38:12: error: 'MaintainedItemList' has not been declared
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ogreode\Core\include/OgreOdeMaintainedList.h:39:12: error: 'MaintainedItemList' has not been declared
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ogreode\Core\include/OgreOdeMaintainedList.h:40:12: error: 'MaintainedItemList' has not been declared
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ogreode\Core\include/OgreOdeMaintainedList.h:45:35: error: 'MaintainedItemList' has not been declared
C:\OgreSDK_mingw_v1-7-2\ogreaddons\ogreode\Core\include/OgreOdeMaintainedList.h:45:80: error: 'MaintainedItemList' has not been declared

and many such..should i post all of them??

suryaatvellore

18-06-2012 12:35:45

this is a version of all the errors with OgreOde_Core
http://www.mediafire.com/?pc766hitjax7wcp


these errors are given upon compilation of Ogre_core,ogre_prefab and Ogre_Loader..

dermont

18-06-2012 13:18:03

Sigh.

Check that your projects build options->search directories contain the correct path to the Ogre headers, e.g:
C:\OgreSDK_mingw_v1-7-2\include
C:\OgreSDK_mingw_v1-7-2\include\OGRE

The only other I can think of is your compiler is failing on multiple definitions of dSINGLE, try editing OgreOdePreReqs.h
//#define dSINGLE

If you run into problems building the demos add a define for dSINGLE in build options->compiler settings->defines.

suryaatvellore

18-06-2012 13:28:57

well the errors are stil there but thanks for the help

dermont

18-06-2012 13:43:51

well the errors are stil there but thanks for the help

What version of gcc are you using 4.6.2 is that correct and where did you download or 4.5.1 (I think this is Codeblocls 10.04) default. What version of Ogre mingw sdk 1.7.2 is that correct?

suryaatvellore

18-06-2012 13:50:46

I am using codeblocks 10.05 with 4.6.2 gcc compiler.yes the ogre version is correct and i m using ode v0.12.