hey gimpel ! thanx for the info, i've fixed this by creating a symbolic link, but i think that could be created in the ebuild isn't it ?
On 8/7/07, Thomas Kuther <[EMAIL PROTECTED]> wrote: > On Di, 07.08.07 12:17 "kRAkEn/gORe" <[EMAIL PROTECTED]> wrote: > > > i've emerged lash (and ladcca in turn) and i stated that the headers > > are actually in > > > > /usr/include/ladcca-1.0/ladcca/* > > /usr/include/lash-1.0/lash/* > > > > but in other distros they are > > > > /usr/include/ladcca/* > > /usr/include/lash/* > > > > this way one can't use a single #include statement in his source code > > to be compiled in other platforms. > > > > could the ebuilds be changed or at least make a symbolic link by > > default ? > > > > thanx > > > > lucio > > Yo kunitoki! :) > > This has to be fixed upstream, as the ebuild runs nothing else but a > "make install" - so this seems to be intended. > > Simply use gcc `pkg-config --cflags lash-1.0` or something like that, > then #include <lash/lash.h> etc should work too. > > Cheers. > >
