You are not logged in.
Pages: 1
Anyone who can build successeful kiso ??!
Offline
I had, and it was running fine... but not anymore:
kiso: error while loading shared libraries: libiso9660.so.4: cannot open shared object file: No such file or directory
Rebuilding it does not work:
kiso.cpp: In member function 'virtual void Mainform::showdrive()':
kiso.cpp:3594: error: 'scsi_mmc_cdb_t' was not declared in this scope
kiso.cpp:3594: error: expected `;' before 'cdb'
kiso.cpp:3596: error: 'cdb' was not declared in this scope
kiso.cpp:3601: error: 'scsi_mmc_run_cmd' was not declared in this scope
make[2]: *** [kiso.o] Error 1
I'll checkout what has changed and creates this error message, and let you know. At first sight, it seems like an issue with the current cdrtools package.
Microshaft delenda est
Offline
ok i also have this running fine before and then i have the same error on try to compile
Offline
same here
Offline
it's possible to install it with older version of libcdio.i hope fix this problem in next version..
Offline
I have tried libcdio-0.74, but that itself failed to build.
I then installed libcdio-0.70-1.pkg.tar.gz but still get the same error trying to build kiso...
Offline
Try wih libcdio 0.76 i'm with it and it works correct.
Offline
Thanks, this worked!
Offline
Err..there is a patch for compiling with libcdio 0.77 ftp://ftp.frugalware.org/pub/frugalware … -077.patch
Does it work for someone from you ?I can't get it work from me.I must applied the patch twice and then it works correctly.. ??
Offline
After patching, kiso compiled OK for me using libcdio-0.77, but now I get an error when trying to open kiso:
kiso: error while loading shared libraries: libiso9660.so.4: cannot open shared object file: No such file or directory
I have tried symlinking libiso9660.so.5 but this doesn't help.
Offline
In aur there is a kiso PKGBUILD with libcdio patch and it works correctly but you MUST remove old version of libcdio to work.
Offline
Pages: 1