Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 15
  1. #1

    FMOD: come si "installa"?

    Ciao a tutti, sono nuovissimo in ambiente linux, volevo provare ad installare il gioco Racer ( http://www.racer.nl/ ), l'ho scaricato, ho estratto la cartella, e come è scritto nel sito, ho eseguito da shell "bin/racer", però la shell mi dà questo errore:

    bin/racer: error while loading shared libraries: libfmod-3.61.so: cannot open shared object file: No such file or directory

    Cercando soluzioni dal sito, ho capito che serve questa libreria fmod.
    Il sito indicatomi per scaricare la libreria è questo: http://www.fmod.org/index.php/fmod
    Il problema è che non so proprio come far partire l'installazione, dove installare, come etc... insomma non so dove mettere le mani!!!
    Prima di rimpiangere windows coi suoi semplici installer, mi date una mano?

    Thanks

  2. #2
    Utente di HTML.it L'avatar di moskitoita
    Registrato dal
    Feb 2004
    Messaggi
    1,255
    Che distribuzione hai, usa il gestore di pacchetti della tua distribuzione
    "Aiuterò le forze dell'ordine a sventrare eventuali truffatori, eventuali assassini che abbiano utilizzato l'informatica per fini malvagi"

    Salvatore Aranzulla, 15 Aprile 2007, cognome&nome, La7

  3. #3
    Originariamente inviato da moskitoita
    Che distribuzione hai, usa il gestore di pacchetti della tua distribuzione
    Ho ubuntu, cmq ora do un'occhiata

  4. #4
    Originariamente inviato da cicciox80
    Ho ubuntu, cmq ora do un'occhiata
    Su ubuntu per installare (quasi) qualsiasi programma, basta andare su sistema-->Amministrazione-->Gestore pacchetti synaptic, da li basta selezionare il pacchetto che vuoi intallare e cliccare su applica. Ci pensa il gestore a scaricare ed instalare il programma, molto più semplice che in windows
    "L'utopia è come l'orizzonte: cammino due passi, e si allontana di due passi. Cammino di dieci passi, e si allontana di dieci passi. E allora, a cosa serve l'utopia? A questo: serve per continuare a camminare."
    Eduardo Galeano
    Il mio sito
    "if you want people to RTFM, make a better FM!"

  5. #5
    Originariamente inviato da psykopear
    Su ubuntu per installare (quasi) qualsiasi programma, basta andare su sistema-->Amministrazione-->Gestore pacchetti synaptic, da li basta selezionare il pacchetto che vuoi intallare e cliccare su applica. Ci pensa il gestore a scaricare ed instalare il programma, molto più semplice che in windows
    Ho provato ad usare il gestore pacchetti, vedendo una sfilza di pacchetti, ho cercato "fmod", ma non ho trovato nulla. Come fare?

  6. #6
    raga, qua va sempre peggio!!! Ho scaricato un altro gioco e nemmeno quello sono riuscito a far partire

    Il gioco è TuxPuck, l'ho scaricato da qui:
    http://home.no.net/munsuun/tuxpuck/i...ction=download

    Ho scaricato la versione 0.8.2 source release, ottenendo questo file:
    tuxpuck-0.8.2.tar.gz

    estraggo tutto nella cartella home/Games, qui viene creata la cartella "tuxpuck-0.8.2"
    Se entro dentro non trovo nemmeno un eseguibile ma solo sorgenti (appunto è la source release); trovo un file readme il quale mi dice che per compilare debbo eseguire make dalla shell: se la eseguò mi compare questa serie di errori:

    codice:
    ciccio@ciccio-desktop:~/Games/tuxpuck-0.8.2$ make
    gcc -D_VERSION=\"0.8.2\" -g -Wall `sdl-config --cflags` -c -o tuxpuck.o tuxpuck.c
    /bin/sh: sdl-config: not found
    tuxpuck.c:7:17: error: SDL.h: Nessun file o directory
    In file included from tuxpuck.c:8:
    video.h:7:23: error: SDL_video.h: Nessun file o directory
    In file included from tuxpuck.c:8:
    video.h:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
    video.h:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
    video.h:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
    video.h:19: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
    video.h:20: error: expected ‘)’ before ‘*’ token
    video.h:21: error: expected ‘)’ before ‘*’ token
    video.h:22: error: expected ‘)’ before ‘*’ token
    video.h:23: error: expected ‘)’ before ‘*’ token
    video.h:28: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘video_map_rgb’
    video.h:30: error: expected ‘)’ before ‘*’ token
    video.h:31: error: expected ‘)’ before ‘*’ token
    In file included from tuxpuck.c:9:
    audio.h:7:23: error: SDL_types.h: Nessun file o directory
    In file included from tuxpuck.c:9:
    audio.h:15: error: expected ‘)’ before ‘*’ token
    audio.h:18: warning: parameter names (without types) in function declaration
    audio.h:19: error: expected declaration specifiers or ‘...’ before ‘Uint8’
    In file included from tuxpuck.c:10:
    tuxpuck.h:51: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:52: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:53: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:54: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:55: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:60: error: expected specifier-qualifier-list before ‘SDL_Surface’
    tuxpuck.h:80: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:81: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘entity_move_towards’
    tuxpuck.h:86: error: expected declaration specifiers or ‘...’ before ‘Uint8’
    tuxpuck.h:87: warning: parameter names (without types) in function declaration
    tuxpuck.h:91: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:92: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:93: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:95: error: expected declaration specifiers or ‘...’ before ‘Uint8’
    tuxpuck.h:101: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘board_update’
    tuxpuck.h:102: warning: parameter names (without types) in function declaration
    tuxpuck.h:104: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘board_get_state’
    tuxpuck.h:105: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘board_get_turn’
    tuxpuck.h:113: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glass_update’
    tuxpuck.h:121: warning: parameter names (without types) in function declaration
    tuxpuck.h:122: warning: parameter names (without types) in function declaration
    tuxpuck.h:123: warning: parameter names (without types) in function declaration
    tuxpuck.h:124: warning: parameter names (without types) in function declaration
    tuxpuck.h:127: error: expected declaration specifiers or ‘...’ before ‘Uint8’
    tuxpuck.h:129: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘human_get_points’
    tuxpuck.h:130: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:133: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:134: error: expected declaration specifiers or ‘...’ before ‘Uint8’
    tuxpuck.h:135: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:136: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:137: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:138: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:139: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:140: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:141: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:142: error: expected ‘)’ before ‘*’ token
    tuxpuck.h:146: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘sprite_update’
    tuxpuck.h:147: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:147: error: expected declaration specifiers or ‘...’ before ‘Uint32’
    tuxpuck.h:148: error: expected declaration specifiers or ‘...’ before ‘Uint8’
    tuxpuck.h:153: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘timer_elapsed’
    tuxpuck.c:27: error: expected specifier-qualifier-list before ‘Uint8’
    tuxpuck.c:39: error: expected ‘)’ before ‘opponent’
    tuxpuck.c: In function ‘_read_settings’:
    tuxpuck.c:205: error: ‘Uint32’ undeclared (first use in this function)
    tuxpuck.c:205: error: (Each undeclared identifier is reported only once
    tuxpuck.c:205: error: for each function it appears in.)
    tuxpuck.c:205: error: expected ‘;’ before ‘uint32’
    tuxpuck.c:210: error: ‘uint32’ undeclared (first use in this function)
    tuxpuck.c:214: error: ‘Settings’ has no member named ‘sound’
    tuxpuck.c:214: error: ‘Uint8’ undeclared (first use in this function)
    tuxpuck.c:214: error: expected ‘;’ before ‘uint32’
    tuxpuck.c:216: error: ‘Settings’ has no member named ‘fullscreen’
    tuxpuck.c:216: error: expected ‘;’ before ‘uint32’
    tuxpuck.c:218: error: ‘Settings’ has no member named ‘mouse_speed’
    tuxpuck.c:218: error: expected ‘;’ before ‘uint32’
    tuxpuck.c: In function ‘_save_settings’:
    tuxpuck.c:229: error: ‘Settings’ has no member named ‘sound’
    ......................
    .........................
    tuxpuck.c: In function ‘_tuxpuck_deinit’:
    tuxpuck.c:268: warning: implicit declaration of function ‘SDL_Quit’
    tuxpuck.c: In function ‘main’:
    tuxpuck.c:289: warning: implicit declaration of function ‘_play_match’
    make: *** [tuxpuck.o] Error 1
    Nulla accade nemmeno se faccio partire make install.

    Ma insomma che devo fare per far partire un giocooooooooooo!!!!

  7. #7
    Utente di HTML.it L'avatar di moskitoita
    Registrato dal
    Feb 2004
    Messaggi
    1,255
    Ti è già stato detto, usa il gestore di pacchetti:
    apt-get install tuxpuck

    Per racer c'è scritto tutto sul sito ufficiale: http://www.racer.nl/dl_beta_linux.htm
    "Aiuterò le forze dell'ordine a sventrare eventuali truffatori, eventuali assassini che abbiano utilizzato l'informatica per fini malvagi"

    Salvatore Aranzulla, 15 Aprile 2007, cognome&nome, La7

  8. #8
    Originariamente inviato da cicciox80
    Ma insomma che devo fare per far partire un giocooooooooooo!!!!
    Fare la titanica fatica di capire come funziona il nuovo sistema operativo che stai usando è chiedere troppo?
    Senza polemica ma tu se ti metti alla guida di una moto senza avere imparato prima cosa succede? Picchi il muso contro il primo muro! Di chi è la colpa? Della moto? Del muro? Della strada? No la colpa è tua che non sai guidare la moto, qui è la stessa identica cosa .
    It's just another bombtrack...
    Ogni can mena la coa, ogni coion vö gi' la soa!

  9. #9
    Originariamente inviato da raistlin76
    Fare la titanica fatica di capire come funziona il nuovo sistema operativo che stai usando è chiedere troppo?
    Senza polemica ma tu se ti metti alla guida di una moto senza avere imparato prima cosa succede? Picchi il muso contro il primo muro! Di chi è la colpa? Della moto? Del muro? Della strada? No la colpa è tua che non sai guidare la moto, qui è la stessa identica cosa .
    in pratica hai detto "Shirak" e hai fatto il focus su di lui xD

  10. #10
    Originariamente inviato da n0t
    in pratica hai detto "Shirak" e hai fatto il focus su di lui xD
    Dici ? Ma no, non volevo utilizzare il mio bastone magico contro nessuno, semplicemente mi sembrava la risposta piu' sensata.
    It's just another bombtrack...
    Ogni can mena la coa, ogni coion vö gi' la soa!

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.