SCI Seg3D Mailing List

Text archives Help


[Seg3D] Re: Re: Re: Qt library dependency removed from Spline Tool


Chronological Thread 
  • From: Ramón Casero Cañas <ramon.casero@comlab.ox.ac.uk>
  • To: "seg3d@sci.utah.edu" <seg3d@sci.utah.edu>
  • Subject: [Seg3D] Re: Re: Re: Qt library dependency removed from Spline Tool
  • Date: Thu, 21 Jan 2010 21:35:55 +0000

Ramón Casero Cañas wrote:

I don't understand, I checked out a fresh copy from the repository, and everything compiled fine at the first try on my system. But you are right, it should not be compiling.

QwtArray is now a std::vector instead of the Qt array, so I don't know how qwt_spline.cpp is compiling successfully, if there's no longer a data() method (the error you get). I'm looking into it.

Hi,

I have now replaced the QwtArray explicitly by std::vector, and removed the data() method calls that were giving the compilation problem.

A fresh checkout builds and runs on my system, but as we have seen, this is no guarantee that it will work anywhere else ;)

https://code.sci.utah.edu/svn/cibc/cibc/branches/seg3d_spline_tool/SCIRun


Best regards,

Ramon.

--
Dr. Ramón Casero Cañas

Computational Biology, Computing Laboratory
University of Oxford
Wolfson Building, Parks Rd
Oxford OX1 3QD

tlf     +44 (0) 1865 610807
web     http://web.comlab.ox.ac.uk/people/Ramon.CaseroCanas
photos  http://www.flickr.com/photos/rcasero/



Archive powered by MHonArc 2.6.16.

Top of page