[PPL-devel] Compiling ppl-0.10.2 on Solaris Express

Roberto Bagnara bagnara at cs.unipr.it
Tue Jun 23 07:33:20 CEST 2009


Alan Pae wrote:
> This is essentially a repeat of a bug that has already been posted.
> 
> The original message can be viewed at:
> 
> http://gcc.gnu.org/ml/gcc-help/2009-04/msg00381.html
> 
> Instead of using OpenSolaris I'm using Solaris Express which is 
> essentially the same thing but contains all of the proprietary bits that 
> are stripped out to create OpenSolaris.
> 
> I'm stuck at the exact same spot with the exact same error messages and 
> was just wondering if this was going to be fixed or if there's something 
> I can do to get the compiler to move on down the road.

Hi Alan,

a possible workaround is to look at /usr/include/sys/reg.h.
If it contains, e.g.,

#ifndef _SYS_REG_H
#define _SYS_REG_H      1

then you should configure the PPL with a command of the form

   CPPFLAGS=-D_SYS_REG_H /path/to/ppl-x.y/configure ...

Please let us know how it goes.
All the best,

    Roberto

-- 
Prof. Roberto Bagnara
Computer Science Group
Department of Mathematics, University of Parma, Italy
http://www.cs.unipr.it/~bagnara/
mailto:bagnara at cs.unipr.it



More information about the PPL-devel mailing list