[gobolinux-devel] LibRSVG and NSPR
Giambattista Bloisi
giamby at infinito.it
Fri Feb 1 10:26:37 NZDT 2008
Hi,
I had an error while compiling LibRSVG (mozilla plugin) because the
compiler was not able to found an include file of the nspr library.
It was the "classic" issue of the file put into a subfolder so not
directly reachable by gcc.
Here my workaround:
environment=(
"CFLAGS=$CFLAGS -I$goboHeaders/nspr"
)
What about it ?
Should I commit it ?
G.
More information about the gobolinux-devel
mailing list