KisoCD
current info

|
| |
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
autoconf >= 2.50
Apparently the current config does not work with autoconf versions
2.50 and newer. There is no solution yet, you have to use an older version...
Different versions of cdrecord/mkisofs (cdrtools)
To work properly, KisoCD needs to know which version you use:
If you use cdrecord version 1.9.X call
kisocd.sh -c109
If you use cdrecord version 1.10.X call
kisocd.sh -c110
The same applies to kisocdII.sh.
The current default is to use version 1.8.X.
|
|