Thread: [Kmatplot-general] bug in export-function?
Brought to you by:
kamil
From: Gernot S. <ge...@th...> - 2002-01-17 14:28:20
|
hello all, i am using kmatplot 0.3-1 with KDE 2.2.1 and i wonder about some strange results of kmatplots export-function. i want to export a figure using the option 'users program' in the exports menu. but the EPS/PS/PDF created by the function is white. that means that nothing is seen when i display the file with acroread or ghostview though the file has a considerable size. if understood correctly this function is just sending the data through a temporary file to ghostscript. so i modified the programm call to 'cp %1 %2' to have a look on the temporary data. with the same result. no picture. does anyone know how to cope with that problem or where i have to look for my error? thank you, gernot -- ************************************************************************ Gernot Schmidt ge...@th... TU Dresden - Inst. f. Theor. Physik Zellescher Weg 17, Zi. A 138 Tel. 0351 463 34034 |
From: Kamil <kam...@po...> - 2002-01-18 18:28:47
|
Dnia czw 17. stycze? 2002 15:28, napisa?e?: > hello all, > > i am using kmatplot 0.3-1 with KDE 2.2.1 and i wonder about > some strange results of kmatplots export-function. > i want to export a figure using the option 'users program' > in the exports menu. but the EPS/PS/PDF created by the > function is white. that means that nothing is seen when i > display the file with acroread or ghostview though the file > has a considerable size. if understood correctly this > function is just sending the data through a temporary file > to ghostscript. so i modified the programm call to 'cp %1 > %2' to have a look on the temporary data. with the same > result. no picture. > > does anyone know how to cope with that problem or where i > have to look for my error? > > thank you, > gernot I try to find the reason. Now you can try printing to a file, choosing File/Printer Setup/Print to file. PS. Are you using kmatplot 0.3-1 or ( recommended ) kmatplot 0.3.1-1 ? |
From: Jeff L. <lay...@be...> - 2002-01-20 01:55:18
|
Hello, I'm trying to kmatplot-0.3.1 on a fresh RH7.2 box. I've gotten past the ./configure stage, but when it is compiling, I get the following messages: make[3]: Entering directory `/home/laytonj/src/kmatplot-0.3.1/kmatplot/part' /bin/sh ../../libtool --mode=link --tag=CXX c++ -O2 -fno-exceptions -fno-check-new -o libkmatplot.la -rpath /usr/lib -L/usr/lib/qt-2.3.1/lib -L/usr/X11R6/lib -version-info 1:0:0 -module ksmatrix.lo ksdelunay.lo ksglobalmatrixlist.lo qscobjects.lo ksworkbook.lo kscommands.lo qsctools.lo ksprojectxml.lo kmatplotfactory.lo kmatplotpart.lo kspanelmanager.lo ksobjectfactory.lo ksdataobjectfactory.lo ksdatasymbolfactory.lo qsctools.moc.lo ksglobalmatrixlist.moc.lo kmatplotfactory.moc.lo kmatplotpart.moc.lo ksdelunay.moc.lo ksmatrix.moc.lo ksworkbook.moc.lo qscobjects.moc.lo kspanelmanager.moc.lo libkmatplot_la_meta_unload.lo ../widgets/libplot.la ../formula/libformula.la ../dialogs/libdialogs.la /usr/lib/libkparts.la -lXmu -lMesaGL -lMesaGLU -lX11 -lresolv grep: /usr/lib/libfam.la: No such file or directory sed: can't read /usr/lib/libfam.la: No such file or directory libtool: link: `/usr/lib/libfam.la' is not a valid libtool archive make[3]: *** [libkmatplot.la] Error 1 make[3]: Leaving directory `/home/laytonj/src/kmatplot-0.3.1/kmatplot/part' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/laytonj/src/kmatplot-0.3.1/kmatplot' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/laytonj/src/kmatplot-0.3.1' make: *** [all-recursive-am] Error 2 [laytonj@home2 kmatplot-0.3.1]$ Any ideas how to fix this? TIA, Jeff Layton lay...@be... |
From: Kamil <kam...@po...> - 2002-01-20 04:30:33
|
> Hello, > > I'm trying to kmatplot-0.3.1 on a fresh RH7.2 box. > I've gotten past the ./configure stage, but when it is > compiling, I get the following messages: > > make[3]: Entering directory > `/home/laytonj/src/kmatplot-0.3.1/kmatplot/part' /bin/sh ../../libtool > --mode=link --tag=CXX c++ -O2 -fno-exceptions -fno-check-new -o > libkmatplot.la -rpath /usr/lib -L/usr/lib/qt-2.3.1/lib -L/usr/X11R6/lib > -version-info 1:0:0 -module ksmatrix.lo ksdelunay.lo ksglobalmatrixlist.lo > qscobjects.lo ksworkbook.lo kscommands.lo qsctools.lo ksprojectxml.lo > kmatplotfactory.lo kmatplotpart.lo kspanelmanager.lo ksobjectfactory.lo > ksdataobjectfactory.lo ksdatasymbolfactory.lo qsctools.moc.lo > ksglobalmatrixlist.moc.lo kmatplotfactory.moc.lo kmatplotpart.moc.lo > ksdelunay.moc.lo ksmatrix.moc.lo ksworkbook.moc.lo qscobjects.moc.lo > kspanelmanager.moc.lo libkmatplot_la_meta_unload.lo ../widgets/libplot.la > ../formula/libformula.la ../dialogs/libdialogs.la /usr/lib/libkparts.la > -lXmu -lMesaGL -lMesaGLU -lX11 -lresolv grep: /usr/lib/libfam.la: No such > file or directory > sed: can't read /usr/lib/libfam.la: No such file or directory > libtool: link: `/usr/lib/libfam.la' is not a valid libtool archive > make[3]: *** [libkmatplot.la] Error 1 > make[3]: Leaving directory `/home/laytonj/src/kmatplot-0.3.1/kmatplot/part' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/laytonj/src/kmatplot-0.3.1/kmatplot' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/laytonj/src/kmatplot-0.3.1' > make: *** [all-recursive-am] Error 2 > [laytonj@home2 kmatplot-0.3.1]$ > > > Any ideas how to fix this? > It seems that 'fam' is needed by kdelibs. You will have to install fam-devel package. Kamil |