On Sunday 03 May 2009 15:05:23 James Harper wrote: > > > My patch doesn't break win32 non-clustered backups so I don't think > > > it's going to break anything. I have just committed it (8781). Could > > > you please do a win64 build and either email me back with a link or > > > post a link to bug 1277 directly so that 'dmadole' can test it? > > > > It builds fine on Win32, but fails to compile on Win64: > > Please try it against 8783 >
It builds fine now. I'll post it and put a link to it in the bug report. The Win64 compile does have the following warning messages that we should eliminate fix, but not urgent: Compiling service_node.c service_node.c: In member function ‘virtual bRC service_node_t::startBackupFile(exchange_fd_context_t*, save_pkt*)’: service_node.c:64: warning: deprecated conversion from string constant to ‘WCHAR*’ Compiling storage_group_node.c Compiling store_node.c store_node.c: In member function ‘virtual bRC store_node_t::startBackupFile(exchange_fd_context_t*, save_pkt*)’: store_node.c:65: warning: deprecated conversion from string constant to ‘char*’ Compiling dbi_node.c Compiling file_node.c Linking /home/kern/bacula/k/src/win32/release64/exchange-fd.dll Creating library file: obj64/exchange-fd.a make[1]: Leaving directory `/home/kern/bacula/k/src/win32/filed/plugins' I don't know if these were there before and I didn't notice them or if it is something new ... Normally fixing it is just making sure that every use of constant strings is defined "const char". There is a temptation to use casting, but I prefer to avoid it if at all possible ... I'm rebuilding everything from scratch to see if there are similar warning messages in the Win32 build. When it is done (very shortly), I will post it as mentioned above. Regards, Kern ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
