« Return to Thread: apcupsd-3.13.8 on Darwin with GCC 4.0.1 - Error during make, make install

Re: apcupsd-3.13.8 on Darwin with GCC 4.0.1 - Error during make, make install

by Jollyroger-2 :: Rate this Message:

Reply to Author | View in Thread

Ok I figured that might not be enough of a clue, sorry.

So last night I installed Xcode 2.4 from developer.apple.com, and untarred
fresh sources from the apcupsd-3.13.8.tar.gz tar ball.  Looks like upgrading
Xcode didn't change the error, unfortunately.

Attached are the complete results.

-JR


On 8/31/06 7:37 AM, "Adam Kropelin" <akropel1@...> wrote:

> On Thu, Aug 31, 2006 at 06:10:45AM -0500, Trey Blancher wrote:
>> We'd need more of that first make error;  that one line isn't enough to
>> diagnose.  And continuing past that error won't work, as you've noticed.
>
> Yup, please do a 'make clean' followed by a 'make' and send the full
> output from the make.
>
> --Adam


# ./configure --enable-usb --enable-net --enable-pthreads --with-upstype=usb --with-upscable=usb

checking for true... /usr/bin/true
checking for false... /usr/bin/false
checking build system type... powerpc-apple-darwin8.7.0
checking host system type... powerpc-apple-darwin8.7.0
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for library containing strerror... none required
checking for g++... /usr/bin/g++
checking for pthreads... checking for shutdown... /sbin/shutdown
checking for mail... /usr/bin/mail
checking for wall... /usr/bin/wall
checking for sh... /bin/sh
checking for gmake... no
checking for pmake... no
checking for make... /usr/bin/make
checking for makedepend... no
checking for true... /usr/bin/true
checking for ranlib... /usr/bin/ranlib
checking for libtool... /usr/bin/libtool
checking for etags... /usr/bin/etags
checking for etags... /usr/bin/etags
checking for rm... /bin/rm
checking for cp... /bin/cp
checking for echo... /bin/echo
checking for ln... /bin/ln
checking for sed... /usr/bin/sed
checking for ar... /usr/bin/ar
checking for mv... /bin/mv
checking for abort... yes
checking for fork... yes
checking for calloc... yes
checking for getpid... yes
checking for ioctl... yes
checking for kill... yes
checking for rewind... yes
checking for select... yes
checking for setsid... yes
checking for signal... yes
checking for strerror... yes
checking for strncmp... yes
checking for strncpy... yes
checking for tcgetattr... yes
checking for vfprintf... yes
checking for setpgrp... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for nanosleep... yes
checking for usleep... yes
checking for syslog... yes
checking for strftime... yes
checking whether setpgrp takes no argument... no
checking for socket... yes
using libc's socket
checking for gethostname... yes
using libc's gethostname
checking for socklen_t... yes
checking for gethostbyname... yes
using libc's resolver
checking for gettext... no
checking for gettext in -lintl... no
checking for inet_addr... yes
using libc's inet_addr
checking for strchr... yes
using libc's strchr
checking for strstr... yes
checking for strcasecmp... yes
checking for memmove... yes
checking for getopt_long... yes
checking for inet_pton... yes
checking for localtime_r... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/types.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking whether stat file-mode macros are broken... no
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for uid_t in sys/types.h... (cached) yes
checking for socklen_t... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for preprocessor stringizing operator... yes
checking for X... libraries /usr/X11R6/lib, headers
checking for gethostbyname... (cached) yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking whether #! works in shell scripts... yes
checking for libusb-config... /usr/local/bin/libusb-config
Using generic libusb USB driver.
checking for pkg-config... no
checking if libsupc++ is required... yes
checking if GCC supports -fno-exceptions... yes
checking if GCC supports -fno-rtti... yes
checking for msgfmt... no
msgfmt program not found, disabling NLS !
checking for wait... yes
checking for waitpid... yes
checking for wait3... yes
checking for union wait... yes
Disabling internal libintl...
Disabling internationalization support...
Disabling cgi support...
gcc private include directory found.
configure: creating ./config.status
config.status: creating autoconf/variables.mak
config.status: creating autoconf/Makefile
config.status: creating doc/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/drivers/Makefile
config.status: creating src/win32/Makefile
config.status: creating platforms/Makefile
config.status: creating platforms/apccontrol
config.status: creating platforms/etc/changeme
config.status: creating platforms/etc/commfailure
config.status: creating platforms/etc/commok
config.status: creating platforms/etc/offbattery
config.status: creating platforms/etc/masterconnect
config.status: creating platforms/etc/mastertimeout
config.status: creating platforms/etc/onbattery
config.status: creating platforms/etc/Makefile
config.status: creating platforms/etc/apcupsd.conf
config.status: creating examples/Makefile
config.status: creating examples/safe.apccontrol
config.status: creating Makefile
config.status: creating platforms/darwin/Makefile
config.status: creating platforms/darwin/apcupsd
config.status: creating src/drivers/apcsmart/Makefile
config.status: creating src/drivers/dumb/Makefile
config.status: creating src/drivers/usb/Makefile
config.status: creating src/drivers/usb/generic/Makefile
config.status: creating src/drivers/usb/generic/libusb.h
config.status: creating src/libusbhid/Makefile
config.status: creating src/drivers/net/Makefile
config.status: creating include/config.h
config.status: executing default commands
Doing make of dependencies
Nothing to do for depend.
Nothing to do for depend.
Nothing to do for depend.
Nothing to do for depend.
Nothing to do for depend.
Nothing to do for depend.
Nothing to do for depend.
(cd examples; /usr/bin/make clean)
/bin/rm -f *.o *.lo *.a core core.* .*~ *~ *.bak
/bin/rm -f *.exe *.res *.cgi
/bin/rm -f 1 2 3 4 ID TAGS *.orig client readfifo megaclient newslave upsapm
/bin/rm -f core core.* 1 2 3 *.o
/bin/rm -f client readfifo megaclient newslave upsapm hid-ups hid-set
/bin/rm -f *.o *.lo *.a core core.* .*~ *~ *.bak
/bin/rm -f *.exe *.res *.cgi
/bin/rm -f 1 2 3 4 ID TAGS *.orig
/bin/rm -f *.o *.lo *.a core core.* .*~ *~ *.bak
/bin/rm -f *.exe *.res *.cgi
/bin/rm -f 1 2 3 4 ID TAGS *.orig
/bin/rm -f *.o *.lo *.a core core.* .*~ *~ *.bak
/bin/rm -f *.exe *.res *.cgi
/bin/rm -f 1 2 3 4 ID TAGS *.orig
/bin/rm -f *.o *.lo *.a core core.* .*~ *~ *.bak
/bin/rm -f *.exe *.res *.cgi
/bin/rm -f 1 2 3 4 ID TAGS *.orig
/bin/rm -f *.o *.lo *.a core core.* .*~ *~ *.bak
/bin/rm -f *.exe *.res *.cgi
/bin/rm -f 1 2 3 4 ID TAGS *.orig
/bin/rm -f *.o *.lo *.a core core.* .*~ *~ *.bak
/bin/rm -f *.exe *.res *.cgi
/bin/rm -f 1 2 3 4 ID TAGS *.orig
/bin/rm -f *.o *.lo *.a core core.* .*~ *~ *.bak
/bin/rm -f *.exe *.res *.cgi
/bin/rm -f 1 2 3 4 ID TAGS *.orig
/bin/rm -f *.o *.lo *.a core core.* .*~ *~ *.bak
/bin/rm -f *.exe *.res *.cgi
/bin/rm -f 1 2 3 4 ID TAGS *.orig
/bin/rm -f *_stamp
/bin/rm -f *.o *.lo *.a core core.* .*~ *~ *.bak
/bin/rm -f *.exe *.res *.cgi
/bin/rm -f 1 2 3 4 ID TAGS *.orig apcupsd apctest apcaccess smtp
/bin/rm -f devicedbg
/bin/rm -f *.o *.lo *.a core core.* .*~ *~ *.bak
/bin/rm -f *.exe *.res *.cgi
/bin/rm -f 1 2 3 4 ID TAGS *.orig
/bin/rm -f *.o *.lo *.a core core.* .*~ *~ *.bak
/bin/rm -f *.exe *.res *.cgi
/bin/rm -f 1 2 3 4 ID TAGS *.orig
/bin/rm -f *.o *.lo *.a core core.* .*~ *~ *.bak
/bin/rm -f *.exe *.res *.cgi
/bin/rm -f 1 2 3 4 ID TAGS *.orig
make[2]: Nothing to be done for `clean'.
/bin/rm -f *.o *.lo *.a core core.* .*~ *~ *.bak
/bin/rm -f *.exe *.res *.cgi
/bin/rm -f 1 2 3 4 ID TAGS *.orig
/bin/rm -f *.o *.lo *.a core core.* .*~ *~ *.bak
/bin/rm -f *.exe *.res *.cgi
/bin/rm -f 1 2 3 4 ID TAGS *.orig
/bin/rm -f *.o *.lo *.a core core.* .*~ *~ *.bak
/bin/rm -f *.exe *.res *.cgi
/bin/rm -f 1 2 3 4 ID TAGS *.orig
find . -type f -size 0 -exec /bin/rm -f {} \;
cut: stdin: Illegal byte sequence
cut: stdin: Illegal byte sequence


Configuration on Thu Aug 31 08:48:15 CDT 2006:

  Host:                       powerpc-apple-darwin8.7.0 -- darwin 8.7.0
  Apcupsd version:            3.13.8 (08 August 2006)
  Source code location:       .
  Install binaries:           /sbin
  Install config files:       /etc/apcupsd
  Install man files:          /usr/share/man
  Nologin file in:            /etc
  PID directory:              /var/run
  LOG dir (events, status)    /var/log
  LOCK dir (for serial port)  /var/tmp
  Power Fail dir              /etc/apcupsd
  Compiler:                   /usr/bin/g++
  Compiler flags:             -g -O2 -Wall
  Linker flags:               -g -O
  Host and version:           darwin 8.7.0
  Shutdown Program:           /sbin/shutdown
  Port/Device:                /dev/tty.ups
  Network Info Port (CGI):    3551
  UPSTYPE                     usb
  UPSCABLE                    usb

  drivers (no-* are disabled): apcsmart dumb net generic-usb no-snmp no-pcnet no-test

  enable-nis:                 yes
  with-nisip:                 0.0.0.0
  enable-cgi:                 no
  with-cgi-bin:               /etc/apcupsd
  with-libwrap:              
  enable-nls:                 no
  enable-libintl:             no
  enable-powerflute:          no
  enable-pthreads:            yes
  enable-dist-install:        yes
  enable-gapcmon:             no
 
[dblache on g5-david (ttyp1) apcupsd-3.13.8/]# make

/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apcupsd.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apcconfig.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apcerror.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apcevents.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apcexec.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   options.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   reports.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apcfile.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   action.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apcnis.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apclibnis.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apclock.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   device.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apclog.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apclog.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   smartoper.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apctest.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apcsignal.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apcsignal.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   smartsetup.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apcstatus.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apcstatus.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   smarteeprom.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   asys.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   smartsetup2.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   asys.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   newups.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   newups.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   smart.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   md5.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   md5.c
ar rc libapc.a apcconfig.o apcerror.o apcevents.o apcexec.o apcfile.o apclibnis.o apclock.o apclog.o apcsignal.o apcstatus.o asys.o newups.o md5.o
/usr/bin/ranlib libapc.a
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   parse.c
ar rc libapc.a apcconfig.o apcerror.o apcevents.o apcexec.o apcfile.o apclibnis.o apclock.o apclog.o apcsignal.o apcstatus.o asys.o newups.o md5.o
/usr/bin/ranlib libapc.a
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   apcaccess.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   smtp.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   data.c
ar rc libapcsmart.a smartoper.o smartsetup.o smarteeprom.o smartsetup2.o smart.o
/usr/bin/ranlib libapcsmart.a
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   dumboper.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   descr.c
ar rc libusbhid.a parse.o data.o descr.o
/usr/bin/ranlib libusbhid.a
gcc -g -O apcaccess.o /Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/src/lib/libapc.a  -lpthread  -lsupc++ -o apcaccess
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   dumboper.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   drivers.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   dumbsetup.c
gcc -g -O smtp.o /Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/src/lib/libapc.a  -lpthread  -lsupc++ -o smtp
ar cru libdrivers.a apcsmart/*.o
make[2]: *** No rule to make target `dumb/libdumb.a', needed by `dumb_stamp'.  Stop.
make[2]: *** Waiting for unfinished jobs....
/usr/bin/ranlib libdrivers.a
make[2]: *** Waiting for unfinished jobs....
touch apcsmart_stamp
make[2]: *** Waiting for unfinished jobs....
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   drivers.c
make[2]: *** No rule to make target `dumb/libdumb.a', needed by `dumb_stamp'.  Stop.
make[2]: *** Waiting for unfinished jobs....
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   dumbsetup.c
ar rc libdumb.a dumboper.o dumbsetup.o
/usr/bin/ranlib libdumb.a
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   net.c
ar rc libdumb.a dumboper.o dumbsetup.o
/usr/bin/ranlib libdumb.a
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   net.c
ar rc libnet.a net.o
/usr/bin/ranlib libnet.a
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   usb.c
make[3]: *** No rule to make target `generic/libpusb.a', needed by `libusb.a'.  Stop.
make[3]: *** Waiting for unfinished jobs....
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include -I.. -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/src/libusbhid  generic-usb.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include -I.. -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/src/libusbhid  hidutils.c
ar rc libnet.a net.o
/usr/bin/ranlib libnet.a
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include -I.. -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/src/libusbhid  generic-usb.c
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include   usb.c
make[3]: *** No rule to make target `generic/libpusb.a', needed by `libusb.a'.  Stop.
make[3]: *** Waiting for unfinished jobs....
/usr/bin/g++ -c -fno-exceptions -fno-rtti -g -O2 -Wall   -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/include -I.. -I/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/src/libusbhid  hidutils.c
ar rc libpusb.a generic-usb.o hidutils.o
/usr/bin/ranlib libpusb.a
make[1]: *** [/Users/dblache/Desktop/apcupsd/apcupsd-3.13.8/src/drivers/libdrivers.a] Error 2
make[1]: *** Waiting for unfinished jobs....
ar rc libpusb.a generic-usb.o hidutils.o
/usr/bin/ranlib libpusb.a
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Apcupsd-users mailing list
Apcupsd-users@...
https://lists.sourceforge.net/lists/listinfo/apcupsd-users

 « Return to Thread: apcupsd-3.13.8 on Darwin with GCC 4.0.1 - Error during make, make install