Skip to content
Snippets Groups Projects
  1. Dec 09, 2010
  2. Dec 05, 2010
  3. Dec 02, 2010
    • Fons Rademakers's avatar
      From Matthias Ellert: · 2abc9a90
      Fons Rademakers authored
      Fix for the following issue:
      The configure script detects the 8-digit date based version numbers of
      an external xrootd installation. However, in the current development
      version of xrootd the version scheme has changed to a more traditional
      3-number version number (3.0.0). The current root configure script
      identifies this number to be older than all the versions using the
      old 8-digit version numbers, and sets all the compilation switches wrong. 
      The configure script also has problems with xrootd versions installed
      from a git head/master checkout, where the version is given using the
      git short hash, e.g.: 
         #define XrdVERSION "untagged-e2acb17"
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@37166 27541ba8-7e3a-0410-8455-c3a389f83636
      2abc9a90
  4. Nov 26, 2010
    • Fons Rademakers's avatar
      Following changes: · ffc427a7
      Fons Rademakers authored
      - Makefile:
        - added + for the reconfigure rule so to tell make this rule
          is a sub-make (as configure calls make to obtain compiler info). Hopefully
          stops warning on cygwin.
        - added mktypes as executable to be build on host in buildtools as it
          needs to be run on the host to generate the types.h for the target
      - configure:
        - remove the -j1 on the make commands
      - cintddls:
        - use mktypes from buildtools to generate types.h
        - added missing dependency of G__c_ipc.c on types.h
      - don't rsync .dSYM directory from ROOT_SRCDIR.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@36957 27541ba8-7e3a-0410-8455-c3a389f83636
      ffc427a7
  5. Nov 25, 2010
  6. Nov 24, 2010
    • Fons Rademakers's avatar
      From Bertrand: · 2cd0ce06
      Fons Rademakers authored
      - the qtmoc.sh script (to put in $ROOTSYS/build/win/)
      - the configure patch (using the qtmoc.sh script)
      - the cygpath.h patch, allowing to build with non-cygwin systems
        (e.g. msys/mingw)
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@36916 27541ba8-7e3a-0410-8455-c3a389f83636
      2cd0ce06
  7. Nov 22, 2010
  8. Nov 20, 2010
  9. Nov 15, 2010
  10. Nov 02, 2010
  11. Sep 28, 2010
    • Fons Rademakers's avatar
      From Gerri: · fe2037ae
      Fons Rademakers authored
      Martin pointed out that the new settings are not correct if the external
      xrootd is passed via "--with-xrootd=<dir>" instead of a full specification
      of inc and lib dirs via "--with-xrootd-incdir=<incdir>"
      and "--with-xrootd-libdir=<libdir>".
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@35833 27541ba8-7e3a-0410-8455-c3a389f83636
      fe2037ae
    • Fons Rademakers's avatar
      From Gerri: · 37c08ee5
      Fons Rademakers authored
      - In proof/proofx and proof/proofd, add a check on the Xrootd version
        to determine the list of libraries to be linked to. The version is
        extracted by 'configure' and saved in the variable XRDVERSION available
        in the makefiles.
        Should solve the problems observed in the nightlies and buildbot.
      - Fix an issue with the version extraction which could affect the
        compilation against an eternal xrootd.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@35828 27541ba8-7e3a-0410-8455-c3a389f83636
      37c08ee5
  12. Sep 23, 2010
  13. Sep 17, 2010
  14. Sep 16, 2010
  15. Sep 06, 2010
  16. Aug 31, 2010
  17. Aug 20, 2010
  18. Aug 01, 2010
  19. Jul 28, 2010
  20. Jul 27, 2010
  21. Jul 23, 2010
  22. Jul 19, 2010
  23. Jul 12, 2010
  24. Jul 09, 2010
  25. Jun 22, 2010
  26. Jun 08, 2010
  27. May 17, 2010
  28. May 13, 2010
Loading