Ventero / FRESteamWorks

SteamWorks API for AIR applications
Other
83 stars 27 forks source link

Can't compile on Linux #23

Closed larsiusprime closed 8 years ago

larsiusprime commented 8 years ago
lars@lars-laptop ~/Developer/FRESteamWorks/FRESteamWorks/src $ make APPIDS=218410 wrapper
ln -sf "/home/lars/Developer/SteamSDK" SteamSDK
g++ -c -std=c++0x -m32 -fvisibility=hidden -I. -Wall -Wextra -pedantic -Wno-unused-parameter -Wmissing-declarations -Wconversion -Wcast-qual -Wno-sign-conversion -DUSE_BREAKPAD_HANDLER -DVERSION_SAFE_STEAM_API_INTERFACES -isystem "/home/lars/Developer/AdobeAIRSDK"/include -isystem "/home/lars/Developer/SteamSDK"/public -DLINUX -DWHITELIST=218410 -isystem APIWrapper/amf-cpp/src APIWrapper/APIWrapper.cpp -o APIWrapper/APIWrapper.o
In file included from APIWrapper/APIWrapper.cpp:9:0:
APIWrapper/APIFunctions.h:15:30: fatal error: types/amfarray.hpp: No such file or directory
compilation terminated.
make: *** [APIWrapper/APIWrapper.o] Error 1

Any ideas what it means?

Ventero commented 8 years ago

Can you check whether git status shows anything related to the submodule? And if this is a new clone of the repository, did you remember to run git submodule init (or git submodule update --init) at some point?

larsiusprime commented 8 years ago

It was a fresh clone, I'll have to try the init command.