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

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

[Octave-bug-tracker] [bug #48302] configure: fltk-config leaks too many


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #48302] configure: fltk-config leaks too many compiler options into FLTK_CPPFLAGS
Date: Fri, 24 Jun 2016 18:14:01 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0

Follow-up Comment #8, bug #48302 (project octave):

On Debian:


$ fltk-config --use-gl --cflags | sed 's/ \+/ \\\n    /g'
 \
    -I/usr/include/cairo \
    -I/usr/include/glib-2.0 \
    -I/usr/lib/x86_64-linux-gnu/glib-2.0/include \
    -I/usr/include/pixman-1 \
    -I/usr/include/freetype2 \
    -I/usr/include/libpng16 \
    -I/usr/include/freetype2 \
    -DCP936 \
    -D_LARGEFILE_SOURCE \
    -D_LARGEFILE64_SOURCE \
    -D_THREAD_SAFE \
    -D_REENTRANT
$ fltk-config --use-gl --cxxflags | sed 's/ \+/ \\\n    /g'
 \
    -I/usr/include/cairo \
    -I/usr/include/glib-2.0 \
    -I/usr/lib/x86_64-linux-gnu/glib-2.0/include \
    -I/usr/include/pixman-1 \
    -I/usr/include/freetype2 \
    -I/usr/include/libpng16 \
    -I/usr/include/freetype2 \
    -I/usr/include/cairo \
    -I/usr/include/glib-2.0 \
    -I/usr/lib/x86_64-linux-gnu/glib-2.0/include \
    -I/usr/include/pixman-1 \
    -I/usr/include/freetype2 \
    -I/usr/include/libpng16 \
    -fvisibility-inlines-hidden \
    -D_LARGEFILE_SOURCE \
    -D_LARGEFILE64_SOURCE \
    -D_THREAD_SAFE \
    -D_REENTRANT
$ fltk-config --use-gl --cflags | sed 's/-[^I]\S*//g'
 -I/usr/include/cairo -I/usr/include/glib -I/usr/lib/x86_64
-I/usr/include/pixman -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/freetype2      




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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