[hugin-ptx] Re: svn/bc/4179/hugin not found !!!

2009-08-06 Thread Kornel Benko
Am Friday 07 August 2009 schrieb Gerald: > > On Aug 6, 3:55 pm, cri wrote: > > I run in the same error by following the wiki > > here:http://wiki.panotools.org/Hugin_Compiling_Ubuntu. By browsing the svn > > tree in a web browser you could see that this branch doesn't exist. > > I know, but the

RE: Test Cases (was Re: [hugin-ptx] Re: nona-gpu - has anybody got it working?)

2009-08-06 Thread Ryan Sleevi
> > mhh... is yours 64bit? or 32bit? > 64-bit through and through. Using a DLL version of Glut, rather than a static library, simply because it was convenient at the time. However, the error seemed to suggest to me it was a GPU allocation error and not a system allocation error. The memory usag

[hugin-ptx] Re: coding style

2009-08-06 Thread Ryan Sleevi
Granted, I'm not committing (yet?), but that doesn't keep me from voicing an opinion, right? :) > 1.2. VARIABLE NAMES > > some variables are named with the CamelCase convention - capitalizing > the beginning of the word. Other use the word_separated_by_underscore > convention. Are there other co

Test Cases (was Re: [hugin-ptx] Re: nona-gpu - has anybody got it working?)

