Page 1 of 1
Re: Picross
Posted: Wed Mar 11, 2015 7:03 pm
by Disparado
Hello I just present the French solution of Zelda Picross created by Angenoir37.
You can find it here. Look at the PDF it is beautiful.
http://www.zeldaroth.fr/soluces/soluceP ... icross.php
Re: Picross
Posted: Sat Nov 12, 2016 12:58 am
by ramidavis
Hi, is there any way to get either the source code to this game, or a linux version of it?
I have been playing the other games from this site on Ubuntu and love them, would be great to have this one up and running on linux as well!
Never mind! i found the source code link and going to try and compile it on linux! 
Re: Picross
Posted: Sat Nov 12, 2016 1:13 am
by ramidavis
Code: Select all
$ gcc main.cpp
/tmp/cc0eCcKK.o: In function `main':
main.cpp:(.text+0x32): undefined reference to `operator new(unsigned int)'
main.cpp:(.text+0x42): undefined reference to `Window::Window(bool)'
main.cpp:(.text+0x53): undefined reference to `Window::loop()'
main.cpp:(.text+0x66): undefined reference to `Window::~Window()'
main.cpp:(.text+0x72): undefined reference to `operator delete(void*)'
main.cpp:(.text+0x87): undefined reference to `operator delete(void*)'
/tmp/cc0eCcKK.o: In function `__static_initialization_and_destruction_0(int, int)':
main.cpp:(.text+0xc2): undefined reference to `std::ios_base::Init::Init()'
main.cpp:(.text+0xd7): undefined reference to `std::ios_base::Init::~Init()'
/tmp/cc0eCcKK.o:(.eh_frame+0x13): undefined reference to `__gxx_personality_v0'
collect2: error: ld returned 1 exit status
Well, i can not get it to compile...
Would anyone more experienced at compiling be willing to try to make a linux build?
Re: Picross
Posted: Thu Nov 24, 2016 11:36 am
by Disparado