[ptx] OSX build: Xcode Project (and some compiler error reports)

Bruno Postle bruno at postle.net
Tue Jun 15 17:53:07 BST 2004


On Tue 15-Jun-2004 at 12:22 +0100, Ippei UKAI wrote:
> 
> impex2 still does not compile.
> 
> /Users/ippei/Download/hugin/hugin-cvs20040615/src/vigra_impex2/ 
> viff.cxx: In member function `void  
> vigra_impex2::ViffDecoderImpl::color_map()':
> /Users/ippei/Download/hugin/hugin-cvs20040615/src/vigra_impex2/ 
> viff.cxx:628: error: could not convert `temp_num_bands' to `size_t&'
> /Users/ippei/Download/hugin/hugin-cvs20040615/src/vigra_impex2/ 

This is a bug in vigra[*], you should be able to fix the version in
hugin using the same fix.  Locate line 614 and replace this:

       unsigned int temp_num_bands;

..with this:

       size_t temp_num_bands;

-- 
Bruno

[*] http://www.email-lists.org/pipermail/ptx/2004-February/001375.html


More information about the ptX mailing list