On Saturday 01 December 2007 00:25, Dan Langille wrote: > On Fri, 30 Nov 2007, Kern Sibbald wrote: > > Hello, > > > > I believe that I have fixed the problem with --archivedir. It is now > > renamed --with-archivedir, and to do the regression tests, you just need > > to do an "svn update" on the source code directory (trunk and/or branch > > 2.2) and on the regress directory. > > This may not be releated, but is anyone else getting this? > > Compiling parse_conf.c > plugin.c: In function `bool load_plugins(void*, const char*, const > char*)': > plugin.c:128: error: invalid conversion from `const char*' to `char*' > plugin.c:133: error: invalid conversion from `const char*' to `char*'
This is because your system has a different prototype for dlerror() than Linux, where it does compile correctly. I'll think about it a bit and try to come up with the best solution today ... Best regards, Kern > *** Error code 1 > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > Bacula-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/bacula-devel ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
