Purebasic problem with tahr 602

Mathematical tools, physics simulators, CAD, CNC, etc.
Post Reply
Message
Author
der-schutzhund
Posts: 1045
Joined: Mon 26 Nov 2007, 22:07
Location: Blomberg / Germany

Purebasic problem with tahr 602

#1 Post by der-schutzhund »

Hi,

I have a little problem with the software Purebasic under Tahr puppy 6.0.2.
Purebasic is a crosscompiler with which it is possible to create software parallel for Windows, Linux and Mac! Really awesome program!
Now to the problem where you can hopefully help me!
The program runs and at first glance everything is ok.
There is a module called WebGadget that allows you to display web pages and html files. This does not work.
If I start the script checkinstall.sh the following error is displayed:
-------------------------------------
Package libxine was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxine.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxine' found
xine devel package need to be installed to use PureBasic
-------------------------------------
What should I do?

The version of purebasic I am using is no longer up to date. Perhaps it would also be interesting if someone would get the latest version 5.60 under tahr 6.0.2 to run.This version is actually synonymous to a few problems.
http://www.purebasic.com/index.php

Many Thanks

Wolfgang

User avatar
norgo
Posts: 388
Joined: Fri 13 Nov 2015, 17:19
Location: Germany
Contact:

#2 Post by norgo »

@der-schutzhund

sometimes it's useful to read the README file. ;-)

Requierement:
-------------
- gcc
- GTK+ 2.0 devel (and optionally GTK+ 1.2 devel for old application support)
- SDL 1.2 devel
- libstdc++ devel
- iodbc and iodbc-devel to be able to use the Database commands (see www.iodbc.org)
- libwebkit.so shoud be installed to have the WebGadget() working
- xine and xine-devel for the Movie commands
- libgnomeprintui2.2 and libgnomeprintui2.2-devel for the print commands

greetings

der-schutzhund
Posts: 1045
Joined: Mon 26 Nov 2007, 22:07
Location: Blomberg / Germany

#3 Post by der-schutzhund »

- libwebkit.so shoud be installed to have the WebGadget() working
- xine and xine-devel for the Movie commands
Where do I get this
Property already searched but nothing for tahr 602 found

greetings

Wolfgang

User avatar
norgo
Posts: 388
Joined: Fri 13 Nov 2015, 17:19
Location: Germany
Contact:

#4 Post by norgo »

really old stuff,
open package manager and search for xine-lib and xine-lib_DEV package or similar

Post Reply