Re: [Bacula-devel] Win32 trunk build problems

2008-09-16 Thread Kern Sibbald
Hello, It is fixed. Kern On Tuesday 16 September 2008 17:35:20 Robert Hawkins wrote: > Hello, > > I am trying to build the win32 software from the SVN trunk, using Ubuntu > 8.04, but I am getting the following build errors: > > Linking ../release/cats_mysql.dll > libcats.exp:fake:(.edata+0x134)

Re: [Bacula-devel] Win32 trunk build problems

2008-09-16 Thread Kern Sibbald
Hello, Due to the poor design of Win32, everytime there is a new subroutine or a change in any argument to a subroutine or a new external variable, the .def files must be modified. On Unix/Linux systems, this is totally automatically done by the linker. Since we do not build the Win32 version

[Bacula-devel] Win32 trunk build problems

2008-09-16 Thread Robert Hawkins
Hello, I am trying to build the win32 software from the SVN trunk, using Ubuntu 8.04, but I am getting the following build errors: Linking ../release/cats_mysql.dll libcats.exp:fake:(.edata+0x134): undefined reference to `db_update_job_end_record(JCR*, B_DB*, JOB_DBR*, bool)' collect2: ld return