You are not logged in.

#1 2003-08-22 22:20:53

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

gtktiemu ... a problem with libticables -???

i tried to build gtktiemu, so that i can work with my TI89 when i have my laptop with me, without having to carry also the calculator

the PKGBUILD:

pkgname=gtktiemu
pkgver=1.65
pkgrel=1
pkgdesc="Emulator for a TI 89/92 graphic calculator"
url="http://www.ticalc.org/archives/files/index.date/unix.html"
depends=('glibc' 'gtk' 'sdl' 'libticables' 'libticalcs')
conflicts=()
backup=()
install=
source=(http://www.ticalc.org/pub/unix/$pkgname.tar.gz)

build() {
  cd $startdir/src/tiemu-1.65
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}


the problem:

checking for main in -lglib... yes
checking for pow in -lm... yes
checking for ticable_get_version in -lticables... yes
checking for tifiles_get_version in -ltifiles... yes
checking for ticalc_get_version in -lticalcs... no
checking for jpeg_destroy_compress in -ljpeg... yes
checking for pthread_create in -lpthread... yes
checking for SDL_Init in -lSDL... yes
checking for ticables-config... yes
checking for tifiles-config... yes
checking for ticalcs-config... no

Error: cannot find ticables-config. Do you have libticables installed ?
You can download it from
<http://lpg.ticalc.org/prj_tilp/download-en.html> ...

make: *** No targets specified and no makefile found.  Stop.
==> Build Failed. Aborting...

all packages from "tigraphlink" from incoming are installed
(the link works fine with my TI89 ... thanx)

any idea why this error occurs?


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB