Results 1 to 2 of 2

Thread: Issue compiling from source "./configure" works "make" fails "Error 1"

  1. #1
    Join Date
    Mar 2013
    Beans
    2

    Issue compiling from source "./configure" works "make" fails "Error 1"

    Hey guys, I've posted previously hopping for support with my new printer (xerox workcenter 6015NI) but in vain. Was hopping someone knew a way to fix the driver but it appears not. So I'm going back the the ghostscript method I found just need help with that.

    For the foohbpl driver I need ghostscript 8.54 which must be compiled from source, as the tile suggests ./configure worked fine but once I get to the make command I get this error:
    Code:
    ./src/pipe_.h:39:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]In file included from ./src/gp_unix.c:19:0:
    ./src/time_.h:47:8: error: redefinition of ‘struct timeval’
    /usr/include/i386-linux-gnu/bits/time.h:31:8: note: originally defined here
    ./src/gp_unix.c: In function ‘gp_get_realtime’:
    ./src/gp_unix.c:99:2: warning: implicit declaration of function ‘gettimeofday’ [-Wimplicit-function-declaration]
    make: *** [obj/gp_unix.o] Error 1
    This occurs very quickly after I run "make" (53 lines in terminal). I can provide any further information upon request.

    Many thanks to anyone offering help!

  2. #2
    Join Date
    Mar 2013
    Location
    Southwest USA
    Beans
    62
    Distro
    Ubuntu

    Re: Issue compiling from source "./configure" works "make" fails "Error 1"

    Maybe some ideas here: http://forum.xplico.org/viewtopic.php?p=2
    I have found it worthwhile to do a search on the error messages.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •