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

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

[Octave-bug-tracker] [bug #48775] provide pkg-config file


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #48775] provide pkg-config file
Date: Thu, 18 Aug 2016 13:19:45 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #3, bug #48775 (project octave):

This changes https://bitbucket.org/carandraug/octave/commits/branch/pkg-config
will create a pkg-config file for liboctave. I'm not super familiar with
automake to add 3 of them the build system properly. Should we have one
libinterp/octave/gui_pkgconfig_DATA which gets added to a general
pkgconfig_DATA ? Should these go into CLEANFILES or into one of the other
X_CLEANFILES ?

After installing, I now get this:


$ export PKG_CONFIG_PATH=/home/carandraug/.local/lib/pkgconfig/
$ pkg-config --libs octave
-L/home/carandraug/.local/lib/octave/4.1.0+ -loctave 
$ pkg-config --cflags octave
-I/home/carandraug/.local/include/octave-4.1.0+/octave


Shouldn't the include path be "/home/carandraug/.local/include/octave-4.1.0+/"
instead? So that applications would do "#include <octave/Array.h>" ?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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