[Kst] kst2 problems...

Adam Treat treat at kde.org
Thu Sep 27 16:47:04 CEST 2007


On Thursday 27 September 2007, Brisset, Nicolas wrote:
> I wanted to try kst2 again since it can now actually load data from a file,
> and I ran into some problems:
>
> 1) Compilation fails on the tests subdir:
>
> cd tests/ && make -f Makefile
> make[1]: Entering directory
> `/dk/ouvea-3510-0/users/brisset/kst2/kst/build/tests' compiling
> ../../tests/main.cpp
> ../../tests/main.cpp:25:26: testeqparser.h : Aucun fichier ou répertoire de
> ce type ../../tests/main.cpp: Dans function « int main(int, char**) »:
> ../../tests/main.cpp:57: error: `TestEqParser' undeclared (first use this
>    function)
> ../../tests/main.cpp:57: error: (Each undeclared identifier is reported
> only once for each function it appears in.)
> ../../tests/main.cpp:57: error: erreur de syntaxe before `;' token
> ../../tests/main.cpp:58: error: `test10' undeclared (first use this
> function) make[1]: *** [tmp/main.o] Erreur 1
> make[1]: Leaving directory
> `/dk/ouvea-3510-0/users/brisset/kst2/kst/build/tests' make: ***
> [sub-tests-make_default-ordered] Erreur

Mike just committed this so probably easy to fix.

> 2) when running kst, and trying to change the settings in the ASCII
> datasource config dialog (called from the "Configure..." button in the "new
> vector" dialog I got a crash:
>
> kst: ../../../../src/datasources/ascii/ascii.cpp:878: virtual void
> ConfigWidgetAscii::save():  l'assertion « _cfg » a échoué.

Hah!  Yes, I am aware of this one.  We're not passing a QSettings object to 
datasource plugins yet.  That will solve that one and I am working on it.

You can still load from disk though, just don't try and configure the 
datasource.

Adam


More information about the Kst mailing list