when i try to compile the example abaut Newton Integration , I get the next error:
Command Lines
Build : warning : failed to (or don't know how to) build 'D:\irrlicht-1.3\examples\Newton Example\code\Debug\NEWTON EXAMPLE.pch'
Creating temporary file "C:\DOCUME~1\AINARA~1\CONFIG~1\Temp\RSP1FA.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/NEWTON EXAMPLE.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\irrlicht-1.3\examples\Newton Example\code\game.cpp"
"D:\irrlicht-1.3\examples\Newton Example\code\Main.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\AINARA~1\CONFIG~1\Temp\RSP1FA.tmp"
Creating temporary file "C:\DOCUME~1\AINARA~1\CONFIG~1\Temp\RSP1FB.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/NEWTON EXAMPLE.pdb" /debug /machine:I386 /out:"Debug/NEWTON EXAMPLE.exe" /pdbtype:sept
".\Debug\game.obj"
".\Debug\Main.obj"
]
Creating command line "link.exe @C:\DOCUME~1\AINARA~1\CONFIG~1\Temp\RSP1FB.tmp"
Output Window
Compiling...
game.cpp
d:\irrlicht-1.3\examples\newton example\code\game.cpp(1) : fatal error C1083: Cannot open precompiled header file: 'Debug/NEWTON EXAMPLE.pch': No such file or directory
Main.cpp
d:\irrlicht-1.3\examples\newton example\code\main.cpp(1) : fatal error C1083: Cannot open precompiled header file: 'Debug/NEWTON EXAMPLE.pch': No such file or directory
Generating Code...
Error executing cl.exe.
Results
NEWTON EXAMPLE.exe - 2 error(s), 1 warning(s)
Some suggestion?
problem with Newton example tutorial
-
- Posts: 10
- Joined: Thu Mar 29, 2007 3:13 pm
- Location: Poland
Mayby it can help: http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=20244 In this topic is wrote, how to do working irrlicht&newton example