Hi again, Brett Viren writes: > I'll try to do a similar proceedure to get things working with v3. Okay, I did this. There were just a few problems. Again, starting from Denis's modified ROOT v2-25-03 I cvs update'd to current CVS. The issues I had to deal with were conflicts in: config/Makefile.linuxdeb2 base/inc/TVirtualX.h x11/inc/TGX11.h gpad/src/TCanvas.cxx The Makefile.linuxdeb2 was trivial, the TVirtualX.h and TGX11.h just needed the OR of both versions and the TCanvas.cxx needed to be the version in CVS (as far as I could guess, that is). Besides that, I had to remove gui/src/G__Gui[12].d because the location of GuiTypes.h had changed. I also had to change the type of the argument of TCanvas::SetSelectedPad from TVirtualPad to TPad (this method gets added by Denis's changes). Recompiling the qtroot test code seems to work, but with many `BadMatch' and `BadWindow' errors in RootX11ErrorHandler. Let me know if you want a diff of my merged files and those in CVS, otherwise, it should be fairly trivial to just repeat what I did. -Brett.
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:33 MET