[Kst] Can't build from source - cdf.h: No such file or directory
Barth Netterfield
netterfield at astro.utoronto.ca
Wed May 24 20:49:14 CEST 2006
For some reason the configure script is deciding that you have cdf installed,
and hence wants to build the cdf data source, even though the devel package
isn't installed.
But it can't find the cdf headers. Does your distribution have some sort of
cdf-devel package? Installing it will probably fix this.
Maybe try 'make -k/make -k install' or some such to build and install
everything else.
But it seems clear that there is a bug in the configure script... It
shouldn't be trying to build the cdf data source if you don't have the
cdf-devel package installed.
cbn
On Tuesday 23 May 2006 14:33, Frossie wrote:
> I have tried this with both the stable kst-1.2.1 from the mirror and
> the daily snapshot.
>
> My compile fails with:
>
> In file included from cdf.cpp:18:
> cdf_source.h:22:17: cdf.h: No such file or directory
>
> Indeed there is no cdf.h in the tarball. But it is included in cdf_source.h
>
> #include <cdf.h>
>
> This lack is correctly identified in the configure:
>
> checking for cdf.h... no
> checking for CDFlib in -lcdf... yes
> ./configure: line 34518: test: =: unary operator expected
> _______________________________________________
> Kst mailing list
> Kst at kde.org
> https://mail.kde.org/mailman/listinfo/kst
More information about the Kst
mailing list