[ptx] Hugin - compilation problems

Pablo d'Angelo pablo.dangelo at web.de
Sat Jan 8 08:58:09 GMT 2005


spec at webtech.pl wrote:
> Steve Wesemeyer wrote:
> 
>> Hiya,
>>
>> I have downloaded the latest CVS version from Sourceforge and 
>> encountered the following compilation problem:

Try replacing PointMatching.cpp:163

  result.push_back(vigra::make_triple(dist1, it1 - feat1.begin(), best));

with

  result.push_back(vigra::make_triple(dist1, (int)(it1 -feat1.begin()), 
best));

I hope this should work, will commit it to cvs soon.

ciao
   Pablo


More information about the ptX mailing list