You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to compile the project, I have encountered a linker issue (undefined reference to the boost libraries) for Example3.
Also in PGExampleFrameListener.h gcc fails to compile it because it can not find OgreOverlaySystem.h.
Trying to compile the project, I have encountered a linker issue (undefined reference to the boost libraries) for Example3.
Also in
PGExampleFrameListener.h
gcc fails to compile it because it can not findOgreOverlaySystem.h
.Fixed both by with this patch, feels free to use it:
https://pastebin.mozilla.org/8910926
EDIT: I use the 1.2 release version.
The text was updated successfully, but these errors were encountered: