debrouxl / tilibs

TILP (formerly GtkTiLink) can transfer data between Texas Instruments graphing calculators and a computer. It works with all link cables (parallel, serial, Black/Gray/Silver/Direct Link) and it supports the TI-Z80 series (73..86), the TI-eZ80 series (83PCE, 84+CE), the TI-68k series (89, 92, 92+, V200, 89T) and the Nspire series (Nspire Clickpad / Touchpad / CX, both CAS and non-CAS)
http://lpg.ticalc.org/prj_tilp
67 stars 22 forks source link

libticables build failing #23

Closed catastropher closed 6 years ago

catastropher commented 6 years ago

When trying to build libticables from the master branch I get this error:

make[2]: Entering directory '/home/michael/code/tilibs/libticables/trunk/po'
test ! -f ./libticables2.pot || \
  test -z "fr.gmo" || make fr.gmo
make[3]: Entering directory '/home/michael/code/tilibs/libticables/trunk/po'
: --update  --lang=fr fr.po libticables2.pot
rm -f fr.gmo && : -c --statistics --verbose -o fr.gmo fr.po
mv: cannot stat 't-fr.gmo': No such file or directory
Makefile:154: recipe for target 'fr.gmo' failed

Do you have any idea what may be causing it? Thanks!

debrouxl commented 6 years ago

Hi Michael :)

I can't reproduce the issue in a fresh Debian 9 (Stretch) container. The 4 libti*, gfm and tilp built successfully. In the output you've posted, ": --update <...>" and ": -c <...>" look odd. Did you successfully install all of the build dependencies listed for multiple distro families in the install script, one of the shortlinks for which is https://ti-pla.net/tilpinst ?

catastropher commented 6 years ago

Hi Lionel!

Thank you so much, I was indeed missing some of the dependencies. I didn't even realize that that script existed; I was just trying to build the libraries based off the instructions in the individual readme's. Thanks again!