LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 03-02-2005, 06:49 AM   #1
v1pEr
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: winxp + suse 10.1 dual boot
Posts: 88

Rep: Reputation: 15
Question problems connecting TI83+ with suse 9.1 and tilp


I already said a big deal in the title but I'll explain it more clearly:

After finding out how to transfer files to and from my mobile phone with bluetooth, I decided to give it a go with connecting my TI Calculator (83+ with official TIBlack link). After a little googling, I found out about a program called tilp that would connect my calc and box and transfer files with a GUI.

On the website of TiLP I saw that I needed to install 3 libraries: libticables, libticalc & libtifiles. I downloaded and extracted them and did a ./configure with libticables. At first it gave me an error (had to install another library wich I found on the ftp mirror of suse) but after that the ./configure went fine and gave no errors, the last line said:

Code:
config.status: creating po/POTFILES
config.status: creating po/Makefile
Now, you can type make and make install
but when I tried to do a make, it said:

bash: make: command not found

I thought: "Of course, I should be logged in as root for this..." so I did a su but it still gives me the same error that the make command couldn't be found...

Can somebody please tell me what I'm doing wrong?

thx in advance!
 
Old 03-02-2005, 07:13 AM   #2
zhjim
Senior Member
 
Registered: Oct 2004
Distribution: Debian Squeeze x86_64
Posts: 1,748
Blog Entries: 11

Rep: Reputation: 233Reputation: 233Reputation: 233
Seems like the make programm is not installed. Which seems a bit odd to me, cause i thought its standard in the most recent distributions. What kind of distro you got running ?
Install make and you should be fine. Try a search for a "GNU make" tarball or just "make" or check out your distributions webpage.

--zhjim--
 
Old 03-02-2005, 07:17 AM   #3
v1pEr
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: winxp + suse 10.1 dual boot
Posts: 88

Original Poster
Rep: Reputation: 15
indeed, everything is fine now. I must have known this *sigh*

stupid me. I thought about it but I was sure i had already installed it, together with al C compiler stuff

thx.
If I ever meet you, I'll buy you a beer
 
Old 03-02-2005, 08:54 AM   #4
v1pEr
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: winxp + suse 10.1 dual boot
Posts: 88

Original Poster
Rep: Reputation: 15
All right, little Me here again

I have succesfully installed the 3 libraries. Now I installed tilp:

./configure
-> this went succesfully

make
-> did its job perfectly too

make install
-> now here the trouble starts, first I thought it was done properly, but when I took a closer look I saw this:

Code:
---
Installing KMimeMagic local data...
grep: /usr/share/mimelnk/magic: Onbekend bestand of map
/bin/sh: line 1: /usr/share/mimelnk/magic: Onbekend bestand of map
make[1]: *** [install] Fout 1
make[1]: Leaving directory `/home/kristof/programs/tilp/tilp-6.76/desktop'
make: *** [install-recursive] Fout 1
linux:/home/kristof/programs/tilp/tilp-6.76 # tilp
bash: tilp: command not found
It gave an error when installing KMimeMagic local data... Since I run Gnome I thought it would maybe be optional, but when I run the command tilp, the command is not found...

I installed al development packages, so that's not the problem I guess (correct me if I'm wrong, it's just the opinion of a newbie)

Oh yeah, I also looked in /usr/local/bin/ but found nothing of Tilp (This is the standard folder programs are installed to isn't it?)

Please help me once again
 
Old 03-02-2005, 09:57 AM   #5
v1pEr
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: winxp + suse 10.1 dual boot
Posts: 88

Original Poster
Rep: Reputation: 15
hmmmmm... the problems start to grow

When I try to install new programs (online update also) through yast2 (install or edit programs)... the GUI doesn't show. I can see the Yast menu, but when I click the icons nothing happens

I don't think this is a good sign, because restarting doesn't help... Doing the update as root doesn't work either

please help me, I think this stuff is going the wrong way...
(the previous problem isn't solved either yet)

thx in advance, I'm really desperate because I use the yast menu quite much since this install is only a week old and I still need several programs. Please help me out

Last edited by v1pEr; 03-03-2005 at 12:36 AM.
 
Old 03-03-2005, 03:10 AM   #6
zhjim
Senior Member
 
Registered: Oct 2004
Distribution: Debian Squeeze x86_64
Posts: 1,748
Blog Entries: 11

Rep: Reputation: 233Reputation: 233Reputation: 233
First start with the magic (KmimeMagic), your totaly right that is refering to debian manual only needed for kde. Either there is something similar for gnome or you got to take a look at the ./configure options of tilp and see if you can exclude it. I checked ou the directory of the tarball. There is a desktop dir which contains gnome. So i think it really is just a .Ä/configure option. Another thing i read in the INSTALL file of the tilp is autoconf. its another packet that works together with make. Check if you got this installed.

The other problem with yast2 could be due to make, but i doubt it. I´m not so into suse and desktop-systems so can´t realy help you. Don´t you have some other kind of packet-manager within suse, you could use? Might be that the installation of tlip fucked something up. See if you can get it installed properly and then check out yast2 again.

Come back if you have any other question.

OffTopic: Just a question: Might it be your dutch? The error message sounded like it. If so, check your wallet and see if you got money for that beer, cause it is not far from germany over to the netherlands. I live an hour away from the border. You´ve been warned

--zhjim--
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem ti v200 and tilp filipuce Linux - Hardware 0 04-27-2005 04:09 PM
tilp program not working kryptonite0110 Linux - Software 1 03-23-2005 11:36 AM
TiLP v1pEr Linux - Software 4 03-10-2005 11:01 AM
Problems with connecting to Internet on SuSE 9.2 mile89 SUSE / openSUSE 4 01-01-2005 02:34 AM
Tilp r_jensen11 Linux - General 6 11-14-2003 09:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 03:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration