View Single Post
Posts: 478 | Thanked: 165 times | Joined on Apr 2010 @ Manchester
#3
OK, I have kind of worked out github a bit and now have pushed the source code to the repo (http://github.com/mornage/Maemo-pingus). I'm hoping this will make is easier for people to give me advice.

I cannot get it to compile in scratch box though. qmake alone requires arguments. qmake -project creates .pro file that enables me to run qmake to create a make file. make then fails
Code:
 src/file_reader.hpp:41: error: 'boost' has not been declared
src/file_reader.hpp:41: error: expected `)' before '<' token
src/file_reader.hpp:81: error: 'boost' has not been declared
src/file_reader.hpp:81: error: ISO C++ forbids declaration of 'shared_ptr' with no type
src/file_reader.hpp:81: error: expected ';' before '<' token
In file included from src/action_holder.cpp:21:
src/pingus_level.hpp:92: error: 'boost' has not been declared
src/pingus_level.hpp:92: error: ISO C++ forbids declaration of 'shared_ptr' with no type
src/pingus_level.hpp:92: error: expected ';' before '<' token
make: *** [action_holder.o] Error 1
__________________
Temporary signature: Real signature removed for cleaning.

Don't forget the thanks button if I helped you