Re: [opensource-dev] Explorations in develop.py

2010-06-25 Thread Philippe (Merov) Bossut
Hi Ricky, On Tue, Jun 22, 2010 at 8:36 PM, Ricky wrote: > Looking through develop.py, I spied the following lines: > > 281-elif self.arch() == 'x86_64' and self.is_internal_tree(): > 282-# the viewer does not build in 64bit -- kdu5 issues > 283-# we can either use

[opensource-dev] Explorations in develop.py

2010-06-22 Thread Ricky
Looking through develop.py, I spied the following lines: 281-elif self.arch() == 'x86_64' and self.is_internal_tree(): 282-# the viewer does not build in 64bit -- kdu5 issues 283-# we can either use openjpeg, or overhaul our viewer to handle kdu5 or higher 284: