help-octave
[Top][All Lists]
Advanced

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

Compiling error


From: Diego Fernández Slezak
Subject: Compiling error
Date: Thu, 10 Sep 2009 12:04:03 -0400

Hello,

I'm trying to compile Octave in BlueGene.
My configure line is

./configure --disable-readline --disable-shared --disable-dl
--enable-static --target=ppc-bgp-gnu --host=ppc-bgp-gnu --without-hdf5
--without-fftw --without-x --with-x=no --without-readline
--without-gnuplot --with-blas=esslbg

When I try to compile it, it fails with the following error.
Apparently, the option --without-x and --with-x=no are not being taken
into account.
When I check the Makeconf file, I find HAVE_X_WINDOWS defined.
Any ideas?
.
.
.
/bgsys/drivers/ppcfloor/gnu-linux//bin/powerpc-bgp-linux-g++ -c
-I/bgsys/drivers/ppcfloor//include  -I. -I.. -I../liboctave -I../src
-I../libcruft/misc  -DHAVE_CONFIG_H  -Wall -W -Wshadow
-Wold-style-cast -Wformat -I/bgsys/drivers/ppcfloor//include -O3
display.cc -o display.o
display.cc:34:22: error: X11/Xlib.h: No such file or directory
display.cc: In member function ‘void display_info::init()’:
display.cc:96: error: ‘Display’ was not declared in this scope
display.cc:96: error: ‘display’ was not declared in this scope
display.cc:96: error: ‘XOpenDisplay’ was not declared in this scope
display.cc:100: error: ‘Screen’ was not declared in this scope
display.cc:100: error: ‘screen’ was not declared in this scope
display.cc:100: error: ‘DefaultScreenOfDisplay’ was not declared in this scope
display.cc:104: error: ‘DefaultDepthOfScreen’ was not declared in this scope
display.cc:106: error: ‘HeightOfScreen’ was not declared in this scope
display.cc:107: error: ‘WidthOfScreen’ was not declared in this scope
display.cc:109: error: ‘XScreenNumberOfScreen’ was not declared in this scope
display.cc:111: error: ‘DisplayHeightMM’ was not declared in this scope
display.cc:112: error: ‘DisplayWidthMM’ was not declared in this scope
make[2]: *** [display.o] Error 1
make[2]: Leaving directory `/bgpusr2/xdslezak/octave-3.2.2/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/bgpusr2/xdslezak/octave-3.2.2'
make: *** [all] Error 2



reply via email to

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