Tutorial: Set up a new OGRE project on Code :: Blocks
Top Comments
All Comments (31)
-
Does this use for G++ (gcc) on linux?
-
mingw32-g++.exe: Files\SDK\OgreSDK\bin\Release\
My3Dproj.exe: No such file or directory Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
-
Errors with codeblocks 10.05 and ogre sdk
g:\codeblocks\mingw\bin\..\lib
\gcc\mingw32\4.4.1\include\c++ \backward\backward_warning.h|2 8|warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.| ... -
@nikhilnxvverma1 You are my hero! Thanks
-
@BicycleCollector lol did you download the mingw?
-
mines say that it isnt a valid location
-
didnt help, game isnt running -.-
-
@MAniAcMC1 yea me too.
-
Thanks
-
@nikhilnxvverma1 thanks for that
@MrMatt027 1.copy all files from C:\ogresdk1.7.1mingw\include\OGRE and paste in C:\ogresdk1.7.1mingw\include\
2.similarly copy all files from C:\ogresdk1.7.1mingw\include\OIS and paste inC:\ogresdk1.7.1mingw\include\
3.there is a boost folder in boost1_42 ,copy that too and paste it in same C:\ogresdk1.7.1mingw\include\
It worked for me ,hopefully should work for you too.
nikhilnxvverma1 1 year ago 3
Thx
JumaDot 2 years ago