Gosu.framework
there. I didn't do anything else.dyld: Library not loaded: @executable_path/../Frameworks/Gosu.framework/Versions/A/Gosu
Referenced from: /Users/ellmo/Library/Developer/Xcode/DerivedData/gosuTest-hkmqdspnwjepredgslldpnmuhlvx/Build/Products/Debug/gosuTest.app/Contents/MacOS/gosuTest
Reason: image not found
main.m
and AppDelegates and such, and I added main.cpp
wich contains the following code:
//
// main.cpp
// gosu test
#include "main.h"
#include <Gosu/Gosu.hpp>
class MyWindow : public Gosu::Window
{
public:
MyWindow()
: Gosu::Window(640, 480, false)
{
setCaption(L"Hello World!");
}
};
int main()
{
MyWindow window;
window.show();
}
IO.hpp
fileLexical or Preprocessor Issue
/Users/ellmo/xcode/gosu-mac-0.7.28/Gosu.framework/Versions/A/Headers/IO.hpp:7:10: 'boost/utility.hpp' file not found
Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill