Cannot compile

Christian24

04-07-2008 16:44:22

Hi,
I just tried to get latest code from SVN working. I work with Visual C++ 2008 and get these errors:

1>OgreOdeMeshInformer.cpp
1>c1xx : fatal error C1083: Cannot open source file: '..\..\src\OgreOdeMeshInformer.cpp': No such file or directory
1>OgreOdeVehicle.cpp
1>c1xx : fatal error C1083: Cannot open source file: '..\..\src\OgreOdeVehicle.cpp': No such file or directory

I cannot find these two files anywhere, do they still exist and just got not part of that commit or are they deleted?

Thanks,
Christian

Christian24

05-07-2008 18:27:26

Found some information about this in an older thread. But now I got another problem:

..\..\prefab\src\OgreOdeVehicle.cpp(17) : error C2491: 'OgreOde_Prefab::Vehicle::Wheel::FudgeFactor' : definition of dllimport static data member not allowed

How do I solve that?

dermont

05-07-2008 20:11:31

Is this the only compiler error that you get?. Is "OGREODEEXPORT_PREFAB" without the quotes defined in the Preprocessor Definitions for the Prefab project.

Christian24

05-07-2008 20:36:30

I know it sounds strange, but I just restarted Visual Studio and now it works.

maryanek

01-10-2009 17:03:22

Hi,
I just tried to get latest code from SVN working. I work with Visual C++ 2008 and get these errors:

1>OgreOdeMeshInformer.cpp
1>c1xx : fatal error C1083: Cannot open source file: '..\..\src\OgreOdeMeshInformer.cpp': No such file or directory
1>OgreOdeVehicle.cpp
1>c1xx : fatal error C1083: Cannot open source file: '..\..\src\OgreOdeVehicle.cpp': No such file or directory

I cannot find these two files anywhere, do they still exist and just got not part of that commit or are they deleted?

Thanks,
Christian


I have similar problem, how can i solve it?