Re: gimp headers not found (was Re: [Gimp-developer] question of context)

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

 



Hi Gustaf,

Gustaf Barkstrom <gusb8@xxxxxxxx> writes:

> (therein lies probably the crux of my problem, "I don't know how to
> pass headers to the configure script")

You need to tell cpp and ld where to find the headers and libs by
defining environment variables:

export CPPFLAGS='-I /path/to/blah/include'
export LDFLAGS='-L /path/to/blah/lib'

before running ./configure

Note that this is only neccessary for legacy libs which do not provide
M4 macros or *-config scripts.

ciao,
--mitch


[Index of Archives]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [GEGL]     [Gimp's Home]     [Gimp on GUI]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux