• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

GPS Maus über dei Konsole installieren

Kann mir hierbei jemand helfen? Möchte das gerne installieren und weis nicht wie.
Habe allerdings derzeit PCLinuxOS
Gruss Dieter
[/img]
 

admine

Ultimate Guru
Lies das:
http://www.linux-club.de/faq/Software_aus_dem_Quelltext_Installieren/Deinstallieren

Das kannst du IMHO auch auf PCLinuxOS anwenden.
 
OP
Z

zippizappi

Member
Tja wenn es so einfach wäre hätte ich hier nicht gepostet. Leider gibt es ohne Ende Fehlermeldungen.
Hier nur ein Auszug aus den Fehlermeldungen.
Code:
[root@Dieter_Linux bluegps-linux-2.0]# make
gcc -Wall -lm -lbluetooth -DVERSION=\"2.0\" -o bluegps bluegps.c
bluegps.c:32:33: bluetooth/bluetooth.h: No such file or directory
bluegps.c:33:30: bluetooth/rfcomm.h: No such file or directory
bluegps.c:77: error: syntax error before "bdaddr_t"
bluegps.c:77: warning: no semicolon at end of struct or union
bluegps.c:94: error: syntax error before '}' token
bluegps.c:94: warning: type defaults to `int' in declaration of `BlueGPSContext'
bluegps.c:94: warning: data definition has no type or storage class
bluegps.c:96: error: syntax error before '*' token
bluegps.c:96: warning: type defaults to `int' in declaration of `context'
bluegps.c:96: warning: data definition has no type or storage class
bluegps.c: In function `sigproc':
bluegps.c:127: error: request for member `req_quit' in something not a structure or union
bluegps.c:130: error: request for member `req_quit' in something not a structure or union
bluegps.c: In function `print_message':
bluegps.c:139: error: request for member `messages' in something not a structure or union
bluegps.c: In function `rbt3000_connect':
bluegps.c:273: error: storage size of `rem_addr' isn't known
bluegps.c:275: warning: implicit declaration of function `baswap'
bluegps.c:275: error: request for member `device' in something not a structure or union
bluegps.c:275: warning: implicit declaration of function `strtoba'
bluegps.c:278: error: request for member `device' in something not a structure or union
bluegps.c:282: error: request for member `device_fd' in something not a structure or union
bluegps.c:284: error: `BTPROTO_RFCOMM' undeclared (first use in this function)
bluegps.c:284: error: (Each undeclared identifier is reported only once
bluegps.c:284: error: for each function it appears in.)
bluegps.c:291: error: request for member `device_fd' in something not a structure or union
bluegps.c:296: error: request for member `device_fd' in something not a structure or union
bluegps.c:273: warning: unused variable `rem_addr'
bluegps.c: In function `rbt3000_abort':
bluegps.c:473: error: request for member `req_quit' in something not a structure or union
bluegps.c: In function `rbt3000_handle_reply_action':
bluegps.c:506: error: request for member `old_config' in something not a structure or union
bluegps.c:507: error: request for member `have_old_config' in something not a structure or union
bluegps.c:508: error: request for member `need_password' in something not a structure or union
bluegps.c:519: error: request for member `need_password' in something not a structure or union
bluegps.c:531: error: request for member `filename' in something not a structure or union
bluegps.c:533: error: request for member `expected_entries' in something not a structure or union
bluegps.c:535: warning: implicit declaration of function `strcmp'
bluegps.c:535: error: request for member `filename' in something not a structure or union
bluegps.c:536: error: request for member `outfile' in something not a structure or union
bluegps.c:538: error: request for member `outfile' in something not a structure or union
bluegps.c:538: error: request for member `filename' in something not a structure or union
bluegps.c:540: error: request for member `outfile' in something not a structure or union
bluegps.c:543: error: request for member `req_quit' in something not a structure or union
bluegps.c:563: error: request for member `expected_entries' in something not a structure or union
bluegps.c:567: error: request for member `expected_entries' in something not a structure or union
bluegps.c:569: error: request for member `outfile' in something not a structure or union
bluegps.c:578: error: request for member `outfile' in something not a structure or union
bluegps.c:579: error: request for member `outfile' in something not a structure or union
bluegps.c:583: error: request for member `expected_entries' in something not a structure or union
bluegps.c:586: error: request for member `expected_entries' in something not a structure or union
bluegps.c: In function `rbt3000_handle_reply':
bluegps.c:658: error: request for member `req_quit' in something not a structure or union
bluegps.c:674: error: request for member `need_password' in something not a structure or union
bluegps.c:676: error: request for member `password' in something not a structure or union
bluegps.c:678: error: request for member `password' in something not a structure or union
bluegps.c:689: error: request for member `need_password' in something not a structure or union
bluegps.c:700: error: request for member `expected_entries' in something not a structure or union
bluegps.c:712: error: request for member `expected_entries' in something not a structure or union
bluegps.c:727: error: request for member `have_old_config' in something not a structure or union
bluegps.c:728: error: request for member `commands' in something not a structure or union
bluegps.c:735: error: request for member `commands' in something not a structure or union
bluegps.c:736: error: request for member `old_config' in something not a structure or union
bluegps.c:736: error: request for member `new_config' in something not a structure or union
bluegps.c:737: error: request for member `commands' in something not a structure or union
bluegps.c:738: error: request for member `old_config' in something not a structure or union
 
Oben