Hi Yuv,

> > * include <sys/time.h> not found
>
> would something like:
>
> #ifdef _WIN32
> #include <winsock.h>
> #else
> #include <sys/time.h>
> #endif
>
> work?

It works only partially. The compiler complains about missing
gettimeofday. This function is not available on windows. Here we need
a replacement. (I found a file, but without clear licence, see my
previous post).

>
> > Finally copy glut32.dll to hugin/bin-folder.
>
> the current policy for the windows binary is to avoid DLHell and link
> statically. This should not be too difficult to fix. I recall doing this
> for GLEW while helping James integrate the fast preview a year ago. I
> hope to find the time to fix my Windows build chain next week and have a
> look into this if it has not been already solved by somebody else.
>
>

Then we have to look into glew to get a static version.

> > Now the trunk is compiles and a first test run was successfull.
>
> One test is to run nona with the -g switch and without it on the same
> images and compare outputs.
>
I tried both, but with -g switch I get an output image with only one
line of pixels (all other pixels are "empty"). So a comparision is
really difficult ;-)

Thomas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~----------~----~----~----~------~----~------~--~---

Reply via email to