[Kst] kst/kst/datasources/template/Makefile.am buglet

George Staikos staikos at kde.org
Sun Apr 30 22:18:26 CEST 2006


On Saturday 22 April 2006 16:27, Dirk Eddelbuettel wrote:
> Hi again,
>
> The template needs a small modification to build as extdate functionality
> is pulled in via kstdatasource.h:
>
> edd at basebud:~/kst/kst-1.2.1/kst/kst/datasources/eddtest> diff -u
> Makefile.am~ Makefile.am --- Makefile.am~        2006-04-22
> 13:42:38.000000000 -0500
> +++ Makefile.am 2006-04-22 14:49:29.000000000 -0500
> @@ -1,4 +1,4 @@
> -INCLUDES=-I$(srcdir)/../.. $(all_includes)
> +INCLUDES=-I$(srcdir)/../.. -I$(srcdir)/../../extdate $(all_includes)
>
>  kde_module_LTLIBRARIES=kstdata_edd.la

  This is already fixed in trunk.  I'll put a patch in the branch.

> Now, while I can build a sample template, I cannot to load anything but
> ASCII. Using 1.2.1, I found the Settings->Configure KST->Data Sources
> dialog which correctly shows all dynamically loadable modules ... but each
> and every time I try to load I still default to ASCII. I must be doing
> something wrong.

  The only time ASCII returns a score of 100 is when you have filename 
patterns configured for the ASCII datasource and your file matches this 
pattern.  If that's not the case, then your datasource plugin is returning a 
score at least lower than 75.  You should return 100 if you are certain that 
the file is one of your format.

-- 
George Staikos
KDE Developer				http://www.kde.org/
Staikos Computing Services Inc.		http://www.staikos.net/


More information about the Kst mailing list