bug-gnu-pspp
[Top][All Lists]
Advanced

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

PSPP-BUG: Building PSPP 0.8.2 under fedora 19


From: Alexander Hepp
Subject: PSPP-BUG: Building PSPP 0.8.2 under fedora 19
Date: Fri, 28 Mar 2014 13:47:18 +0100

Dear PSPP team,
 
first of all, let me thank you for offering such a great tool under GNU license.
 
Let me state, that I am not a Linux expert. I am a Java Developer. We have created a Web Application, that offers a spss download. We have been using PSPP to convert from the syntax file we create to a .sav file.
 
Now, the issue is, that our internal hosting provider as switched their machines from Solaris to a i686 architecture (having RHEL) and we have no access to those machines to install pspp there directly. So we would have to provide a version precompiled for that machines. I have tried to have a Fedora VM on my machine (using vagrant), and I have pretty much everything configured as needed AFAIK (using yum install). All mentioned prerequisites are there.
 
But the v0.8.2 will still not build.
 
I am trying with the following configure:
./configure --without-gui --without-cairo --enable-relocatable --prefix=/vagrant/pspp
 
as we only need the .sav creation and no gui or graphs. The configure is working fine, but as soon as I run
 
make
 
I get the following errors:
 
src/output/ascii.c:154:21: error: field 'fg' has incomplete type
     struct xr_color fg;
                     ^
src/output/ascii.c:155:21: error: field 'bg' has incomplete type
     struct xr_color bg;
                     ^
src/output/ascii.c: In function 'ascii_create':
src/output/ascii.c:265:3: warning: implicit declaration of function 'parse_color' [-Wimplicit-function-declaration]
   parse_color (d, o, "background-color", "#FFFFFFFFFFFF", &a->bg);
   ^
Do you have any idea on what I could do to make it build successfully?
 
Thanks a lot for any information that you can give me.
 
Best wishes,
Alex Hepp

Attachment: config.zip
Description: config.zip


reply via email to

[Prev in Thread] Current Thread [Next in Thread]