Syllus
17-07-2006 23:31:22
This is probably something stupid on my part but I have gone through the install instructions step by step 2 times and no matter what I do i keep getting errors when I try to compile it:
LINK : fatal error LNK1104: cannot open file 'GOOFCommon_d.lib'
I have done a search on my entire computer and this file does not exist on my drives. Is this inside a zip somewhere that possibly did not get opened or any ideas why I seem to be missing this file (what I did wrong etc)
I am Using 1.21 of ogre and the lastest version of GOOF that was downloaded from the CVS. Any info would be greatly appreciated as I have searched the forums and thus far have not found anyone else having this problem. (Yet another indication that this is me being a dumb@$$)
Thank you in advance.
Falagard
18-07-2006 00:52:36
Could still be a problem in debug versus release. I thought I had ironed them out, but that might be the issue. Are you compiling in release? If so switch to debug.
If not, are you getting any compile errors anywhere else, like while compiling the GOOFCommon project (which should be a project in the GOOF solution).
Syllus
18-07-2006 14:09:59
No I was not compiling in release, I had looked throught the forums pretty extensively and the release issue was the first thing I made sure of.
Yes there are other errors.. only 2 I believe, I will have to recompile it when I get to work so that I can post the exact errors but one of them has to do with the OPC_USE_CALLBACKS in Opcode, I believe the exact error dealt with Point MeshInterface, again I will recompile it as soon as I get to work this morning and post the exact error... the other error was dealing with something that had a -int on it and was saying that -int was not supported by C++ which I was thinking that maybe what it was having problems with was something defined in the GOOFCommon_d.lib that it cannot find to open. Anyhow I will get the exact errors posted as soon as I am at work. And thank you for the speedy reply.
Syllus
18-07-2006 15:44:15
ok I'm at work now.. there are actually quit a few errors but most of them are repeats of the same error... the most common repeated errors are:
d:\ogre\opcode\OPC_OptimizedTree.h(64) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\ogre\opcode\OPC_OptimizedTree.h(70) : error C2228: left of '.x' must have class/struct/union
LINK : fatal error LNK1104: cannot open file 'GOOFCommon_d.lib'
you asked about an error in goofcommon this was the only one for that:
LINK : fatal error LNK1104: cannot open file '..\..\..\opcode\debug\opcode_d.lib'
I am posting the entire error msg from the compile as you can see most of it has to do with opcode... I changed the files that it said to change in the instructions, I am compiling in debug mode etc
oh and here is the meshInterface one:
d:\ogre\goof\goofgamesystems\goofopcodecollisiongamesystem\src\goofopcodecollisionshape.cpp(78) : error C2039: 'SetCallback' : is not a member of 'Opcode::MeshInterface'
If you have any idea from looking at this what I am missing or doing wrong (are there paths that need set in the IDE that I could have overlooked? I checked them and think I have them all... etc any info is GREATLY appreciated. I am looking forward to seeing this suit of tools you have built that I have read so much about.
Thanks in advance.
1>------ Build started: Project: Opcode, Configuration: Debug Win32 ------
1>Compiling...
1>cl : Command line warning D9035 : option 'QIfist' has been deprecated and will be removed in a future release
1>StdAfx.cpp
1>Compiling OPCODE
1>d:\ogre\opcode\OPC_Settings.h(47) : error C2059: syntax error : '/'
1>d:\ogre\opcode\OPC_Settings.h(47) : error C2014: preprocessor command must start as first nonwhite space
1>d:\ogre\opcode\OPC_Common.h(31) : error C2143: syntax error : missing ';' before '{'
1>d:\ogre\opcode\OPC_Common.h(31) : error C2447: '{' : missing function header (old-style formal list?)
1>d:\ogre\opcode\OPC_OptimizedTree.h(64) : error C2146: syntax error : missing ';' before identifier 'mAABB'
1>d:\ogre\opcode\OPC_OptimizedTree.h(64) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\ogre\opcode\OPC_OptimizedTree.h(64) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\ogre\opcode\OPC_OptimizedTree.h(66) : error C2065: 'mAABB' : undeclared identifier
1>d:\ogre\opcode\OPC_OptimizedTree.h(66) : error C2228: left of '.mExtents' must have class/struct/union
1> type is ''unknown-type''
1>d:\ogre\opcode\OPC_OptimizedTree.h(66) : error C2228: left of '.x' must have class/struct/union
1>d:\ogre\opcode\OPC_OptimizedTree.h(66) : error C2228: left of '.mExtents' must have class/struct/union
1> type is ''unknown-type''
1>d:\ogre\opcode\OPC_OptimizedTree.h(66) : error C2228: left of '.y' must have class/struct/union
1>d:\ogre\opcode\OPC_OptimizedTree.h(66) : error C2228: left of '.mExtents' must have class/struct/union
1> type is ''unknown-type''
1>d:\ogre\opcode\OPC_OptimizedTree.h(66) : error C2228: left of '.z' must have class/struct/union
1>d:\ogre\opcode\OPC_OptimizedTree.h(67) : error C2228: left of '.mExtents' must have class/struct/union
1> type is ''unknown-type''
1>d:\ogre\opcode\OPC_OptimizedTree.h(67) : error C2228: left of '.SquareMagnitude' must have class/struct/union
1>d:\ogre\opcode\OPC_OptimizedTree.h(70) : error C2228: left of '.mExtents' must have class/struct/union
1> type is ''unknown-type''
1>d:\ogre\opcode\OPC_OptimizedTree.h(70) : error C2228: left of '.x' must have class/struct/union
1>d:\ogre\opcode\OPC_OptimizedTree.h(104) : error C2146: syntax error : missing ';' before identifier 'mAABB'
1>d:\ogre\opcode\OPC_OptimizedTree.h(104) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\ogre\opcode\OPC_OptimizedTree.h(104) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\ogre\opcode\OPC_AABBCollider.h(32) : error C2146: syntax error : missing ';' before identifier 'FatBox'
1>d:\ogre\opcode\OPC_AABBCollider.h(32) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\ogre\opcode\OPC_AABBCollider.h(32) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\ogre\opcode\OPC_AABBCollider.h(27) : error C2065: 'FatBox' : undeclared identifier
1>d:\ogre\opcode\OPC_AABBCollider.h(27) : error C2228: left of '.mCenter' must have class/struct/union
1> type is ''unknown-type''
1>d:\ogre\opcode\OPC_AABBCollider.h(27) : error C2228: left of '.Zero' must have class/struct/union
1>d:\ogre\opcode\OPC_AABBCollider.h(28) : error C2228: left of '.mExtents' must have class/struct/union
1> type is ''unknown-type''
1>d:\ogre\opcode\OPC_AABBCollider.h(28) : error C2228: left of '.Zero' must have class/struct/union
1>d:\ogre\opcode\OPC_AABBCollider.h(57) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\ogre\opcode\OPC_AABBCollider.h(57) : error C2143: syntax error : missing ',' before '&'
1>d:\ogre\opcode\OPC_AABBCollider.h(59) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\ogre\opcode\OPC_AABBCollider.h(59) : error C2143: syntax error : missing ',' before '&'
1>d:\ogre\opcode\OPC_AABBCollider.h(59) : error C2535: 'bool Opcode::AABBCollider::Collide(Opcode::AABBCache &,const int)' : member function already defined or declared
1> d:\ogre\opcode\OPC_AABBCollider.h(57) : see declaration of 'Opcode::AABBCollider::Collide'
1>d:\ogre\opcode\OPC_AABBCollider.h(61) : error C2146: syntax error : missing ';' before identifier 'mBox'
1>d:\ogre\opcode\OPC_AABBCollider.h(61) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\ogre\opcode\OPC_AABBCollider.h(61) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\ogre\opcode\OPC_AABBCollider.h(81) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\ogre\opcode\OPC_AABBCollider.h(81) : error C2143: syntax error : missing ',' before '&'
1>d:\ogre\opcode\OPC_AABBCollider.h(91) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\ogre\opcode\OPC_AABBCollider.h(91) : error C2143: syntax error : missing ',' before '&'
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 8.00.50727
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>BSCMAKE: error BK1506 : cannot open file '.\Debug\OPC_BaseModel.sbr': No such file or directory
1>Build log was saved at "file://d:\OGRE\Opcode\Debug\BuildLog.htm"
1>Opcode - 42 error(s), 1 warning(s)
2>------ Build started: Project: GOOFCommon, Configuration: Debug Win32 ------
2>Linking...
2>LINK : fatal error LNK1104: cannot open file '..\..\..\opcode\debug\opcode_d.lib'
2>Build log was saved at "file://d:\OGRE\GOOF\GOOFCommon\obj\Debug\BuildLog.htm"
2>GOOFCommon - 1 error(s), 0 warning(s)
3>------ Build started: Project: GOOFEdSystem, Configuration: Debug Win32 ------
4>------ Build started: Project: GOOFCore, Configuration: Debug Win32 ------
3>Linking...
3>LINK : fatal error LNK1104: cannot open file 'GOOFCommon_d.lib'
4>Linking...
3>Build log was saved at "file://d:\OGRE\GOOF\GOOFEdSystem\obj\Debug\BuildLog.htm"
3>GOOFEdSystem - 1 error(s), 0 warning(s)
4>LINK : fatal error LNK1104: cannot open file 'GOOFCommon_d.lib'
4>Build log was saved at "file://d:\OGRE\GOOF\GOOFCore\obj\Debug\BuildLog.htm"
4>GOOFCore - 1 error(s), 0 warning(s)
5>------ Build started: Project: GOOFAppFramework, Configuration: Debug Win32 ------
5>Linking...
5>LINK : fatal error LNK1104: cannot open file 'GOOFCommon_d.lib'
5>Build log was saved at "file://d:\OGRE\GOOF\GOOFAppFramework\obj\Debug\BuildLog.htm"
5>GOOFAppFramework - 1 error(s), 0 warning(s)
6>------ Build started: Project: GOOFExtension, Configuration: Debug Win32 ------
7>------ Build started: Project: GOOFImpostorGameSystem, Configuration: Debug Win32 ------
6>Linking...
6>LINK : fatal error LNK1104: cannot open file 'GOOFCommon_d.lib'
6>Build log was saved at "file://d:\OGRE\GOOF\GOOFExtension\obj\Debug\BuildLog.htm"
6>GOOFExtension - 1 error(s), 0 warning(s)
8>------ Build started: Project: GOOFPagingLandscapeEditorPlugin, Configuration: Debug Win32 ------
7>Linking...
7>LINK : fatal error LNK1104: cannot open file 'GOOFCommon_d.lib'
7>Build log was saved at "file://d:\OGRE\GOOF\GOOFGameSystems\GOOFImpostorGameSystem\obj\Debug\BuildLog.htm"
7>GOOFImpostorGameSystem - 1 error(s), 0 warning(s)
9>------ Build started: Project: GOOFGameObjectEditorPlugin, Configuration: Debug Win32 ------
9>Linking...
9>LINK : fatal error LNK1104: cannot open file 'GOOFCommon_d.lib'
9>Build log was saved at "file://d:\OGRE\GOOF\GOOFEdPlugins\GOOFGameObjectEditorPlugin\obj\Debug\BuildLog.htm"
9>GOOFGameObjectEditorPlugin - 1 error(s), 0 warning(s)
8>Linking...
8>LINK : fatal error LNK1104: cannot open file 'GOOFCommon_d.lib'
8>Build log was saved at "file://d:\OGRE\GOOF\GOOFEdPlugins\GOOFPagingLandscapeEditorPlugin\obj\Debug\BuildLog.htm"
8>GOOFPagingLandscapeEditorPlugin - 1 error(s), 0 warning(s)
10>------ Build started: Project: GOOFEd, Configuration: Debug Win32 ------
10>Linking...
10>LINK : fatal error LNK1104: cannot open file 'GOOFCommon_d.lib'
10>Build log was saved at "file://d:\OGRE\GOOF\GOOFEd\obj\Debug\BuildLog.htm"
10>GOOFEd - 1 error(s), 0 warning(s)
11>------ Build started: Project: GOOFOpcodeCollisionGameSystem, Configuration: Debug Win32 ------
11>Compiling...
12>------ Build started: Project: GOOFResourceBackgroundGroupGameSystem, Configuration: Debug Win32 ------
11>GOOFOpcodeCollisionGameSystem.cpp
12>Linking...
12>LINK : fatal error LNK1104: cannot open file 'GOOFCommon_d.lib'
12>Build log was saved at "file://d:\OGRE\GOOF\GOOFGameSystems\GOOFResourceBackgroundGroupGameSystem\obj\Debug\BuildLog.htm"
12>GOOFResourceBackgroundGroupGameSystem - 1 error(s), 0 warning(s)
13>------ Build started: Project: GOOFEnvironmentGameSystem, Configuration: Debug Win32 ------
13>Linking...
13>LINK : fatal error LNK1104: cannot open file 'GOOFCommon_d.lib'
13>Build log was saved at "file://d:\OGRE\GOOF\GOOFGameSystems\GOOFEnvironmentGameSystem\obj\Debug\BuildLog.htm"
13>GOOFEnvironmentGameSystem - 1 error(s), 0 warning(s)
11>Using OPCODE
11>d:\ogre\opcode\opc_settings.h(47) : error C2059: syntax error : '/'
11>d:\ogre\opcode\opc_settings.h(47) : error C2014: preprocessor command must start as first nonwhite space
11>d:\ogre\opcode\opc_common.h(31) : error C2143: syntax error : missing ';' before '{'
11>d:\ogre\opcode\opc_common.h(31) : error C2447: '{' : missing function header (old-style formal list?)
11>d:\ogre\opcode\opc_optimizedtree.h(64) : error C2146: syntax error : missing ';' before identifier 'mAABB'
11>d:\ogre\opcode\opc_optimizedtree.h(64) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_optimizedtree.h(64) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_optimizedtree.h(66) : error C2065: 'mAABB' : undeclared identifier
11>d:\ogre\opcode\opc_optimizedtree.h(66) : error C2228: left of '.mExtents' must have class/struct/union
11> type is ''unknown-type''
11>d:\ogre\opcode\opc_optimizedtree.h(66) : error C2228: left of '.x' must have class/struct/union
11>d:\ogre\opcode\opc_optimizedtree.h(66) : error C2228: left of '.mExtents' must have class/struct/union
11> type is ''unknown-type''
11>d:\ogre\opcode\opc_optimizedtree.h(66) : error C2228: left of '.y' must have class/struct/union
11>d:\ogre\opcode\opc_optimizedtree.h(66) : error C2228: left of '.mExtents' must have class/struct/union
11> type is ''unknown-type''
11>d:\ogre\opcode\opc_optimizedtree.h(66) : error C2228: left of '.z' must have class/struct/union
11>d:\ogre\opcode\opc_optimizedtree.h(67) : error C2228: left of '.mExtents' must have class/struct/union
11> type is ''unknown-type''
11>d:\ogre\opcode\opc_optimizedtree.h(67) : error C2228: left of '.SquareMagnitude' must have class/struct/union
11>d:\ogre\opcode\opc_optimizedtree.h(70) : error C2228: left of '.mExtents' must have class/struct/union
11> type is ''unknown-type''
11>d:\ogre\opcode\opc_optimizedtree.h(70) : error C2228: left of '.x' must have class/struct/union
11>d:\ogre\opcode\opc_optimizedtree.h(104) : error C2146: syntax error : missing ';' before identifier 'mAABB'
11>d:\ogre\opcode\opc_optimizedtree.h(104) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_optimizedtree.h(104) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(32) : error C2146: syntax error : missing ';' before identifier 'FatBox'
11>d:\ogre\opcode\opc_aabbcollider.h(32) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(32) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(27) : error C2065: 'FatBox' : undeclared identifier
11>d:\ogre\opcode\opc_aabbcollider.h(27) : error C2228: left of '.mCenter' must have class/struct/union
11> type is ''unknown-type''
11>d:\ogre\opcode\opc_aabbcollider.h(27) : error C2228: left of '.Zero' must have class/struct/union
11>d:\ogre\opcode\opc_aabbcollider.h(28) : error C2228: left of '.mExtents' must have class/struct/union
11> type is ''unknown-type''
11>d:\ogre\opcode\opc_aabbcollider.h(28) : error C2228: left of '.Zero' must have class/struct/union
11>d:\ogre\opcode\opc_aabbcollider.h(57) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(57) : error C2143: syntax error : missing ',' before '&'
11>d:\ogre\opcode\opc_aabbcollider.h(59) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(59) : error C2143: syntax error : missing ',' before '&'
11>d:\ogre\opcode\opc_aabbcollider.h(59) : error C2535: 'bool Opcode::AABBCollider::Collide(Opcode::AABBCache &,const int)' : member function already defined or declared
11> d:\ogre\opcode\opc_aabbcollider.h(57) : see declaration of 'Opcode::AABBCollider::Collide'
11>d:\ogre\opcode\opc_aabbcollider.h(61) : error C2146: syntax error : missing ';' before identifier 'mBox'
11>d:\ogre\opcode\opc_aabbcollider.h(61) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(61) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(81) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(81) : error C2143: syntax error : missing ',' before '&'
11>d:\ogre\opcode\opc_aabbcollider.h(91) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(91) : error C2143: syntax error : missing ',' before '&'
11>GOOFOpcodeCollisionShape.cpp
11>Using OPCODE
11>d:\ogre\opcode\opc_settings.h(47) : error C2059: syntax error : '/'
11>d:\ogre\opcode\opc_settings.h(47) : error C2014: preprocessor command must start as first nonwhite space
11>d:\ogre\opcode\opc_common.h(31) : error C2143: syntax error : missing ';' before '{'
11>d:\ogre\opcode\opc_common.h(31) : error C2447: '{' : missing function header (old-style formal list?)
11>d:\ogre\opcode\opc_optimizedtree.h(64) : error C2146: syntax error : missing ';' before identifier 'mAABB'
11>d:\ogre\opcode\opc_optimizedtree.h(64) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_optimizedtree.h(64) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_optimizedtree.h(66) : error C2065: 'mAABB' : undeclared identifier
11>d:\ogre\opcode\opc_optimizedtree.h(66) : error C2228: left of '.mExtents' must have class/struct/union
11> type is ''unknown-type''
11>d:\ogre\opcode\opc_optimizedtree.h(66) : error C2228: left of '.x' must have class/struct/union
11>d:\ogre\opcode\opc_optimizedtree.h(66) : error C2228: left of '.mExtents' must have class/struct/union
11> type is ''unknown-type''
11>d:\ogre\opcode\opc_optimizedtree.h(66) : error C2228: left of '.y' must have class/struct/union
11>d:\ogre\opcode\opc_optimizedtree.h(66) : error C2228: left of '.mExtents' must have class/struct/union
11> type is ''unknown-type''
11>d:\ogre\opcode\opc_optimizedtree.h(66) : error C2228: left of '.z' must have class/struct/union
11>d:\ogre\opcode\opc_optimizedtree.h(67) : error C2228: left of '.mExtents' must have class/struct/union
11> type is ''unknown-type''
11>d:\ogre\opcode\opc_optimizedtree.h(67) : error C2228: left of '.SquareMagnitude' must have class/struct/union
11>d:\ogre\opcode\opc_optimizedtree.h(70) : error C2228: left of '.mExtents' must have class/struct/union
11> type is ''unknown-type''
11>d:\ogre\opcode\opc_optimizedtree.h(70) : error C2228: left of '.x' must have class/struct/union
11>d:\ogre\opcode\opc_optimizedtree.h(104) : error C2146: syntax error : missing ';' before identifier 'mAABB'
11>d:\ogre\opcode\opc_optimizedtree.h(104) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_optimizedtree.h(104) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(32) : error C2146: syntax error : missing ';' before identifier 'FatBox'
11>d:\ogre\opcode\opc_aabbcollider.h(32) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(32) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(27) : error C2065: 'FatBox' : undeclared identifier
11>d:\ogre\opcode\opc_aabbcollider.h(27) : error C2228: left of '.mCenter' must have class/struct/union
11> type is ''unknown-type''
11>d:\ogre\opcode\opc_aabbcollider.h(27) : error C2228: left of '.Zero' must have class/struct/union
11>d:\ogre\opcode\opc_aabbcollider.h(28) : error C2228: left of '.mExtents' must have class/struct/union
11> type is ''unknown-type''
11>d:\ogre\opcode\opc_aabbcollider.h(28) : error C2228: left of '.Zero' must have class/struct/union
11>d:\ogre\opcode\opc_aabbcollider.h(57) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(57) : error C2143: syntax error : missing ',' before '&'
11>d:\ogre\opcode\opc_aabbcollider.h(59) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(59) : error C2143: syntax error : missing ',' before '&'
11>d:\ogre\opcode\opc_aabbcollider.h(59) : error C2535: 'bool Opcode::AABBCollider::Collide(Opcode::AABBCache &,const int)' : member function already defined or declared
11> d:\ogre\opcode\opc_aabbcollider.h(57) : see declaration of 'Opcode::AABBCollider::Collide'
11>d:\ogre\opcode\opc_aabbcollider.h(61) : error C2146: syntax error : missing ';' before identifier 'mBox'
11>d:\ogre\opcode\opc_aabbcollider.h(61) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(61) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(81) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(81) : error C2143: syntax error : missing ',' before '&'
11>d:\ogre\opcode\opc_aabbcollider.h(91) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
11>d:\ogre\opcode\opc_aabbcollider.h(91) : error C2143: syntax error : missing ',' before '&'
11>d:\ogre\goof\goofgamesystems\goofopcodecollisiongamesystem\src\goofopcodecollisionshape.cpp(78) : error C2039: 'SetCallback' : is not a member of 'Opcode::MeshInterface'
11> d:\ogre\opcode\opc_meshinterface.h(72) : see declaration of 'Opcode::MeshInterface'
11>Generating Code...
11>Build log was saved at "file://d:\OGRE\GOOF\GOOFGameSystems\GOOFOpcodeCollisionGameSystem\obj\Debug\BuildLog.htm"
11>GOOFOpcodeCollisionGameSystem - 83 error(s), 0 warning(s)
========== Build: 0 succeeded, 13 failed, 10 up-to-date, 0 skipped ==========
Falagard
18-07-2006 19:48:22
Um, follow the installation instructions in the wiki. I've been meaning to delete the installation instructions txt file that is in CVS as it isn't maintained. The wiki is the place for all info.
http://www.ogre3d.org/wiki/index.php/Ga ... stallation
Follow the steps in there about Opcode- download it from the correct place and follow the slight modifications that you have to make to Opcode
Syllus
18-07-2006 23:56:38
I've done all that.. 3 times.. I'll go through it again I guess... any idea why it keeps saying cant open file on files that do not exist on my computer? Am I missing files or is this some other cause? I dont know... I'll try the setup again but I have no idea what I could be missing... the link you gave me is the same instructions I followed all 3 times.. the changes have bene made to the opcode files etc... gotta be something I missed I'll try it again.
Falagard
19-07-2006 01:30:00
I'm guessing that all of your problems are because of the very first error,
d:\ogre\opcode\OPC_Settings.h(47) : error C2059: syntax error : '/'
Line 47 in OPC_Settings.h should read:
#define OPC_USE_CALLBACKS
All your other errors, for example, could not find opcode_d.lib is because opcode_d.lib is created AFTER the opcode project is successfully compiled.
If opcode doesn't compile, goofcommon won't compile, so goofcommon_d.lib won't exist either, etc. It's a chain reaction.
I'm guessing that you're a bit new to c++. If so, you might be diving into GOOF a bit early - feel free to give it a try but little things like this are going to be common place.
Clay
Syllus
19-07-2006 03:30:50
You're absolutely right, I am somewhat new to C++ I learned on pascal and since then I have been modding/programming on game engines that use scripting languages based off of C++ (aurora, unreal2 etc) not actually dealing with C++ I know i have a long road ahead of me learning all the new syntax of using C++ rather then a scripting language that I know that is merely based off of it, and I have even more to learn about visual studio and its workings... im used to programming in ConText.. a very nice program editor but in the end its a fancified notepad with syntax highlighting lol but I have a fairly solid grasp on OOP as well as a lot of experience coding/scripting for some of the common engines.
I totally overlooked that syntax error on line 47 (which now that you point it out i KNOW should not be there because it was one that was directly modified on setup... on my part I have not had much time to spend with this at all, I only have visual studio at work so I only get to mess with it a little bit between projects etc.
I'm sure that is the problem I will try it first thing in the morning when I get to work and thank you. I do realize I have a long road to travel but I do not think it is too early to dive in.. thats just how I learn.. I dont learn this stuff from books etc.. i do it... i reverse engeneer the code to see how it works then test new uses for it till i understand it etc... and I learn at a very fast rate doing it like this... however you can rest assured I will probably have several questions along the way so bare with me... I promise it will be worth it and I will be contributing back to the community before long... that too is part of my normal learning curve for new ventures
Thanks for the patience and the help I will let you know how it turns out
Falagard
19-07-2006 03:49:10
do realize I have a long road to travel but I do not think it is too early to dive in.. thats just how I learn.. I dont learn this stuff from books etc.. i do it... i reverse engeneer the code to see how it works then test new uses for it till i understand it etc
That's how I learn as well, so I know what it's like. Good luck.
As you may have learned now, in C++ a single error can cascade and cause a million other errors. Always look at the first error and see if you can figure out what's wrong
Syllus
20-07-2006 19:13:50
funny how one little rogue "/" can cause all those errors... 81 of the 83 were indirectly caused by that one typo.
There are still 2 more errors and an issue with them is confusing me... the errors are:
1>------ Build started: Project: GOOFPagingLandscapeEditorPlugin, Configuration: Debug Win32 ------
2>------ Build started: Project: GOOFEd, Configuration: Debug Win32 ------
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'libboost_filesystem-vc71-mt-gd-1_33_1.lib'
1>Build log was saved at "file://d:\OGRE\GOOF\GOOFEdPlugins\GOOFPagingLandscapeEditorPlugin\obj\Debug\BuildLog.htm"
1>GOOFPagingLandscapeEditorPlugin - 1 error(s), 0 warning(s)
2>Linking...
2>LINK : fatal error LNK1104: cannot open file 'GOOFPagingLandscapeEditorPlugin_d.lib'
2>Build log was saved at "file://d:\OGRE\GOOF\GOOFEd\obj\Debug\BuildLog.htm"
2>GOOFEd - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 2 failed, 21 up-to-date, 0 skipped ==========
I understand enough about it now to know that the second error is directly related to the first as it cannot find the lib that the earlier seems to be trying to build... whats confusing me is the:
1>LINK : fatal error LNK1104: cannot open file 'libboost_filesystem-vc71-mt-gd-1_33_1.lib'
I have checked my boost installation and it is only using the 8.0 in the thread and filesystems.. I did however notice that the linkers for many of the projects were set to 7.1 which made me think it was caused by something I was worried about in the very beginning...
When I first went to do the final step of the GOOF installation (building GOOF) the GOOF.sln file was shown as being a 2003 (7.1) and there was no 8.0 version in the directory.. when i opened it in VS 2005 it had to convert it to 8.0 ... was that supposed to happen? is there an 8.0 version that I should have that somehow I do not? I was wondering this at first but continued becasue it was the only goof.sln file in the directory but now that im running into boost problems and 7.1 stuff being called when the only boost setup I have is for 8.0...
Any ideas?
Thanks
Falagard
20-07-2006 21:49:45
I haven't tried compiling in VS 2005 (as I mentioned in the wiki) but you should be able to remove
libboost_filesystem-vc71-mt-gd-1_33_1.lib from the linker and it'll find the proper library for boost filesystem automatically for VS 2005.
So go to the properties of the GOOFPagingLandscapeEditorPlugin project, Linker, Input, Additional Dependencies and remove the libboost_filesystem-vc71-mt-gd-1_33_1.lib entry.
Thanks for finding that, I'll remove it from the project settings and update it once I perform my next big update.
Clay
bibiteinfo
04-08-2006 03:10:02
IT work for me what you say Falagard, but when I start the program, I get a ?_injectRenderWithPass@SceneManager@Ogre@@UAEXPAVPass@2@PAVRenderable@2@@Z couldn't be found in OgreMain_d.dll .... I have Ogre 1.2.1 and the latest GOOF release.
bibiteinfo
04-08-2006 22:46:40
Ok, I found my error. It was that I didn't compile Plugin_OctreeSceneManager in debug
Falagard
04-08-2006 23:05:38
Good, I knew it was something like that.
bibiteinfo
05-08-2006 02:01:08
any thought about those errors?
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named lightSpecularColor.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:35: Error at line 29 of deferred_post_minilight.hlsl.program: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named lightSpecularColor.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:35: Parsing script deferred_post_multipass.glsl.program
20:38:35: Parsing script deferred_post_multipass.hlsl.program
20:38:35: Parsing script deferred_post_onepass.glsl.program
20:38:35: Parsing script deferred_post_onepass.hlsl.program
20:38:35: Parsing script BlackAndWhite.material
20:38:35: Parsing script Bloom.material
20:38:35: Parsing script DOF.material
20:38:35: Parsing script Embossed.material
20:38:35: Parsing script Example-DynTex.material
20:38:35: Parsing script Example-Water.material
20:38:35: Parsing script Example.material
20:38:36: Parsing script Examples-Advanced.material
20:38:36: Parsing script facial.material
20:38:36: Parsing script Glass.material
20:38:36: Parsing script hdr.material
20:38:36: Parsing script HeatVision.material
20:38:37: Parsing script Hurt.material
20:38:37: Parsing script Invert.material
20:38:37: Parsing script Laplace.material
20:38:37: Parsing script MotionBlur.material
20:38:37: Parsing script Ocean.material
20:38:37: Parsing script OffsetMapping.material
20:38:37: Parsing script Ogre.material
20:38:37: Parsing script OldMovie.material
20:38:37: Parsing script OldTV.material
20:38:37: Parsing script Posterize.material
20:38:37: Parsing script RZR-002.material
20:38:37: Parsing script SharpenEdges.material
20:38:37: Parsing script smoke.material
20:38:37: Parsing script Tiling.material
20:38:37: Parsing script deferred.material
20:38:37: Parsing script deferreddemo.material
20:38:37: Parsing script deferred_post_debug.material
20:38:37: Parsing script deferred_post_minilight.material
20:38:37: Parsing script deferred_post_multipass.material
20:38:37: Parsing script deferred_post_onepass.material
20:38:37: Parsing script fresnelenviron.material
20:38:37: Parsing script Examples.compositor
20:38:38: Parsing script sample.fontdef
20:38:38: Parsing script Example-Water.particle
20:38:38: Parsing script Example.particle
20:38:38: Parsing script smoke.particle
20:38:38: Parsing script Compositor.overlay
20:38:38: Parsing script DP3.overlay
20:38:38: Parsing script Example-CubeMapping.overlay
20:38:38: Parsing script Example-DynTex.overlay
20:38:38: Parsing script Example-Water.overlay
20:38:38: Parsing script Shadows.overlay
20:38:38: Finished parsing scripts for resource group General
20:38:38: Parsing scripts for resource group Internal
20:38:38: Finished parsing scripts for resource group Internal
20:38:38: Parsing scripts for resource group PLSM2
20:38:38: Parsing script DecompressShadowReceiver.program
20:38:38: Parsing script DecompressSplat.program
20:38:38: Parsing script DecompressSplatShader.program
20:38:38: Parsing script DecompressVertex.program
20:38:38: Parsing script PLLightingCG.program
20:38:38: Parsing script PLShaders.program
20:38:38: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLDecompressAmbientVPCG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: Error at line 6 of PLShaders.program: Could not create GPU program 'PLDecompressAmbientVPCG', error reported was: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLDecompressAmbientVPCG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLDecompressDirectionalVP2CG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: Error at line 13 of PLShaders.program: Could not create GPU program 'PLDecompressDirectionalVP2CG', error reported was: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLDecompressDirectionalVP2CG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLDecompressPointVP2HighCG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: Error at line 20 of PLShaders.program: Could not create GPU program 'PLDecompressPointVP2HighCG', error reported was: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLDecompressPointVP2HighCG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLDecompressPointVP2MedCG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: Error at line 27 of PLShaders.program: Could not create GPU program 'PLDecompressPointVP2MedCG', error reported was: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLDecompressPointVP2MedCG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLAmbientVPCG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: Error at line 34 of PLShaders.program: Could not create GPU program 'PLAmbientVPCG', error reported was: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLAmbientVPCG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLDirectionalVP2CG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: Error at line 41 of PLShaders.program: Could not create GPU program 'PLDirectionalVP2CG', error reported was: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLDirectionalVP2CG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLPointVP2HighCG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: Error at line 48 of PLShaders.program: Could not create GPU program 'PLPointVP2HighCG', error reported was: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLPointVP2HighCG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLPointVP2MedCG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: Error at line 55 of PLShaders.program: Could not create GPU program 'PLPointVP2MedCG', error reported was: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLPointVP2MedCG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLPointFP2MedCG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: Error at line 97 of PLShaders.program: Could not create GPU program 'PLPointFP2MedCG', error reported was: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLPointFP2MedCG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLPointFP2HighCG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: Error at line 104 of PLShaders.program: Could not create GPU program 'PLPointFP2HighCG', error reported was: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLPointFP2HighCG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLDirectionalFP2CG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: Error at line 111 of PLShaders.program: Could not create GPU program 'PLDirectionalFP2CG', error reported was: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLDirectionalFP2CG already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>
20:38:38: Parsing script ShadowReceiver.program
20:38:38: Parsing script Splat.program
20:38:38: Parsing script SplatShader.program
20:38:38: Parsing script BaseTexture.material
20:38:38: Parsing script colors.material
20:38:38: Parsing script MapEditor-Circle.material
20:38:38: Parsing script MyTree.material
20:38:38: Parsing script PagingLandScape.material
20:38:38: Parsing script PagingLandScapeTemplate.material
20:38:38: Parsing script PLSplattingShaderLit.material
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Error in material PLSplattingShaderLit at line 36 of PLSplattingShaderLit.material: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Error in material PLSplattingShaderLit at line 74 of PLSplattingShaderLit.material: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Error in material PLSplattingShaderLit at line 145 of PLSplattingShaderLit.material: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Error in material PLSplattingShaderLit at line 217 of PLSplattingShaderLit.material: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Error in material PLSplattingShaderLit at line 254 of PLSplattingShaderLit.material: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Error in material PLSplattingShaderLit at line 303 of PLSplattingShaderLit.material: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Parsing script PLSplattingShaderLitDecompress.material
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Error in material PLSplattingShaderLitDecompress at line 38 of PLSplattingShaderLitDecompress.material: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Error in material PLSplattingShaderLitDecompress at line 84 of PLSplattingShaderLitDecompress.material: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Error in material PLSplattingShaderLitDecompress at line 163 of PLSplattingShaderLitDecompress.material: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Error in material PLSplattingShaderLitDecompress at line 243 of PLSplattingShaderLitDecompress.material: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Error in material PLSplattingShaderLitDecompress at line 288 of PLSplattingShaderLitDecompress.material: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Error in material PLSplattingShaderLitDecompress at line 345 of PLSplattingShaderLitDecompress.material: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Parsing script PLSplattingShaderUnlit.material
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Error in material PLSplattingShaderUnlit at line 26 of PLSplattingShaderUnlit.material: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Error in material PLSplattingShaderUnlit at line 78 of PLSplattingShaderUnlit.material: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Parsing script PLSplattingShaderUnlitDecompress.material
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Error in material PLSplattingShaderUnlitDecompress at line 27 of PLSplattingShaderUnlitDecompress.material: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Error in material PLSplattingShaderUnlitDecompress at line 87 of PLSplattingShaderUnlitDecompress.material: Invalid param_named_auto attribute - An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named worldMatrix.
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
20:38:39: Parsing script Splatting.material
20:38:39: Parsing script Splatting2.material
20:38:39: Parsing script Splatting3.material
20:38:39: Parsing script Splatting4.material
20:38:39: Parsing script Splatting5.material
20:38:39: Parsing script Splatting6.material
20:38:39: Parsing script Splatting7.material
20:38:39: Parsing script SplattingShader.material
20:38:39: Parsing script SplattingShaderLit.material
20:38:39: An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: ResourceManager::add
Description: Resource with the name PLSplattingShaderLitDecompress already exists..
File: g:\documents and settings\frédéric\mes documents\argorha\programmation\goblin\graphics\ogrenew\ogremain\src\ogreresourcemanager.cpp
Line: 89
Stack unwinding: <<beginning of stack>>