[PPL-devel] PPL fails to build on SGI

Roberto Bagnara bagnara at cs.unipr.it
Mon Aug 31 20:12:27 CEST 2009


Tovrea, George W (US SSA) wrote:
> System:
> 
> uname -m = IP35
> uname -r = 6.5
> uname -s = IRIX64
> uname -v = 07010238
> 
> /usr/bin/uname -p = mips
> /bin/uname -X     = unknown
> 
> Error:
> 
> /home/users/tovrea/local/sgi6/bin/g++ -DHAVE_CONFIG_H -I. -I/home/users/tovrea/GCC_SGI2/ppl-0.10.2/src -I..  -I.. -I/home/users/tovrea/GCC_SGI2/ppl-0.10.2/src  -I/home/users/tovrea/local/sgi6/include  -g -O2 -frounding-math  -W -Wall -MT ppl-config.o -MD -MP -MF .deps/ppl-config.Tpo -c -o ppl-config.o ppl-config.cc
> ppl-config.cc:131: error: 'no_argument' was not declared in this scope
> ppl-config.cc:132: error: 'required_argument' was not declared in this scope
> ppl-config.cc:133: error: 'required_argument' was not declared in this scope
> ppl-config.cc:134: error: 'no_argument' was not declared in this scope
> ppl-config.cc:135: error: 'no_argument' was not declared in this scope
> ppl-config.cc:136: error: 'optional_argument' was not declared in this scope
> ppl-config.cc:137: error: 'optional_argument' was not declared in this scope
> ppl-config.cc:138: error: 'no_argument' was not declared in this scope
> ppl-config.cc:139: error: 'no_argument' was not declared in this scope
> ppl-config.cc:140: error: 'no_argument' was not declared in this scope
> ppl-config.cc:141: error: 'no_argument' was not declared in this scope
> ppl-config.cc:142: error: 'no_argument' was not declared in this scope
> ppl-config.cc:143: error: 'no_argument' was not declared in this scope
> ppl-config.cc:144: error: 'no_argument' was not declared in this scope
> ppl-config.cc:145: error: 'no_argument' was not declared in this scope
> ppl-config.cc:146: error: 'no_argument' was not declared in this scope
> ppl-config.cc:147: error: 'no_argument' was not declared in this scope
> ppl-config.cc:148: error: 'no_argument' was not declared in this scope
> ppl-config.cc:149: error: 'no_argument' was not declared in this scope
> ppl-config.cc:150: error: 'no_argument' was not declared in this scope
> ppl-config.cc:151: error: 'no_argument' was not declared in this scope
> ppl-config.cc:152: error: 'no_argument' was not declared in this scope
> ppl-config.cc:153: error: 'no_argument' was not declared in this scope
> ppl-config.cc:154: error: 'no_argument' was not declared in this scope
> ppl-config.cc:155: error: 'no_argument' was not declared in this scope
> ppl-config.cc:156: error: 'no_argument' was not declared in this scope
> ppl-config.cc:158: error: elements of array '<unnamed>::option <unnamed>::long_options []' have incomplete type
> ppl-config.cc:158: error: storage size of '<unnamed>::long_options' isn't known
> ppl-config.cc: In function 'void<unnamed>::process_options(int, char**)':
> ppl-config.cc:254: error: 'getopt_long' was not declared in this scope
> ma

Hi Bill,

it looks like the definition of getopt, on your system, is either missing
or different from what we expect .
Can you please send (in compressed form) the config.log file
and the output of the command 'man 3 getopt'?
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