| Author |
Message |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Sat 04 Apr 2009, 12:34 Post subject:
|
|
| pcampbell87 wrote: | I have built all the dependencies from source (all 40 of them!) however I am now getting an error 'cannot find -lpython2.6' when trying to make gcompris. I compiled python 2.6 from source when building the dependencies so I must have done something wrong at some point - back to the drawing board  |
make sure you have this folder and its .h files inside of it
/usr/include/python2.6
if its called anything else system link it to /usr/include/python2.6
also if your compiling python why not just use the one which came with the compiler? 2.5? that should of worked.
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
pcampbell87
Joined: 02 Apr 2009 Posts: 29
|
Posted: Sat 04 Apr 2009, 16:29 Post subject:
|
|
| ttuuxxx wrote: | | if your compiling python why not just use the one which came with the compiler? 2.5? that should of worked. |
One of the dependencies, pycairo, required it. I did not compile it at the beginning and therefore some of the dependencies were compiled against different versions of python - maybe this could have been responsible for the error.
I have started again using an older version of pycairo and the included python 2.5 - hopefully it will work this time!
|
|
Back to top
|
|
 |
pcampbell87
Joined: 02 Apr 2009 Posts: 29
|
Posted: Sat 04 Apr 2009, 20:35 Post subject:
|
|
I've done it!
gcompris.sfs
I decided on .sfs files as it makes the installation quick and simple. This file contains the main program and all the dependencies and comes in around 55.5 mb. There is a second .sfs which includes the extra languages and voices which I am currently uploading (another 50 mb file) - I will post a link once it has finished.
I have given Gcompris a quick test and everything seems to work ok, however as I have never used the program before I am not the best person to tell whether any features are missing. If you notice anything that isn't working it is probably just a missing dependency and if you let me know I will happily recompile it.
Enjoy
|
|
Back to top
|
|
 |
pcampbell87
Joined: 02 Apr 2009 Posts: 29
|
Posted: Sat 04 Apr 2009, 21:17 Post subject:
|
|
Extra languages and voices.
gcompris-languages.sfs
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Sat 04 Apr 2009, 22:59 Post subject:
|
|
excellent glad you managed to do it
great job
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
sidders
Joined: 23 Jul 2008 Posts: 470 Location: Bolton, uk
|
Posted: Sun 05 Apr 2009, 02:41 Post subject:
|
|
Fantastic. I will get my 2 year old on it. Thanks.
Just another 40 odd days to go. I could get the kids to make you a 'headover'.
|
|
Back to top
|
|
 |
magerlab
Joined: 08 Jul 2007 Posts: 730
|
Posted: Sun 05 Apr 2009, 03:43 Post subject:
|
|
i'm downloading now....
hope it works
does it have python inside or need to install it ?
_________________ skype: desafimager
www.youtube.com/sagartem -videos of my band
|
|
Back to top
|
|
 |
pupshock
Joined: 23 Mar 2007 Posts: 140
|
Posted: Sun 05 Apr 2009, 09:24 Post subject:
|
|
totally awesome; many thanks, pcampbell87.
For those who need to verify, the md5sum of gcompris.sfs is
52b12c47f532114de8c32075b5711b32
gcompris.sfs is working in puppy 4.20.
There is no sound (i have not downloaded the additional sfs yet)
gcompris.sfs does not work in EduPup (the base is Puppy 3.01) :
the sfs cannot be 'seen', even though it is in /mnt/home, and/or renamed
to include "301" eg gcompris_301.sfs
|
|
Back to top
|
|
 |
pcampbell87
Joined: 02 Apr 2009 Posts: 29
|
Posted: Sun 05 Apr 2009, 10:27 Post subject:
|
|
I have no sound in 4.2 either. It seems to be a gstreamer problem - I will look into it.
The admin panel (run gcompris -a) is also broken, again, I think this is a dependency problem.
Once they are fixed I will upload another .sfs. If anyone else comes across any problems just let me know and I will try my best to fix it.
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Sun 05 Apr 2009, 10:28 Post subject:
|
|
didn't work in 4.2 missing libjasper.so.1
and also missing skins/gartoon/boardicons/strategy.svg
if you could make a patch for these 2 things that would be great, svae downloading it all again
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Sun 05 Apr 2009, 11:04 Post subject:
|
|
/usr/share/gcompris/boards/skins/gartoon/boardicons/strategy.svg
is where the image is, but its requesting it at
skins/gartoon/boardicons/strategy.svg
maybe a system link?
here's the missing lib, I compiled it on 4.2 and below is a the image of the error
ttuuxxx
| Description |
|

Download |
| Filename |
gcompris.png |
| Filesize |
1.44 MB |
| Downloaded |
469 Time(s) |
| Description |
|

Download |
| Filename |
jasper-1.900.1-i386.pet |
| Filesize |
140.21 KB |
| Downloaded |
484 Time(s) |
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
pupshock
Joined: 23 Mar 2007 Posts: 140
|
Posted: Sun 05 Apr 2009, 11:13 Post subject:
|
|
sidders got the sound to work
see posts 8 Jan & 13 Jan
http://www.murga-linux.com/puppy/viewtopic.php?t=34135
that was for EduPup, but i presume the dependencies should be the same for Puppy 4.20
uh, ttuuxxx, still no sound after installing jasper-etc
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Sun 05 Apr 2009, 11:42 Post subject:
|
|
The most I can say about the sound is that the sound files are included, Since I can't really start the game because I can't get by the first screen, I can't figure out the sound. Sorry, even if I run it via command line nothing really reported. I would have to get to the sound stage to debug it.
try running via the terminal
gcompris
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
pcampbell87
Joined: 02 Apr 2009 Posts: 29
|
Posted: Sun 05 Apr 2009, 13:01 Post subject:
|
|
I get the svg error in Puppy 4.1.2. I have checked and the files do exist, I think this may be related to one of the dependencies, librsvg. I used the one included in puppy rather than compiling from source.
The sound issue seems to be gstreamer related and checking this page shows that there is a known bug... unfortunately gcompris development doesn't seem very well documented and I am not sure which bug they are referring to.
Sorry for the errors guys, I am currently recompiling a few dependencies and hopefully it will be working soon.
|
|
Back to top
|
|
 |
magerlab
Joined: 08 Jul 2007 Posts: 730
|
Posted: Sun 05 Apr 2009, 13:08 Post subject:
|
|
seems to work ok in NOP and 4.1.2
needs gstreamer plugin ( says when run from console)
my daughter is happy:)
i will wipe off sidux
maybe only amarok is the last one i need more:)
_________________ skype: desafimager
www.youtube.com/sagartem -videos of my band
|
|
Back to top
|
|
 |
|