JKO
Junior Member
Posts: 10
Threads: 2
Joined: Jul 2010
Reputation:
0
|
RE: JKO's Guide to compiling Penumbra
I tried it like you said, by copy pasting those 4 into debug and switching to debug. I also cannot compile, but not for the same reason, I get :
unexpected end of file while looking for precompiled header. Did you forget to add '#include "StdAfx.h"' to you source?
and
Cannot open precompiled header file: 'build/debug\Penumbra.pch': No such file or directory.
I conclude that there might be some error or differences between Release and Debug that cause a conflict. I had the problem you have before, the ITERATOR thing, this is the reason I specify to compile OALWrapper.lib on release, because on debug it gives this error. But I believe you can turn it off with Configuration Properties -> Linker -> General -> Enable incremental linking (Say No), but I haven't tested that.
I'll keep playing with the options until I can get it to work.
|
|
07-23-2010, 11:53 PM |
|