[hugin-ptx] Re: FreePV 0.3.0 released

2009-05-04 Thread rew



On May 4, 4:56 pm, Bruno Postle  wrote:
> Thanks, can you report this in the freepv tracker? and note your
> compiler as this may not get fixed for a while (gcc 3.4.6 doesn't
> complain at all).

  c = getchar ();
  if (c = EOF) ...

will not generate a warning on older compilers. It's still wrong.

In this case you might find the problem quickly because it
doesn't work. Somehow you probably got lucky, and it does work.
 today on your compiler

Roger.
--~--~-~--~~~---~--~~
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 hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: FreePV 0.3.0 released

2009-05-04 Thread Bruno Postle

On Mon 04-May-2009 at 06:32 -0700, Alexandre Prokoudine wrote:
>On 2 май, 03:38, Bruno Postle  wrote:
>
>> This release contains many many changes since the last stable 0.1
>> release in 2006, see the ChangeLog for details.
>
>Unfortunately ChangeLog doesn't provide any info on Leon's work.

I only have a vague idea what the changes were as I didn't follow 
them at the time.

It would be nice to have a summary, but freepv needed a release 
before works starts on integrating it into VideoLAN.  León do you 
have a plan for this?  Will you import the existing sources into VLC 
or keep it as an external library?

-- 
Bruno

--~--~-~--~~~---~--~~
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 hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: FreePV 0.3.0 released

2009-05-04 Thread Bruno Postle

On Mon 04-May-2009 at 00:15 -0700, rew wrote:
>
>My compiler tells me you have a bug in QTVRDecoder.cpp
>
>   gCurrentTrackMedia = 'vide';
>
>is not allowed. 'vide' is a single character constant, due to the
>single quotes.

Thanks, can you report this in the freepv tracker? and note your 
compiler as this may not get fixed for a while (gcc 3.4.6 doesn't 
complain at all).

-- 
Bruno

--~--~-~--~~~---~--~~
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 hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: FreePV 0.3.0 released

2009-05-04 Thread Alexandre Prokoudine

On 2 май, 03:38, Bruno Postle  wrote:

> This release contains many many changes since the last stable 0.1
> release in 2006, see the ChangeLog for details.

Unfortunately ChangeLog doesn't provide any info on Leon's work.

A traditional overview in NEWS would come in handy :)

Alexandre
--~--~-~--~~~---~--~~
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 hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: FreePV 0.3.0 released

2009-05-04 Thread rew

My compiler tells me you have a bug in QTVRDecoder.cpp

   gCurrentTrackMedia = 'vide';

is not allowed. 'vide' is a single character constant, due to the
single
quotes. Then you have multiple characters... At best the character
constant will be 'v'. If gCurrentTrackMedia is a string, that
character
constant will be converted to string so you'll get "v". Maybe things
work like this, but it's way better to fix the code to say what you
want
to do.

Disclaimer: I seldomly code C++, but according to my compiler
this hasn't changed between C and C++.

Roger.


On May 2, 1:38 am, Bruno Postle  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> FreePV 0.3.0 has been released:
>
> http://freepv.sourceforge.net/
>
> FreePV is a viewer for QuickTime (QTVR), SPiV, cylindrical, cubic
> and cylindrical panoramas.  The package provides a standalone
> panorama viewer and a Firefox/Mozilla plugin.
>
> A source tarball equivalent to svn161 can be downloaded from Sourceforge:
>
> http://sourceforge.net/project/showfiles.php?group_id=148373&package_...
>
> This release contains many many changes since the last stable 0.1
> release in 2006, see the ChangeLog for details.
>
> SHA1SUM: 01ebbb6949680ae5535d90ccfbcc7959346f3ea1  freepv-0.3.0.tar.gz
>
> - --
> Bruno
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.6 (GNU/Linux)
>
> iD8DBQFJ+4gEFqOhwCjyCLoRAnfZAJ0cCuvNW16FpkN2so+JO3OCxvULqACghubP
> fTGbw4mAoYkJzYWMq4Tt6C4=
> =HJVB
> -END PGP SIGNATURE-
--~--~-~--~~~---~--~~
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 hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---