|
Publicité | ||||||||||||||||||||||
|
|
#1 |
|
Invité régulier
![]() |
salut tout le monde
je suis sur un systeme unix j'essaye de compiler des fichier .c avec la commande make (j'ai un fichier makefile) mais elle m'affiche l'erreur suivante make: 1254-004 The error code from the last command is 1. si quelqu'un a une idée ca sera le bienvenu crdt. |
|
|
00
|
|
|
#2 |
|
Expert Confirmé Sénior
![]() Laurent WillemsExpert Stop/Start Inscription : septembre 2002 Messages : 2 472 ![]() |
Salut,
avec ce genre de message on ne va pas pouvoir t'être d'une grande aide.
__________________
Alea Jacta Test! Dernière modification par Mygale1978 ; 04/01/2010 à 18h16. |
|
|
00
|
|
|
#3 |
|
Invité régulier
![]() |
voila tout le message que je reçois
srv13:/pcardd16/bcpdev/src/daemons/daemon_cutoff>make cc -D_THREAD_SAFE -c -g -I/pcardd16/bcpdev/src/inc dcutoff_adm.c cc -D_THREAD_SAFE -c -g -I/pcardd16/bcpdev/src/inc dcutoff_trait_adm.c cc -D_THREAD_SAFE -c -g -I/pcardd16/bcpdev/src/inc dcutoff_sig.c "dcutoff_sig.c", line 38.35: 1506-280 (W) Function argument assignment between types "struct sigset_t*" and "char*" is not allowed. cc -D_THREAD_SAFE -c -g -I/pcardd16/bcpdev/src/inc dcutoff_ini.c cc -D_THREAD_SAFE -c -g -I/pcardd16/bcpdev/src/inc dcutoff_cutoff.c proc THREADS=YES sqlcheck=full userid=bcp_dev/pcard001 iname=dcutoff_params ireclen=132 Pro*C/C++: Release 10.2.0.4.0 - Production on Mon Jan 4 17:00:49 2010 Copyright (c) 1982, 2007, Oracle. All rights reserved. System default option values taken from: /oracle/product/db10g/precomp/admin/pcscfg.cfg Error at line 3, column 10 in file dcutoff_params.pc #include <define.h> .........1 PCC-S-02015, unable to open include file Error at line 4, column 10 in file dcutoff_params.pc #include <dcutoff_param.h> .........1 PCC-S-02015, unable to open include file Error at line 5, column 10 in file dcutoff_params.pc #include <param_ctx.h> .........1 PCC-S-02015, unable to open include file cc -I/pcardd16/bcpdev/src/inc -c dcutoff_params.c -I/oracle/product/db10g/precomp/public proc THREADS=YES sqlcheck=full userid=bcp_dev/pcard001 iname=update_cutoff_date ireclen=132 Pro*C/C++: Release 10.2.0.4.0 - Production on Mon Jan 4 17:00:49 2010 Copyright (c) 1982, 2007, Oracle. All rights reserved. System default option values taken from: /oracle/product/db10g/precomp/admin/pcscfg.cfg Error at line 3, column 10 in file update_cutoff_date.pc #include <define.h> .........1 PCC-S-02015, unable to open include file Error at line 4, column 10 in file update_cutoff_date.pc #include <dcutoff_param.h> .........1 PCC-S-02015, unable to open include file Error at line 5, column 10 in file update_cutoff_date.pc #include <param_ctx.h> .........1 PCC-S-02015, unable to open include file cc -I/pcardd16/bcpdev/src/inc -c update_cutoff_date.c -I/oracle/product/db10g/precomp/public cc -D_THREAD_SAFE -c -g -I//src/inc dcutoff_main.c cc -D_THREAD_SAFE -g -lpthread -L/pcardd16/bcpdev/usr/lib -lutils -lpthread -lpthr -lqueue -ltools -lcomora -lpsms -lpiso -lprivtlv -lauthotlv -lprocessing -lhsm -lget -lsaf -lclntsh -ldl dcutoff_adm.o dcutoff_trait_adm.o dcutoff_sig.o dcutoff_ini.o dcutoff_cutoff.o dcutoff_params.o update_cutoff_date.o dcutoff_main.o -o DAEMON_CUTOFF ld: 0706-006 Cannot find or open library file: -l clntsh ld:open(): A file or directory in the path name does not exist. make: 1254-004 The error code from the last command is 255. Stop. /src/daemons/daemon_cutoff> |
|
|
00
|
|
|
#4 |
|
Invité de passage
![]() Inscription : mars 2010 Messages : 4 ![]() |
ajoute -I$(INC) a la commande cc
|
|
|
00
|
Copyright © 2000-2012 - www.developpez.com