2009-08-06 Thread Yuval Levy
Hi Ryan, and everybody else Ryan Sleevi wrote: > So I did some testing with your exe > (http://www.photopla.net/hugin/nona_4169.7z ). Several projects I was able > to run without error with mine generated the following error: > > nona: GL error in > ..\..\..\hugin\src\hugin_base\vigra_ext\

[hugin-ptx] Re: nona-gpu - has anybody got it working?

2009-08-06 Thread Ryan Sleevi
> Ryan is so far the only one who has reported success, with his > self-built version. I wonder if one of the pre-compiled (from Guido or > from me) yield the same result. This would exclude building errors. > > His video card is a GeForce 8800 GTS (256 mb) - anybody else with that > same video c

[hugin-ptx] Re: nona-gpu - has anybody got it working?

2009-08-06 Thread Yuval Levy
Gerry Patterson wrote: > I messed around a bit last night and found that if I change the format > for the coordinate texture from luminance_alpha32f to say rgba32f, I > could get Nona to run a bit further. Perhaps that format is not > supported by the driver I am using? > > I know very lit

[hugin-ptx] Re: nona-gpu - has anybody got it working?

2009-08-06 Thread Yuval Levy
Dear Guido, Guido Kohlmeyer wrote: >> any update of needed? >> > Yes of course, I have to add the description how to generate the library > from source package with MSVC 2008 EE. An updated SDK package is > mandatory too. thank you. there a

[hugin-ptx] Re: svn/bc/4179/hugin not found !!!

2009-08-06 Thread Gerald
On Aug 6, 3:55 pm, cri wrote: > I run in the same error by following the wiki > here:http://wiki.panotools.org/Hugin_Compiling_Ubuntu. By browsing the svn > tree in a web browser you could see that this branch doesn't exist. I know, but the command line is : svn co -r 4061 https://hugin.svn

[hugin-ptx] Re: nona-gpu - has anybody got it working?

2009-08-06 Thread Gerry Patterson
On Aug 5, 2009, at 9:27 PM, Yuval Levy wrote: > > Gerry Patterson wrote: >> gpu shader program compile time = 0.08 >> nona: GL error: Framebuffer incomplete, incomplete attachment in: >> /home/gpatters/work_area/hugin-git/myrepo/src/hugin_base/vigra_ext/ >> ImageTransformsGPU.cpp:700 >> >>

[hugin-ptx] KImageFuser: an Enfuse/align_image_stack gui for Linux - version 0.3.0

2009-08-06 Thread Harry van der Wolf
Hi Linux users, KImageFuser is a graphical interface for enfuse and align_image_stack for Linux. I just published KImageFuser 0.3.0. See for downloads, screenshots and changelog my KImageFuser pages at < http://panorama.dyndns.org/index.php?lang=en&subject=KImageFuser&texttag=KImagefuser >. As al

[hugin-ptx] Re: problem building hugin on ubuntu 9.04

2009-08-06 Thread Kornel Benko
Am Donnerstag 06 August 2009 schrieb cri: > Thanks to all for the answers! > I installed the liblapack-dev package and the building process went > fine. > Now I have another problem: in the assistant tab, after loading some > images and launching the auto-align process, hugin exits. Often I got > t

[hugin-ptx] Re: svn/bc/4179/hugin not found !!!

2009-08-06 Thread cri
I run in the same error by following the wiki here: http://wiki.panotools.org/Hugin_Compiling_Ubuntu. By browsing the svn tree in a web browser you could see that this branch doesn't exist. You could instead use this for trunk: https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk/. I'm in

[hugin-ptx] Re: problem building hugin on ubuntu 9.04

2009-08-06 Thread cri
Thanks to all for the answers! I installed the liblapack-dev package and the building process went fine. Now I have another problem: in the assistant tab, after loading some images and launching the auto-align process, hugin exits. Often I got the same error after running an optimization of any ki

[hugin-ptx] svn/bc/4179/hugin not found !!!

2009-08-06 Thread Gerald
svn: Chemin '/svnroot/hugin/!svn/bc/4179/hugin/branches/ release-2009.07' non trouvé Translation: svn: Path '/svnroot/hugin/!svn/bc/4179/hugin/branches/release-2009.07' Not Found --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[hugin-ptx] Re: problem building hugin on ubuntu 9.04

2009-08-06 Thread Kornel Benko
Am Donnerstag 06 August 2009 schrieb cri: ... > -- Program msgfmt found (/usr/bin/msgfmt) > -- LAPACK not found, using LU-based solver > -- Using shared internal libraries > CMake Error: The following variables are used in this project, but > they are set to NOTFOUND. ... I had the same. The work-a

[hugin-ptx] Re: problem building hugin on ubuntu 9.04

2009-08-06 Thread Harry van der Wolf
Hi Christian, I suppose you do a "out of tree" build as you specify the "cmake ../hugin" option. Your entire line "cmake ../hugin -DENABLE_LAPACK=YES -DCPACK_BINARY_DEB:BOOL=ON - DCPACK_BINARY_NSIS:BOOL=OFF \ -DCPACK_BINARY_RPM:BOOL=OFF -DCPACK_BINARY_STGZ:BOOL=OFF - DCPACK_BINARY_TBZ2:BOOL=OFF \

[hugin-ptx] problem building hugin on ubuntu 9.04

2009-08-06 Thread cri
Today I decided to update my running version of hugin compiled from trunk when the revision was equal to 4008. I updated from svn to revision 4178 and applied the procedure described in the wiki before 3 Aug. I got an error message saying that configuring was incomplete. Later I checked again the

[hugin-ptx] Re: coding style

2009-08-06 Thread James Legg
On Wed, 2009-08-05 at 00:48 -0400, Yuval Levy wrote: > * if you're not interested in Hugin's development, you can stop reading now* > > Hello Hugin developers, > > I've been looking at our source code and I find that it can use some > consistency / clean up. The current status is historically g

[hugin-ptx] Re: nona-gpu - has anybody got it working?

2009-08-06 Thread Zoran Zorkic
On Aug 6, 2:08 pm, Yuval Levy wrote: > Hi Zoran, > > Zoran Zorkic wrote: > >> I'm not sure what to make of this. Any image at the end of the process? > >> and I guess this is still with the first nona-gpu binary by Guido? > > > Yup. > > yup = image at the end of the process? is it as expected.

[hugin-ptx] Re: nona-gpu - has anybody got it working?

2009-08-06 Thread Guido Kohlmeyer
Yuval Levy schrieb: > Guido Kohlmeyer wrote: > >> I commited an updated CMakeLists.txt file to find GLUT in the SDK. >> > > Thank you, dear Guido and Ryan. > > any update of needed? > Yes of course, I have to add the description how to g

[hugin-ptx] Re: nona-gpu - has anybody got it working?

2009-08-06 Thread Yuval Levy
Guido Kohlmeyer wrote: > I commited an updated CMakeLists.txt file to find GLUT in the SDK. Thank you, dear Guido and Ryan. any update of needed? Yuv --~--~-~--~~~---~--~~ You received this message because you ar

[hugin-ptx] Re: nona-gpu - has anybody got it working?

2009-08-06 Thread Yuval Levy
Hi Zoran, Zoran Zorkic wrote: >> I'm not sure what to make of this. Any image at the end of the process? >> and I guess this is still with the first nona-gpu binary by Guido? > > Yup. yup = image at the end of the process? is it as expected. > No problem. Glad I can help out. > 4169 gives me

[hugin-ptx] Re: nona-gpu - has anybody got it working?

2009-08-06 Thread Yuval Levy
Ryan Sleevi wrote: > Test System: Vista x64 (SP2) > Video Card: GeForce 8800 GTS (256 mb) > Video BIOS: 60.80.0D.00.01 > Video Driver: 186.18 > RAM: 8GB > Proc: C2D 6600 @ 2.40 GHz > > SVN: 4169 > Summary: No problems - Image was adjusted as expected THANKS FOR THE GOOD NEWS, Ryan! keep them co

[hugin-ptx] Re: nona-gpu - has anybody got it working?

2009-08-06 Thread Guido Kohlmeyer
Dear Ryan, I commited an updated CMakeLists.txt file to find GLUT in the SDK. Here I set only the root search path of GLUT. In my current working environment I created a base directory "glut" in the root of the SDK directory tree. The include file glut.h resides in .\glut\include\GL\glut.h whi

[hugin-ptx] Re: Hugin win32 build problem: Cmake wxwidgets problem

2009-08-06 Thread Elvis
Thank you so much, Now I am trying this way, building Hugin with updated SDK. Elvis On 8月5日, 下午5時58分, Guido Kohlmeyer wrote: > The SDK which I built and refering in my last post is not appropriate to > build enblend/enfuse. It contains a pre-build version from enblend > homepage. It was discus