]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/win32/README.mingw32
Set keyword replacement on files
[bacula/bacula] / bacula / src / win32 / README.mingw32
index f86b0d73e613cb25db3357a34ecd20e7f8059ff0..394997dcbcdc8d61ece4838fe57ff25f9df7f8ca 100644 (file)
@@ -51,6 +51,12 @@ it is relatively obvious when looking at the src directory.
 In that directory, you should find a make.log, which has the full details
 of the compiles, links, and installs done for that package.
 
+Note, if you are building on a 64 bit machine, please know that
+the build for the depkgs-mingw32/scons puts the python scons libraries
+in depkgs-mingw32/scons/lib64 but when running scons it looks for the
+libs in depkgs-mingw32/scons/lib. So adding symlink from
+depkgs-mingw32/scons/lib64 to depkgs-mingw32/scons/lib will fix the
+problem.
 
 You need the header files from the Microsoft VSS SDK.  Unfortunately the SDK
 can only be downloaded and installed on a Windows system.  You can find it on
@@ -206,8 +212,9 @@ New data variables are exported by placing their name in the file
 As with the bacula.def file above, this is now more or less automated.
 When the link dies, simply do the following:
 
-   cd .../bacula/src/win32/cats
+   cd .../bacula/src/win32
    make                  (to build the .o files, note the link will fail)
+   cd cats
    ./make_def >bacula_cats.def
 
 This should rebuild the bacula_cats.def file. Note, if you have