kisocd-users Mailing List for KisoCD
Status: Beta
Brought to you by:
jwwulf
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(4) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jens W. W. <j.w...@gm...> - 2002-07-10 16:14:43
|
> Did anyone compile Mupo for the Palm OS? I do not know about someone who tried it and I don't think it will be that easy. You have to have a unix enviroment on your Palm (including libraries like fltk and lots of other stuff) or you'll have to rewrite the GUI thing. Possible, but some work. regards, Jens |
From: Wolfram K. <w_...@rz...> - 2002-07-09 12:58:11
|
Did anyone compile Mupo for the Palm OS? Bye bye, Wolfram. |
From: Jens W. W. <j.w...@gm...> - 2001-11-10 21:27:26
|
Hi Germain, > opt_sys.cpp:145: `SHMMAX' undeclared (first use this function) yes, this is a known issue. The homepage says: ---------------------------------- Current Info Compilation error If you get an error like opt_sys.cpp: In method `Opt_sys::Opt_sys (QWidget *, const char *, KSimpleConfig *, T_SysOptions *, bool)': opt_sys.cpp:145: `SHMMAX' undeclared (first use this function) opt_sys.cpp:145: (Each undeclared identifier is reported only once for each function it appears in.) make[3]: *** [opt_sys.o] Error 1 when compiling, please edit the file switches.h in KisoCDs source directory. Change the line #define USESHM to #define _USESHM ---------------------------------- regards, Jens |
From: Jens W. W. <j.w...@gm...> - 2001-11-09 21:27:41
|
Hi Jean, > As I have not seen how to put these parameters in kisocdII, my > question is : is it possible to introduce these parameters in > a future version of kisocd ? Of course this is possible. But I must admit that since nearly a year ago a massively restructured and enhanced (but not finished) kisocd is lying around here. So there's not much hope that there will be some future version too soon. There are lots of other more important or interesting things to do. regards, Jens |
From: Germain G. <ge...@eb...> - 2001-11-09 13:47:56
|
Hello ! I'm on a custom Mandrake system (k. 2.4.10 / KDE 2.2.1/QT 2.3.0) and I can't compile kisocdII... compilation failed with the following error : g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/lib/qt2/include -I/usr/X11R6/include -O2 -fno-exceptions -fno-rtti -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -c opt_sys.cpp opt_sys.cpp: In method `Opt_sys::Opt_sys(QWidget *, const char *, KSimpleConfig *, T_SysOptions *, bool)': opt_sys.cpp:145: `SHMMAX' undeclared (first use this function) opt_sys.cpp:145: (Each undeclared identifier is reported only once opt_sys.cpp:145: for each function it appears in.) Is it a known issue or a configuration problem on my system ? Here is a part of ./configure output: checking for Qt... libraries /usr/lib/qt2/lib, headers /usr/lib/qt2/include checking if Qt compiles without flags... yes checking for moc... /usr/lib/qt2/bin/moc checking for rpath... yes checking for KDE... libraries /usr/lib, headers /usr/include checking for KDE paths... defaults checking for elf.h... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... yes checking whether time.h and sys/time.h may both be included... yes checking for bool... (cached) yes checking for long double... yes checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking for setenv... yes checking for getdomainname... yes checking for gethostname... yes checking for usleep... yes checking for random... yes checking for S_ISSOCK... yes checking for MAXPATHLEN... 4095 updating cache ./config.cache creating ./config.status creating Makefile creating kisocdII/Makefile creating docs/Makefile creating docs/en/Makefile creating docs/hu/Makefile creating docs/fr/Makefile creating docs/se/Makefile creating docs/it/Makefile creating docs/de/Makefile creating po/Makefile creating po/hu/Makefile sed: can't read ./po/hu/Makefile.in: Aucun fichier ou répertoire de ce type creating po/fr/Makefile sed: can't read ./po/fr/Makefile.in: Aucun fichier ou répertoire de ce type creating po/se/Makefile sed: can't read ./po/se/Makefile.in: Aucun fichier ou répertoire de ce type creating po/it/Makefile sed: can't read ./po/it/Makefile.in: Aucun fichier ou répertoire de ce type creating po/de/Makefile sed: can't read ./po/de/Makefile.in: Aucun fichier ou répertoire de ce type creating config.h Thanks in advance for any help ! Germain |
From: jean r. <jea...@wa...> - 2001-11-07 08:56:48
|
I am using kisocd to save windows files and that for a good reason : it is working. Before I was using Linux with kernel 2.2.13 and libc-2.1.2 and this library was translating windows character set to iso8859-1 without intervention. Now I am using Linux with kernel 2.4.5 and libc-2.2.3 and the translation is not done, for instance a ls for a windows file with a e acute gives \202 for this character. I have not found any parameter to return to the previous situation. mkisofs with parameter -J keeps filename windows characters with their original value. I have read mkisofs documentation and seen parameters to do the translation. I took the mkisofs script generated by kisocdII and replaced the parameter -J by -jcharset cp850 -output-charset iso8859-1 and the output was correct. As I have not seen how to put these parameters in kisocdII, my question is : is it possible to introduce these parameters in a future version of kisocd ? |
From: Jens W. W. <j.w...@gm...> - 2001-10-26 19:11:39
|
Hi jean, thanks for reminding me of this. Some weeks ago another user reported the same error with autoconf 2.50. Something must have changed there; sorrily I don't have time to solve the problem... regards, Jens -- Jens Wilhelm Wulf *** j.w...@gm... Interested in comfortable CD-burning under linux/X11? Software for your Agenda VR3? Take a look at: http://kisocd.sourceforge.net |
From: jean r. <jea...@wa...> - 2001-10-24 08:36:05
|
I have change my Linux version and tried to reinstall kisocd. In the first step : make -f Makefile.dist I get the folowing messages : This Makefile is only for the CVS repository This will be deleted before making the distribution *** Concatenating configure tests into acinclude.m4 *** Retrieving configure tests needed by configure.in *** Scanning for include statements ./aclocal.m4:472: error: m4_defn: undefined macro: _m4_divert_diversion aclang.m4:173: AC_LANG_RESTORE is expanded from... ./aclocal.m4:472: the top level autoconf: tracing failed make[1]: *** [cvs] Erreur 1 make: *** [all] Erreur 2 The reason is I am using autoconf-2.52. I have tried an autoupdate but without success. Perhaps I have missed something, but to compile kisocd I had to reinstall temporarily autoconf-2.13. Is there a better solution ? |