![]() |
2010-08-10
, 20:12
|
|
Posts: 1,023 |
Thanked: 4,421 times |
Joined on Feb 2010
@ Argentina
|
#2
|
![]() |
2010-08-10
, 20:16
|
Posts: 478 |
Thanked: 165 times |
Joined on Apr 2010
@ Manchester
|
#3
|
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
![]() |
2010-08-10
, 20:18
|
Posts: 478 |
Thanked: 165 times |
Joined on Apr 2010
@ Manchester
|
#4
|
You need boost and scons to compile pingus
Those librarys are in repositories, but I didn't try them.
Pingus should compile when you get them
apt-get install libboost-signals-dev libboost-dev
![]() |
2010-08-10
, 20:51
|
Posts: 458 |
Thanked: 274 times |
Joined on Mar 2010
@ Finland
|
#5
|
![]() |
2010-08-10
, 21:07
|
Posts: 478 |
Thanked: 165 times |
Joined on Apr 2010
@ Manchester
|
#6
|
![]() |
2010-08-10
, 21:19
|
Posts: 458 |
Thanked: 274 times |
Joined on Mar 2010
@ Finland
|
#7
|
![]() |
2010-08-10
, 21:52
|
Posts: 478 |
Thanked: 165 times |
Joined on Apr 2010
@ Manchester
|
#8
|
The Following User Says Thank You to mornage For This Useful Post: | ||
![]() |
2010-08-10
, 22:09
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#9
|
![]() |
2010-08-10
, 22:30
|
Posts: 43 |
Thanked: 18 times |
Joined on May 2010
@ Sydney
|
#10
|
I was thinking today about how good it would be to play to lemmings natively on my N900 (I'm sure I could play through an emulator or dosbox but it isn't the same). I then thought that maybe this would be a great opportunity for me to learn something...
I have no real experience in developing anything; a little bit of VB I learnt from a book a few years ago, a little look at the SDK and a go at forking and compiling wOOts rotation daemon, but I am sure with some help I will be able to do something.
I have looked on-line for an open source lemmings and found pingus which I think would be perfect so I have downloaded the source code to my ubuntu VM.
My plan was to move them from here to scratch box and compile it to see what happened but I realised that I do not know how I would move things into from ubuntu to scratchbox so thought I could upload the source to git, the fork it to scratchbox but that is where I got stuck. I have no idea how to commit the source to git.
I am hoping a kind soul on here will be willing to guide me through what needs to be done to get pingus working or at the very least throw some links at me with info on where to start,
Edit: I have the source code in scratchbox now but am struggling to compile it.
Temporary signature: Real signature removed for cleaning.
Don't forget the thanks button if I helped you
Last edited by mornage; 2010-08-10 at 18:17.