[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [med-svn] r2788 - trunk/packages/dicom3tools/debian



On Mon, Dec 15, 2008 at 9:52 PM, Andreas Tille <tillea@rki.de> wrote:
> On Mon, 15 Dec 2008, Mathieu Malaterre wrote:
>
>> I'll check with the maintainer, otherwise I'll have to patch it myslef :(
>
> I commited the start of the patch - it does not yet compile because I'm
> just lacking C++ knowledge.  I guess the usual porting advises combined
> with some C++ knowledge should be enough to fix the problem.
>
> The idea is to help out upstream with a patch that shows our interest
> in getting things fixed quickly.

This should be fixed now. The patch is pretty much self explanatory.
Most changes were automatic:

find . -type f -exec sed -i -e 's/#include <iostream.h>/#include
<iostream>\nusing namespace std;/g' {} \;
find . -type f -exec sed -i -e 's/#include <iomanip.h>/#include
<iomanip>/g' {} \;
find . -type f -exec sed -i -e 's/#include <fstream.h>/#include
<fstream>/g' {} \;

Please report if you have still any issue,

thanks.
-- 
Mathieu


Reply to: