[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #33585] ./configure --without-gui fails
From: |
John Darrington |
Subject: |
PSPP-BUG: [bug #33585] ./configure --without-gui fails |
Date: |
Fri, 17 Jun 2011 15:25:44 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.16) Gecko/20110107 Iceweasel/3.5.16 (like Firefox/3.5.16) |
URL:
<http://savannah.gnu.org/bugs/?33585>
Summary: ./configure --without-gui fails
Project: PSPP
Submitted by: jmd
Submitted on: Fr 17 Jun 2011 17:25:43 CEST
Category: Compilation/Portability
Severity: 5 - Average
Status: None
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: None
Effort: 0.00
_______________________________________________________
Details:
If the source is configured with the --without-gui option, then the subsequent
build step fails. The offending line seems to be this one from configure.ac
gl_NEXT_HEADERS([gtk/gtk.h])
Build errors below:
In file included from ../../gl/allocator.c:4:
./stdlib.h:35:3: error: invalid preprocessing directive
#"///usr/include/stdlib.h"
In file included from ./stdlib.h:90,
from ../../gl/allocator.c:4:
./unistd.h:44:4: error: invalid preprocessing directive
#"///usr/include/unistd.h"
In file included from ./unistd.h:68,
from ./stdlib.h:90,
from ../../gl/allocator.c:4:
./stdio.h:44:3: error: invalid preprocessing directive
#"///usr/include/stdio.h"
In file included from /usr/include/sys/types.h:133,
from ./stdio.h:58,
from ./unistd.h:68,
from ./stdlib.h:90,
from ../../gl/allocator.c:4:
./time.h:34:4: error: invalid preprocessing directive
#"///usr/include/time.h"
In file included from /usr/include/sys/select.h:44,
from /usr/include/sys/types.h:220,
from ./stdio.h:58,
from ./unistd.h:68,
from ./stdlib.h:90,
from ../../gl/allocator.c:4:
./time.h:34:4: error: invalid preprocessing directive
#"///usr/include/time.h"
In file included from ./unistd.h:68,
from ./stdlib.h:90,
from ../../gl/allocator.c:4:
./stdio.h:472: error: expected ‘)’ before ‘*’ token
./stdio.h:496: error: expected ‘)’ before ‘*’ token
./stdio.h:566: error: expected ‘)’ before ‘*’ token
./stdio.h:605: error: expected ‘)’ before ‘*’ token
./stdio.h:765: error: expected ‘)’ before ‘*’ token
./stdio.h:784: error: expected ‘)’ before ‘*’ token
./stdio.h:809: error: ‘rpl_fseek’ undeclared here (not in a function)
./stdio.h:809: warning: type defaults to ‘int’ in declaration of
‘rpl_fseek’
./stdio.h:887: error: ‘ftell’ undeclared here (not in a function)
./stdio.h:887: warning: type defaults to ‘int’ in declaration of
‘ftell’
./stdio.h:1048: error: ‘gets’ undeclared here (not in a function)
./stdio.h:1048: warning: type defaults to ‘int’ in declaration of
‘gets’
./stdio.h:1504: error: expected ‘)’ before ‘*’ token
../../gl/allocator.c:5: error: ‘malloc’ undeclared here (not in a
function)
../../gl/allocator.c:5: error: ‘realloc’ undeclared here (not in a
function)
../../gl/allocator.c:5: error: ‘free’ undeclared here (not in a function)
make[4]: *** [allocator.lo] Fehler 1
make[4]: Leaving directory `/home/john/pspp-x/BUILD/gl'
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?33585>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.gnu.org/
- PSPP-BUG: [bug #33585] ./configure --without-gui fails,
John Darrington <=