On 2008-09-19, Timothy Normand Miller wrote:
> Ok, I got past all that, but now I get these build errors:
>
>
> make all-am
> make[1]: Entering directory `/home/millerti/ogp/main/trunk/tools/oga1hq'
> depbase=`echo oga1hqsim.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I.
> -I/usr/local/include/culibs-0.22.1 -g -O2 -Wall -MT oga1hqsim.o
> -MD -MP -MF $depbase.Tpo -c -o oga1hqsim.o oga1hqsim.c &&\
> mv -f $depbase.Tpo $depbase.Po
> oga1hqsim.c:56:25: error: hsip/client.h: No such file or directory
> [...]
Did you install libhsip? If so, it seems that the -I flag for the
prefix where libhsip is installed is missing. Check:
* PKG_CONFIG_PATH must list "$prefix/lib/pkgconfig" if not a standard
location. Then "pkg-config hsip --cflags" should respond with
"-I$prefix/include".
* The oga1hq configure script should pick up libhsip. Now, the above
-I flag should be transferred to HSIP_CFLAGS in the Makefile.
Send me the config.log if you want me to look at it.
_______________________________________________
Open-graphics mailing list
[email protected]
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)