You can subscribe to this list here.
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2012 |
Jan
(4) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Kamil I. <ac...@wp...> - 2012-04-01 11:58:52
|
On 20.10.2011 22:24, Kamil Ignacak wrote: > On 20.10.2011 17:35, Davide . wrote: >> I tried to continue a multisession cd with CDW (Linux) but it was >> initialized with Nero (Microsoft). >> CDW adds files but it changes name of the files in the disc burned >> first. Why? >> >> Sorry for my english, I hope in your Help! >> >> David > > Hi David, > > I don't know what changes exactly cdw made, but I suspect that this > happens because Nero and cdw use different default ISO9660/Joliet options. cdw 0.7.1 that has been published tries to check if ISO9660 file system has been created with mkisofs/genisoimage or xorriso. If it was created with different tool, and cdw can detect it, then cdw warns user about possible problems with new sessions added to a disc. This is all that I can do for now. Kamil |
|
From: Kamil I. <ac...@wp...> - 2012-01-27 16:10:42
|
On 26.01.2012 22:19, ant...@ya... wrote: > > > Hi > > I are user of cdw 0.7.0. With the source file, I compiling and creating > file deb of cdw. > > Install with dpkg, configure option, but do not this setting. > > I use Debian Squeeze, with wodim, genisoimage. In windows F5 or F3 of > option setting > -I do not remember exactly- of cdw 0.7.0, do not possible setup this option! > > It not possible to write or choose the pathexecutables, as wodim and > others program. Hi Antispammbox! If the only programs that you have installed are wodim and genisoimage, then cdw will be unable to find them. cdw looks for executables called "cdrecord" and "mkisofs". If I remember correctly then both wodim and genisoimages provided symbolic links caled "cdrecord" and "mkisofs". It seems that this is no longer true, and so you can't choose paths to executables. A quick solution would be to create symbolic links yourself. On my desktop computer I have "cdrecord" and "mkisofs" symlinks in ~/bin/ directory, and the directory is added to my PATH environment variable. This solution works well. I realize that the situation isn't perfect, and that it can be considered as a bug, but the immediate solution is available, and is quite simple. Please let me know if you have installed xorriso or growisofs, but you can't see them in cdw's configuration panel - that would be a different matter. Best regards, Kamil |
|
From: <ant...@ya...> - 2012-01-26 21:19:42
|
Hi I are user of cdw 0.7.0. With the source file, I compiling and creating file deb of cdw. Install with dpkg, configure option, but do not this setting. I use Debian Squeeze, with wodim, genisoimage. In windows F5 or F3 of option setting -I do not remember exactly- of cdw 0.7.0, do not possible setup this option! It not possible to write or choose the pathexecutables, as wodim and others program. Thanks Regards |
|
From: Kamil I. <ac...@wp...> - 2012-01-21 17:25:11
|
Hi! > I user of Debian Squeeze, and try compiling cdw 0.7.x with checkinstall > -D from source > file, but appears many errors: Which version exactly are you using? I have released only 0.7.0, but the error log below suggests that you are using the latest code from CSV. This would be a bad idea, since CVS HEAD may be sometimes broken > ../../src/user_interface/cdw_ncurses.h:47: error: expected ‘)’ before > ‘*’ token This (and similar) error makes me think that you don't have ncurses headers installed (that would be libncursesw5-dev Debian package). > ../../src/disc_and_drive/cdw_disc.h:7:26: error: cdio/iso9660.h: No such > file or directory > ../../src/disc_and_drive/cdw_disc.h:8:29: error: libburn/libburn.h: No > such file or directory > In file included from ../../src/disc_and_drive/cdw_disc.h:11, > from cdw_read_disc_info.c:24: > ../../src/disc_and_drive/cdw_cdio.h:6:23: error: cdio/cdio.h: No such > file or directory > ../../src/disc_and_drive/cdw_cdio.h:7:27: error: cdio/cd_types.h: No > such file or directory This would suggest that you don't have some other headers installed. The packages would be libburn-dev and libcdio-dev. > In file included from cdw_read_disc_info.c:24: > ../../src/disc_and_drive/cdw_disc.h:76: error: expected > specifier-qualifier-list before ‘ssize_t’ > ../../src/disc_and_drive/cdw_disc.h:120: error: expected > specifier-qualifier-list before ‘off_t’ This is interesting. Which hardware platform do you use? > How to solve these error? Please make sure that you have installed all the mentioned packages. If the errors persist we will look for other possible causes. Best regards, Kamil |
|
From: <ant...@ya...> - 2012-01-21 13:56:57
|
Hi all I user of Debian Squeeze, and try compiling cdw 0.7.x with checkinstall -D from source file, but appears many errors: The log file: :/home/user/Downloads/cdw/src# checkinstall -D checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran Questo software è rilasciato sotto i termini della licenza GNU GPL. ***************************************** **** Debian package creation selected *** ***************************************** Il pacchetto verrà costruito con le seguenti caratteristiche: 0 - Maintainer: [ root@user ] 1 - Summary: [ Package created with checkinstall 1.6.2 ] 2 - Name: [ src ] 3 - Version: [ 20120121 ] 4 - Release: [ 1 ] 5 - License: [ GPL ] 6 - Group: [ checkinstall ] 7 - Architecture: [ i386 ] 8 - Source location: [ src ] 9 - Alternate source location: [ ] 10 - Requires: [ ] 11 - Provides: [ src ] 12 - Conflicts: [ ] 13 - Replaces: [ ] Inserisci il corrispondente numero per cambiare una caratteristica (seguito da INVIO) oppure premere INVIO per continuare: Installing with make install... ========================= Risultato installazione =========================== Making install in tasks make[1]: Entering directory `/home/user/Downloads/cdw/src/tasks' gcc -DHAVE_CONFIG_H -I. -I../.. -D _FILE_OFFSET_BITS=64 -I../../src/ -I../../src/external_tools/ -I../../src/tasks/ -I../../src/utilities/ -I../../src/user_interface/widgets/ -I../../src/user_interface/ -I../../src/configuration/ -I../../src/native_file_system/ -I../../src/optical_file_systems/ -I../../src/disc_and_drive/ -I../../gnulib/lib/ -DNDEBUG -std=gnu99 -O2 -g -O2 -MT cdw_read_disc_info.o -MD -MP -MF .deps/cdw_read_disc_info.Tpo -c -o cdw_read_disc_info.o cdw_read_disc_info.c In file included from ../../src/user_interface/cdw_processwin.h:8, from cdw_read_disc_info.c:22: ../../src/user_interface/cdw_ncurses.h:47: error: expected ‘)’ before ‘*’ token ../../src/user_interface/cdw_ncurses.h:50: error: expected ‘)’ before ‘*’ token ../../src/user_interface/cdw_ncurses.h:51: error: expected ‘)’ before ‘*’ token ../../src/user_interface/cdw_ncurses.h:52: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token ../../src/user_interface/cdw_ncurses.h:53: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token In file included from ../../src/user_interface/cdw_processwin.h:8, from cdw_read_disc_info.c:22: ../../src/user_interface/cdw_ncurses.h:54: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token ../../src/user_interface/cdw_ncurses.h:55: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token ../../src/user_interface/cdw_ncurses.h:56: error: expected ‘)’ before ‘*’ token In file included from cdw_read_disc_info.c:22: ../../src/user_interface/cdw_processwin.h:37: error: expected declaration specifiers or ‘...’ before ‘chtype’ In file included from cdw_read_disc_info.c:24: ../../src/disc_and_drive/cdw_disc.h:7:26: error: cdio/iso9660.h: No such file or directory ../../src/disc_and_drive/cdw_disc.h:8:29: error: libburn/libburn.h: No such file or directory In file included from ../../src/disc_and_drive/cdw_disc.h:11, from cdw_read_disc_info.c:24: ../../src/disc_and_drive/cdw_cdio.h:6:23: error: cdio/cdio.h: No such file or directory ../../src/disc_and_drive/cdw_cdio.h:7:27: error: cdio/cd_types.h: No such file or directory In file included from ../../src/disc_and_drive/cdw_cdio.h:10, from ../../src/disc_and_drive/cdw_disc.h:11, from cdw_read_disc_info.c:24: ../../src/optical_file_systems/cdw_ofs.h:24: error: expected specifier-qualifier-list before ‘cdio_fs_t’ ../../src/optical_file_systems/cdw_ofs.h:49: error: expected ‘)’ before ‘fs’ ../../src/optical_file_systems/cdw_ofs.h:50: error: expected ‘)’ before ‘fs’ ../../src/optical_file_systems/cdw_ofs.h:53: error: expected ‘)’ before ‘fs’ In file included from ../../src/disc_and_drive/cdw_disc.h:11, from cdw_read_disc_info.c:24: ../../src/disc_and_drive/cdw_cdio.h:43: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘cdw_cdio_get_disc_mode’ ../../src/disc_and_drive/cdw_cdio.h:44: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘cdw_cdio_get_first_track_number’ ../../src/disc_and_drive/cdw_cdio.h:46: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘cdw_cdio_get_first_track’ ../../src/disc_and_drive/cdw_cdio.h:47: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘cdw_cdio_get_last_track’ ../../src/disc_and_drive/cdw_cdio.h:48: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘cdw_cdio_get_number_of_tracks’ ../../src/disc_and_drive/cdw_cdio.h:49: error: expected ‘)’ before ‘t’ ../../src/disc_and_drive/cdw_cdio.h:50: error: expected ‘)’ before ‘t’ ../../src/disc_and_drive/cdw_cdio.h:53: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘cdw_cdio_get_fs_type’ ../../src/disc_and_drive/cdw_cdio.h:60: error: expected ‘)’ before ‘track’ In file included from cdw_read_disc_info.c:24: ../../src/disc_and_drive/cdw_disc.h:76: error: expected specifier-qualifier-list before ‘ssize_t’ ../../src/disc_and_drive/cdw_disc.h:120: error: expected specifier-qualifier-list before ‘off_t’ ../../src/disc_and_drive/cdw_disc.h:151: error: expected specifier-qualifier-list before ‘discmode_t’ In file included from cdw_read_disc_info.c:25: ../../src/user_interface/cdw_window.h:7: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token In file included from cdw_read_disc_info.c:25: ../../src/user_interface/cdw_window.h:8: error: expected ‘)’ before ‘*’ token ../../src/user_interface/cdw_window.h:9: error: expected ‘)’ before ‘*’ token ../../src/user_interface/cdw_window.h:10: error: expected ‘)’ before ‘*’ token ../../src/user_interface/cdw_window.h:11: error: expected ‘)’ before ‘*’ token In file included from cdw_read_disc_info.c:26: ../../src/user_interface/cdw_main_window.h:73: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token ../../src/user_interface/cdw_main_window.h:74: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token ../../src/user_interface/cdw_main_window.h:75: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token In file included from ../../src/user_interface/cdw_widgets.h:9, from cdw_read_disc_info.c:27: ../../src/user_interface/widgets/cdw_dropdown.h:10: error: expected specifier-qualifier-list before ‘WINDOW’ ../../src/user_interface/widgets/cdw_dropdown.h:46: error: expected ‘)’ before ‘*’ token ../../src/user_interface/widgets/cdw_dropdown.h:47: error: expected ‘)’ before ‘*’ token In file included from ../../src/user_interface/cdw_widgets.h:10, from cdw_read_disc_info.c:27: ../../src/user_interface/widgets/cdw_button.h:9: error: expected specifier-qualifier-list before ‘WINDOW’ ../../src/user_interface/widgets/cdw_button.h:24: error: expected ‘)’ before ‘*’ token In file included from ../../src/user_interface/cdw_widgets.h:11, from cdw_read_disc_info.c:27: ../../src/user_interface/widgets/cdw_checkbox.h:8: error: expected specifier-qualifier-list before ‘WINDOW’ ../../src/user_interface/widgets/cdw_checkbox.h:20: error: expected ‘)’ before ‘*’ token In file included from ../../src/user_interface/cdw_widgets.h:12, from cdw_read_disc_info.c:27: ../../src/user_interface/widgets/cdw_input_line.h:9: error: expected specifier-qualifier-list before ‘WINDOW’ ../../src/user_interface/widgets/cdw_input_line.h:31: error: expected ‘)’ before ‘*’ token In file included from cdw_read_disc_info.c:28: ../../src/disc_and_drive/cdw_drive.h:53: error: expected ‘)’ before ‘*’ token cdw_read_disc_info.c: In function ‘cdw_read_and_display_disc_info’: cdw_read_disc_info.c:235: error: ‘LINES’ undeclared (first use in this function) cdw_read_disc_info.c:235: error: (Each undeclared identifier is reported only once cdw_read_disc_info.c:235: error: for each function it appears in.) cdw_read_disc_info.c:236: error: ‘COLS’ undeclared (first use in this function) cdw_read_disc_info.c:237: error: ‘WINDOW’ undeclared (first use in this function) cdw_read_disc_info.c:237: error: ‘window’ undeclared (first use in this function) cdw_read_disc_info.c:237: warning: implicit declaration of function ‘cdw_window_new’ cdw_read_disc_info.c:237: error: expected expression before ‘)’ token cdw_read_disc_info.c:245: error: expected expression before ‘)’ token cdw_read_disc_info.c:249: error: ‘subwindow’ undeclared (first use in this function) cdw_read_disc_info.c:253: error: expected expression before ‘)’ token cdw_read_disc_info.c:255: warning: implicit declaration of function ‘delwin’ cdw_read_disc_info.c:256: error: expected expression before ‘)’ token cdw_read_disc_info.c:260: warning: implicit declaration of function ‘wrefresh’ cdw_read_disc_info.c:265: warning: implicit declaration of function ‘mvwprintw’ cdw_read_disc_info.c:274: error: ‘cdw_disc_t’ has no member named ‘state_empty’ cdw_read_disc_info.c:280: error: ‘cdw_disc_t’ has no member named ‘ofs’ cdw_read_disc_info.c:283: error: ‘cdw_disc_t’ has no member named ‘n_tracks’ cdw_read_disc_info.c:292: error: ‘cdw_disc_t’ has no member named ‘type_writable’ cdw_read_disc_info.c:293: error: ‘cdw_disc_t’ has no member named ‘state_writable’ cdw_read_disc_info.c:299: error: ‘cdw_disc_t’ has no member named ‘state_writable’ cdw_read_disc_info.c:313: error: ‘cdw_disc_t’ has no member named ‘type_writable’ cdw_read_disc_info.c:336: error: ‘cdw_disc_t’ has no member named ‘type_erasable’ cdw_read_disc_info.c:340: error: ‘cdw_disc_t’ has no member named ‘type_erasable’ cdw_read_disc_info.c:357: error: ‘cdw_disc_t’ has no member named ‘ofs’ cdw_read_disc_info.c:362: warning: implicit declaration of function ‘wgetch’ cdw_read_disc_info.c:365: error: expected expression before ‘)’ token cdw_read_disc_info.c:367: error: expected expression before ‘)’ token make[1]: *** [cdw_read_disc_info.o] Error 1 make[1]: Leaving directory `/home/user/Downloads/cdw/src/tasks' make: *** [install-recursive] Error 1 **** Installazione fallita. Creazione del paccheto annullata. Pulitura in corso...OK Ciao. How to solve these error? Thanks Regards |
|
From: Kamil I. <ac...@wp...> - 2011-10-20 20:22:34
|
On 20.10.2011 17:35, Davide . wrote: > I tried to continue a multisession cd with CDW (Linux) but it was > initialized with Nero (Microsoft). > CDW adds files but it changes name of the files in the disc burned > first. Why? > > Sorry for my english, I hope in your Help! > > David Hi David, I don't know what changes exactly cdw made, but I suspect that this happens because Nero and cdw use different default ISO9660/Joliet options. Perhaps cdw, since it uses its own defaults, modifies properties of whole new disc (old/Nero session and new/cdw session). The options that cdw uses (i.e. passes them to mkisofs) that may affect file names are: -joliet-long -J -iso-level Please see mkisofs man page for more details. It may also be "fault" of Nero, perhaps it uses some non-standard ISO9660/Joliet options that cdw/mkisofs can't handle in any way. This all is just my guess, as I haven't made any tests with discs created with Nero. If you could send me examples of changes of file names then I may know better what has happened, and if anything can be done about this. Best regards, Kamil |
|
From: Davide . <dav...@ho...> - 2011-10-20 15:35:07
|
I tried to continue a multisession cd with CDW (Linux) but it was initialized with Nero (Microsoft).CDW adds files but it changes name of the files in the disc burned first. Why? Sorry for my english, I hope in your Help! David |