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: Wed, 25 Jul 2018 15:21:31 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

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

I think my analysis is correct.  I altered configure.ac to fail the version
check


    if test "$ac_status" = 0; then
      AC_MSG_RESULT(yes)
      AC_DEFINE(HAVE_FREETYPE, 1, [Define to 1 if Freetype is available.])


I know the else branch is taken because I get the warning message


warn_freetype="FreeType library >= 9.03 not found.  OpenGL graphics will not
be fully functional."


But, at the summary at the end of configure I see


  fontconfig CPPFLAGS:           -I/usr/include/freetype2
  fontconfig libraries:          -lfontconfig -lfreetype
  FreeType2 CPPFLAGS:            
  FreeType2 libraries:           -lfreetype


Octave is linking in freetype even though it isn't really available.  On the
other hand, If I configure using '--without-freetype' then the summary is


  fontconfig CPPFLAGS:           -I/usr/include/freetype2
  fontconfig libraries:          -lfontconfig -lfreetype
  FreeType2 CPPFLAGS:            
  FreeType2 libraries:           




    _______________________________________________________

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]