mkdir root-debug cd root-debug ../root/configure --build=debug
./configure iossim makeTo build a native iOS armv7 version do:
./configure ios makeBoth builds create a libRoot.a that can be used to create ROOT based iOS apps (iOS does not allow apps to load non-system dynamic libraries at run time). Some sample Xcode projects using ROOT will soon be made available.
operator long long() operator unsigned long long()The existing operators long and unsigned long on 32-bit machines return an error in case the stored time is larger then 32-bit and truncation occurs (like was always the case till now, but silently).
gSystem->SetBuildDir(whereIwant, kTRUE); // the default for the 2nd parameter is kFALSEOr use '-' in the option of CompileMacro
gSystem->CompileMacro(myscript,"k-",...);
gInterpreter->GenerateDictionary("vector<vector<float> >;list<vector<float> >","list;vector"); gInterpreter->GenerateDictionary("myclass","myclass.h;myhelper.h");This replaces the recommendation of creating a small 'loader.C' script to create the dictionaries.