BUILD SYSTEM: Ubuntu gutsy
-STATUS: Bat segfault quickly
+STATUS: Works
REQUIRE:
- Bacula cross compilation tool (must be able to compile bacula-fd.exe)
$ shell command
* tips
+Directory setup
+---------------
+$ cd bacula/src/win32
+$ ./build-win32-cross-tools
+$ ./build-depkgs-mingw32
+
+It will result something like :
+
+./
+|-- depkgs-mingw32
+|-- cross-tools
+`-- bacula
bacula setup
------------
Install QT for mingw
Get the mingw installation from http://trolltech.com/developer/downloads/qt/windows
+(Try to get the same version than your linux installation)
$ wine qt-win-opensource-4.4.0-mingw.exe
* Install under c:\Qt (no space)
MINGW setup
-----------
-cross-tools/mingw32/mingw32/include/wchar.h:397
-- #ifndef _NO_OLDNAMES
-+ #ifdef _NO_OLDNAMES___DIS
+
+--- cross-tools/mingw32/mingw32/include/wchar.h.org 2008-07-13 15:18:52.000000000 +0200
++++ cross-tools/mingw32/mingw32/include/wchar.h 2008-07-12 14:47:10.000000000 +0200
+@@ -394,7 +394,7 @@
+ time_t st_ctime; /* Creation time */
+ };
+
+-#ifdef _NO_OLDNAMES
++#ifdef _NO_OLDNAMES_DISABLE
+ /* NOTE: Must be the same as _stat above. */
+ struct stat
+ {
Compile bat
-----------
$ qmake-qt4 -spec win32-x-g++
$ make
+Run Bat on Windows
+------------------
+
+You'll need
+ zlib1.dll
+ ssleay32.dll
+ libeay32.dll
+ QtCore4.dll
+ QtGui4.dll
+ bacula.dll
+ pthreadGCE.dll
+ mingwm10.dll
+ bat.conf
+
+You can find QT dlls on ~/.wine/drive_c/Qt/4.4.0/bin
Run Bat with wine
-----------------