On Friday 08 February 2008 18.11:29 John Drescher wrote: > Hi All, > make > make[1]: Entering directory > `/mnt/vg/projects/bacula/trunk/bacula/src/win32/dll' Linking > ../release/bacula.dll > find.o: In function `_Z10find_filesP3JCRP6FF_PKTPFiS2_PvbES3_': > /mnt/vg/projects/bacula/trunk/bacula/src/win32/dll/../../findlib/find.c:204 >: undefined reference to `generate_plugin_event(JCR*, bEventType, > void*)' > Creating library file: ./bacula.a > collect2: ld returned 1 exit status > make[1]: *** [../release/bacula.dll] Error 1 > make[1]: Leaving directory > `/mnt/vg/projects/bacula/trunk/bacula/src/win32/dll' \n!!!!! Make of dll > failed !!!!!\n\n > > > I see this has to do with the new plugin code. Should I just grab svn > rev 6368 (or lower) for now while this code is being developed?
Yes, when adding new subroutines, it is quite common for the Win32 version not to work -- basically because building the Win32 version involves a lot of manual work. Generally, I try building it about once a week or so, at which point I fix it up. Best regards, Kern ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
