[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Errore in make



Nel maledetto ennesimo tentativo di ottenere il file omni per le stampanti, mi trovo con questi errori
Qualcuno può spiegarmi come sistemare il tutto ?

/usr/share/aclocal/gtk--.m4:10: warning: underquoted definition of AM_PATH_GTKMM
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
Brother/Makefile.am: installing `./depcomp'
make: Warning: File `../configure.ac' has modification time 74 s in the future
make[1]: Warning: File `configure.ac' has modification time 74 s in the future
/usr/share/aclocal/gtk--.m4:10: warning: underquoted definition of AM_PATH_GTKMM
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
make[1]: Warning: File `configure.ac' has modification time 19 s in the future
/usr/share/aclocal/gtk--.m4:10: warning: underquoted definition of AM_PATH_GTKMM
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/gtk--.m4:10: warning: underquoted definition of AM_PATH_GTKMM
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
In file included from CopyOmniDeviceBIs.cpp:21:
XMLDevice.hpp: In function ‘int getXMLContentInt(void*, void*, const char*, bool, int)’:
XMLDevice.hpp:314: error: ‘free’ was not declared in this scope
XMLDevice.hpp: In function ‘bool getXMLContentBool(void*, void*, const char*, bool, bool)’:
XMLDevice.hpp:365: error: ‘strcasecmp’ was not declared in this scope
XMLDevice.hpp:376: error: ‘free’ was not declared in this scope
CopyOmniDeviceBIs.cpp: In function ‘int my_system(const char*)’:
CopyOmniDeviceBIs.cpp:79: warning: deprecated conversion from string constant to ‘char*’
CopyOmniDeviceBIs.cpp:80: warning: deprecated conversion from string constant to ‘char*’
CopyOmniDeviceBIs.cpp:86: error: ‘exit’ was not declared in this scope
CopyOmniDeviceBIs.cpp: In function ‘bool copyFile(std::string&, std::string&)’:
CopyOmniDeviceBIs.cpp:121: error: ‘calloc’ was not declared in this scope
CopyOmniDeviceBIs.cpp:127: error: ‘strcpy’ was not declared in this scope

CopyOmniDeviceBIs.cpp:128: error: ‘strchr’ was not declared in this scope
     37 CopyOmniDeviceBIs.cpp:165: error: ‘free’ was not declared in this scope
     38 CopyOmniDeviceBIs.cpp: In function ‘void appendPreLibraryList(FileList&, FileList&)’:
     39 CopyOmniDeviceBIs.cpp:199: error: ‘strstr’ was not declared in this scope
     40 CopyOmniDeviceBIs.cpp: In function ‘void appendPostLibraryList(FileList&, FileList&)’:
     41 CopyOmniDeviceBIs.cpp:237: error: ‘strstr’ was not declared in this scope
     42 CopyOmniDeviceBIs.cpp:251: error: ‘strstr’ was not declared in this scope
     43 CopyOmniDeviceBIs.cpp: In function ‘void processDeviceList(std::string&, const char*, const char*, FileList&, void (*)(std::string&, std::string&,
        const char*, FileList&))’:
     44 CopyOmniDeviceBIs.cpp:334: error: ‘strcmp’ was not declared in this scope
     45 CopyOmniDeviceBIs.cpp:353: error: ‘strcmp’ was not declared in this scope
     46 CopyOmniDeviceBIs.cpp: In function ‘void handleFile(std::string&, std::string&, const char*, FileList&)’:
     47 CopyOmniDeviceBIs.cpp:446: error: ‘strlen’ was not declared in this scope
     48 CopyOmniDeviceBIs.cpp:446: error: ‘calloc’ was not declared in this scope
     49 CopyOmniDeviceBIs.cpp:452: error: ‘strcpy’ was not declared in this scope
     50 CopyOmniDeviceBIs.cpp:459: error: ‘strstr’ was not declared in this scope
     51 CopyOmniDeviceBIs.cpp:490: error: ‘free’ was not declared in this scope
     52 make: *** [CopyOmniDeviceBIs.o] Error 1
     53 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
     54 cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
     55 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
     56 cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
     57 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
     58 cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
     59 DitherLibraryExample.cpp: In static member function ‘static int DitherLibraryExample::nameToID(const char*)’:
     60 DitherLibraryExample.cpp:108: error: ‘strcmp’ was not declared in this scope
     61 DitherLibraryExample.cpp: In static member function ‘static const char* const DitherLibraryExample::getIDFromCreateHash(std::string*)’:
     62 DitherLibraryExample.cpp:190: error: ‘strncmp’ was not declared in this scope
     63 DitherLibraryExample.cpp: In static member function ‘static bool DitherLibraryExample::ditherNameValid(const char*)’:
     64 DitherLibraryExample.cpp:326: error: ‘strcmp’ was not declared in this scope
     65 DitherLibraryExample.cpp: In static member function ‘static const char* const DitherLibraryExample::getDitherCatagory(const char*)’:
     66 DitherLibraryExample.cpp:352: error: ‘strcmp’ was not declared in this scope
     67 DitherLibraryExample.cpp: In static member function ‘static const char* const DitherLibraryExample::getDitherName(const char*)’:
     68 DitherLibraryExample.cpp:362: error: ‘strcmp’ was not declared in this scope
     69 DitherLibraryExample.cpp: In static member function ‘static bool DitherLibraryExample::ditherCatagoryValid(const char*)’:
     71 make[2]: *** [DitherLibraryExample.lo] Error 1
     72 make[1]: *** [all-recursive] Error 1
     73 make: *** [all] Error 2


Reply to: