Afficher un message
Vieux 21/05/2007, 16h18   #7 (permalink)
Profil
rzlaie
Membre
Ancienneté  69%
Ancienneté 69%
 
Avatar de rzlaie
 
Date d'inscription: octobre 2006
Pays :
Messages: 283
Téléchargements: 0
Uploads: 0
Merci: 2
Remercié 2 fois dans 2 Posts
Par défaut

voici le message pour le 1er "make" (/home/david/pspdev/psplinkusb/pspsh"
Citation:
g++ -Wall -g -D_PCTERM -I../psplink -c -o pspsh.o pspsh.C
pspsh.C:23:31: erreur: readline/readline.h : Aucun fichier ou répertoire de ce type
pspsh.C:24:30: erreur: readline/history.h : Aucun fichier ou répertoire de ce type
pspsh.C: In function ‘int execute_line(const char*)’:
pspsh.C:231: erreur: ‘rl_callback_handler_remove’ was not declared in this scope
pspsh.C:232: erreur: ‘rl_callback_handler_install’ was not declared in this scope
pspsh.C: In function ‘int close_cmd(int, char**)’:
pspsh.C:428: erreur: ‘rl_callback_handler_remove’ was not declared in this scope
pspsh.C:429: erreur: ‘rl_callback_handler_install’ was not declared in this scope
pspsh.C: In function ‘int tty_cmd(int, char**)’:
pspsh.C:462: erreur: ‘rl_callback_handler_remove’ was not declared in this scope
pspsh.C:463: erreur: ‘rl_callback_handler_install’ was not declared in this scope
pspsh.C: In function ‘void cli_handler(char*)’:
pspsh.C:572: erreur: ‘rl_callback_handler_remove’ was not declared in this scope
pspsh.C:574: erreur: ‘rl_callback_handler_install’ was not declared in this scope
pspsh.C:599: erreur: ‘rl_callback_handler_remove’ was not declared in this scope
pspsh.C:601: erreur: ‘rl_callback_handler_install’ was not declared in this scope
pspsh.C:631: erreur: ‘add_history’ was not declared in this scope
pspsh.C: In function ‘char* command_gen(const char*, int)’:
pspsh.C:728: erreur: ‘rl_completion_append_character’ was not declared in this scope
pspsh.C: In function ‘char* filename_gen(const char*, int)’:
pspsh.C:844: erreur: ‘rl_completion_append_character’ was not declared in this scope
pspsh.C:848: erreur: ‘rl_completion_append_character’ was not declared in this scope
pspsh.C: In function ‘char* uid_gen(const char*, int)’:
pspsh.C:900: erreur: ‘rl_completion_append_character’ was not declared in this scope
pspsh.C: In function ‘void completion_display(char**, int, int)’:
pspsh.C:909: erreur: ‘rl_filename_completion_desired’ was not declared in this scope
pspsh.C:912: erreur: ‘rl_display_match_list’ was not declared in this scope
pspsh.C:913: erreur: ‘rl_forced_update_display’ was not declared in this scope
pspsh.C: In function ‘char** shell_completion(const char*, int, int)’:
pspsh.C:920: erreur: ‘rl_line_buffer’ was not declared in this scope
pspsh.C:927: erreur: ‘rl_completion_append_character’ was not declared in this scope
pspsh.C:928: erreur: ‘rl_completion_display_matches_hook’ was not declared in this scope
pspsh.C:934: erreur: ‘rl_filename_completion_function’ was not declared in this scope
pspsh.C:934: erreur: ‘rl_completion_matches’ was not declared in this scope
pspsh.C:941: erreur: ‘rl_completion_matches’ was not declared in this scope
pspsh.C:945: erreur: ‘rl_completion_matches’ was not declared in this scope
pspsh.C:953: erreur: ‘rl_completion_matches’ was not declared in this scope
pspsh.C:957: erreur: ‘rl_completion_matches’ was not declared in this scope
pspsh.C: In function ‘int init_readline()’:
pspsh.C:971: erreur: ‘rl_attempted_completion_function’ was not declared in this scope
pspsh.C:972: erreur: ‘rl_callback_handler_install’ was not declared in this scope
pspsh.C:973: erreur: ‘rl_basic_word_break_characters’ was not declared in this scope
pspsh.C:974: erreur: ‘rl_completer_word_break_characters’ was not declared in this scope
pspsh.C: In function ‘int process_cmd(const unsigned char*)’:
pspsh.C:1440: erreur: ‘rl_callback_handler_remove’ was not declared in this scope
pspsh.C:1450: erreur: ‘rl_callback_handler_install’ was not declared in this scope
pspsh.C: In function ‘int shell()’:
pspsh.C:1864: erreur: ‘read_history’ was not declared in this scope
pspsh.C:1865: erreur: ‘history_length’ was not declared in this scope
pspsh.C:1865: erreur: ‘history_set_pos’ was not declared in this scope
pspsh.C:1899: erreur: ‘rl_callback_read_char’ was not declared in this scope
pspsh.C:1948: erreur: ‘write_history’ was not declared in this scope
pspsh.C:1949: erreur: ‘rl_callback_handler_remove’ was not declared in this scope
pspsh.C: In function ‘void shutdown_app()’:
pspsh.C:1980: erreur: ‘rl_callback_handler_remove’ was not declared in this scope
make: *** [pspsh.o] Erreur 1
__________________


2.6>2.71>1.5>3.71M33-2

|v|421° |<42+ \v/11 = 3050-8849-8389

Dernière modification par rzlaie ; 21/05/2007 à 16h27.
rzlaie est déconnecté   Réponse avec citation