Debian Linux, Pipmak won't run

View: New views
11 Messages — Rating Filter:   Alert me  

Debian Linux, Pipmak won't run

by NigeC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I can't get the Linux version to run for some reason,  does it require other programs? its the full build of Debian 5, it didn't work in ubuntu either
its no real biggy as I can run the windows exe in Wine.. I was just interested.. the lastest demo works great

Re: Debian Linux, Pipmak won't run

by Aidan Gauland-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

NigeC wrote:
> I can't get the Linux version to run for some reason,  does it require other
> programs? its the full build of Debian 5, it didn't work in ubuntu either
> its no real biggy as I can run the windows exe in Wine.. I was just
> interested.. the lastest demo works great

What's the symptom?  What happens when you try to run it?

  -Aidan

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Pipmak-Users mailing list
Pipmak-Users@...
news://news.gmane.org/gmane.games.devel.pipmak.user
https://lists.sourceforge.net/lists/listinfo/pipmak-users

Re: Debian Linux, Pipmak won't run

by NigeC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi Aidan..
I've ran it in the terminal, It looks like some components are missing, one being libopenal, the version I have is libopenal1, i tried adding the dev version of libopenal but it still get no folder/file
it also had libSDL_ttf-2.0, libSDL_image-1.2.as missing but I was able to fix that

Re: Debian Linux, Pipmak won't run

by Aidan Gauland-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

NigeC wrote:
> hi Aidan..
> I've ran it in the terminal, It looks like some components are missing, one
> being libopenal, the version I have is libopenal1, i tried adding the dev
> version of libopenal but it still get no folder/file
> it also had libSDL_ttf-2.0, libSDL_image-1.2.as missing but I was able to
> fix that

What do you mean by "get no folder/file"?  Does it complain about missing
libraries?  If you get an error message about not being able not find
libraries, then it's probably the operating system failing to even execute Pipmak.

  -Aidan

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Pipmak-Users mailing list
Pipmak-Users@...
news://news.gmane.org/gmane.games.devel.pipmak.user
https://lists.sourceforge.net/lists/listinfo/pipmak-users

Re: Debian Linux, Pipmak won't run

by NigeC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

the error is:
home/nige/pipmak# ./pipmak
./pipmak: error while loading shared libraries: libopenal.so.0: cannot open shared object file: No such file or directory
the  the version of libopenal i have is newer


Re: Debian Linux, Pipmak won't run

by Aidan Gauland-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

NigeC wrote:
> the error is:
> home/nige/pipmak# ./pipmak
> ./pipmak: error while loading shared libraries: libopenal.so.0: cannot open
> shared object file: No such file or directory
> the  the version of libopenal i have is newer

Are you using the latest development revision from Subversion?  If you are,
then check out again, because I just made a change to the Linux Makefile that
may help.  Also, if you're building from the source in Subversion, you should
set usesyslibs=t when you run make (i.e. type "make usesyslibs=t" instead of
just "make").

Hope this helps,
Aidan

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Pipmak-Users mailing list
Pipmak-Users@...
news://news.gmane.org/gmane.games.devel.pipmak.user
https://lists.sourceforge.net/lists/listinfo/pipmak-users

Re: Debian Linux, Pipmak won't run

by NigeC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Aidan Gauland-2 wrote:
NigeC wrote:
> the error is:
> home/nige/pipmak# ./pipmak
> ./pipmak: error while loading shared libraries: libopenal.so.0: cannot open
> shared object file: No such file or directory
> the  the version of libopenal i have is newer

Are you using the latest development revision from Subversion?  If you are,
then check out again, because I just made a change to the Linux Makefile that
may help.  Also, if you're building from the source in Subversion, you should
set usesyslibs=t when you run make (i.e. type "make usesyslibs=t" instead of
just "make").

Hope this helps,
Aidan

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Pipmak-Users mailing list
Pipmak-Users@lists.sourceforge.net
news://news.gmane.org/gmane.games.devel.pipmak.user
https://lists.sourceforge.net/lists/listinfo/pipmak-users
No I haven't been using  Subversion, I just used the released versions. I wouldn't know where to start!

Re: Debian Linux, Pipmak won't run

by Aidan Gauland-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

NigeC wrote:
> No I haven't been using  Subversion, I just used the released versions. I
> wouldn't know where to start!

Oh, great..(NOT!)  OK, here's the deal: recently, I made some major changes to
the Linux build system, and Christian decided to let me, more or less, take
over maintence of the Linux build system.  I made those changes, because I
thought that the Linux build system wasn't very good in some ways
(particularly with linking to libraries).  I hope the next release of Pipmak
will work better on more Linux distros and for you.

In the mean time, might I sugguest a work-around: find the libopenal.so.* on
your system (hint: try the package manager), and make a symbolic named
"libopenal.so.0" to the libopenal.so file.  (There may be several files whose
name starts with "libopenal.so", but only one will be a regular file; link to
the regular file, not one of the links.  All the existing links will link to
the same file.)  If you don't know how to do this, E-mail me off-list, or if
you know how to use IRC, go to #tuxhacker on irc.freenode.net.

  -Aidan

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Pipmak-Users mailing list
Pipmak-Users@...
news://news.gmane.org/gmane.games.devel.pipmak.user
https://lists.sourceforge.net/lists/listinfo/pipmak-users

Re: Debian Linux, Pipmak won't run

by NigeC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Aidan that worked :) If you want me to test thinks feel free to drop me an email or ask here
The plan is to build a game demo under Linux and try to give the project a push ;)

Re: Debian Linux, Pipmak won't run

by Christian Walther :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for taking care of this, Aidan. Looks like this would be a good
test for your new build procedure, why don't you just make a build and
send it to Nige?

For what it's worth, the official Pipmak 0.2.7 release was built on
Debian 4, with OpenAL from package libopenal0a version 1:0.0.8-4. I have
no idea what the current version is as I haven't updated that virtual
machine since then.

I'm surprised that it works with libopenal.so.1 because as far as I
remember that number is used specifically to mark incompatible library
versions.

cwalther@debian:~$ ldd pipmak/build-linux/pipmak
        ...
         libopenal.so.0 => /usr/lib/libopenal.so.0 (0xb7681000)
        ...

  -Christian


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Pipmak-Users mailing list
Pipmak-Users@...
news://news.gmane.org/gmane.games.devel.pipmak.user
https://lists.sourceforge.net/lists/listinfo/pipmak-users

Re: Debian Linux, Pipmak won't run

by NigeC () :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm on Debian 5, the libopenal build is libopenal1 1:1.4.272-2

It didn't run on Ubuntu 9 either, but that was the version you could run inside windows so there wasn't a great deal installed.

I'll gladly help with testing builds or if you can let me know how to I'll build Debian versions