octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #54235] problems building Octave on Solaris


From: Rik
Subject: [Octave-bug-tracker] [bug #54235] problems building Octave on Solaris
Date: Mon, 9 Jul 2018 13:34:22 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #52, bug #54235 (project octave):

Although kind of strange, the libtool message is only a warning, not an
error:


libtool: warning:
'/opt/csw/lib/gcc/sparc-sun-solaris2.10/4.9.2/../../../libstdc++.la' seems to
be moved


The actual errors start with OpenGL


In file included from libinterp/corefcn/oct-opengl.h:41:0,
                 from libinterp/dldfcn/__init_fltk__.cc:98:
/opt/csw/include/GL/glext.h:5104:96: error: ‘GLintptr’ has not been
declared
 typedef void (APIENTRYP PFNGLBINDBUFFERRANGEPROC) (GLenum target, GLuint
index, GLuint buffer, GLintptr offset, GLsizeiptr size);
               ^
/opt/csw/include/GL/glext.h:5104:113: error: ‘GLsizeiptr’ has not been
declared
 typedef void (APIENTRYP PFNGLBINDBUFFERRANGEPROC) (GLenum target, GLuint
index, GLuint buffer, GLintptr offset, GLsizeiptr size);
                                ^


So, could you go back to configuring a minimal Octave that does not include
OpenGL, Qt, or FLTK with


./configure --without-opengl --without-qt --without-fltk --disable-java


It seems like you might be actually close to building a CLI-version of Octave
which would be a good starting point for slowly adding the rest.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54235>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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