Menu

#1 Can#T compile PEPSal on Gentoo Linux

open
nobody
None
5
2011-03-24
2011-03-24
Anonymous
No

Dear Devels,

unfortunately i can't compile PEPSal on different Gentoo Linuxes as i alwas get the same error:

Making all in src
make[1]: Entering directory `/usr/local/src/pepsal-2.0.1/src'
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -MT pep.o -MD -MP -MF .deps/pep.Tpo -c -o pep.o pep.c
In file included from ../include/pepdefs.h:4:0,
from ../include/pepsal.h:16,
from pep.c:13:
/usr/include/sys/user.h:32:3: Fehler: expected specifier-qualifier-list before »__uint16_t«
pep.c: In Funktion »queuer_loop«:
pep.c:619:9: Warnung: format »%d« erwartet Typ »int«, aber Argument 4 hat Typ »ssize_t«
pep.c:623:5: Warnung: format »%d« erwartet Typ »int«, aber Argument 4 hat Typ »ssize_t«
make[1]: *** [pep.o] Fehler 1
make[1]: Leaving directory `/usr/local/src/pepsal-2.0.1/src'
make: *** [all-recursive] Fehler 1

pls see attached config.log for more details.

I tried to play with different compiler flags as described within INSTALL without any further luck. Maybe user.h is included at a wrong place?

Many thanks for any help in advance.

cheers,

Niels Dettenbach.
---
http://www.syndicat.com

Discussion

  • Nobody/Anonymous

    config.log

     
  • Dan Kruchinin

    Dan Kruchinin - 2011-04-15

    Have you tried the latest version from svn?
    Also can you try to make the following:
    % make distclean
    % ./bootstrap
    % make

    Thanks.

     
  • Dan Kruchinin

    Dan Kruchinin - 2011-04-15

    Oops, I pointed wrong sequence of commands. The right one is:
    % make distclean
    % ./bootstrap
    % ./configure
    % make

     

Log in to post a comment.

MongoDB Logo MongoDB