Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-10 Thread Mattias Helsing
Hello again Martin,

I built the osg-2.8 branch with msvc Express 2008 (including curl
plugin) without errors or warnings.
On a closer look at the curl_plugin, the references you can't resolve
are just about every method in curl that the plugin uses. This
suggests that you are not linking to curllib at all or that it is of
wrong version. Could you double check CURL_LIBRARY and
CURL_LIBRARY_STATIC in your cmake cache?

I'm about to ship a new zip with msvc90 dependencies but want to
install sp1 and recompile/test everything first.

cheers
Mattias

On 2/9/09, Mattias Helsing  wrote:
> Hi Martin,
>
> I'm in the process of rebuilding the vc90 dep zip. I haven't gotten to
> compile it with your setup be will shortly (tomorrow). Will check for
> this error then.
>
> Mattias
>
> On Mon, Feb 9, 2009 at 8:24 PM, Martin Beckett  wrote:
>> 2.8.0-rc3 Windows XP/Visual studio 2008 with MSVC++ 9.0 dependencies from
>> MattiasHelsing
>> (3rdParty_Win32Binaries_vc90.zip)
>>
>> ReaderWriterCURL, unresolved externals:
>> __imp__curl_easy_setopt
>> __imp__curl_easy_init
>> __imp__curl_easy_cleanup
>> __imp__curl_easy_strerror
>> __imp__curl_easy_getinfo
>> __imp__curl_easy_perform
>>
>> Martin
>>
>> ps. sorry if this double posts, the previous one disappeared and isn't in
>> my sentmail
>> ___
>> osg-users mailing list
>> osg-users@lists.openscenegraph.org
>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>>
>
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Mattias Helsing
Hi Martin,

I'm in the process of rebuilding the vc90 dep zip. I haven't gotten to
compile it with your setup be will shortly (tomorrow). Will check for
this error then.

Mattias

On Mon, Feb 9, 2009 at 8:24 PM, Martin Beckett  wrote:
> 2.8.0-rc3 Windows XP/Visual studio 2008 with MSVC++ 9.0 dependencies from 
> MattiasHelsing
> (3rdParty_Win32Binaries_vc90.zip)
>
> ReaderWriterCURL, unresolved externals:
> __imp__curl_easy_setopt
> __imp__curl_easy_init
> __imp__curl_easy_cleanup
> __imp__curl_easy_strerror
> __imp__curl_easy_getinfo
> __imp__curl_easy_perform
>
> Martin
>
> ps. sorry if this double posts, the previous one disappeared and isn't in my 
> sentmail
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Martin Beckett
2.8.0-rc3 Windows XP/Visual studio 2008 with MSVC++ 9.0 dependencies from 
MattiasHelsing
(3rdParty_Win32Binaries_vc90.zip)

ReaderWriterCURL, unresolved externals:
__imp__curl_easy_setopt 
__imp__curl_easy_init 
__imp__curl_easy_cleanup
__imp__curl_easy_strerror
__imp__curl_easy_getinfo
__imp__curl_easy_perform 

Martin

ps. sorry if this double posts, the previous one disappeared and isn't in my 
sentmail
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Stephan Maximilian Huber
Hi Robert,

Robert Osfield schrieb:
> Hi Stephan,
> 
> On Mon, Feb 9, 2009 at 2:18 PM, Stephan Maximilian Huber
>  wrote:
>> Hi Robert,
>>
>> Robert Osfield schrieb:
>>> So do we have a thumbs up for OSX for both 10.5 and 10.4 then?
>> with changeset 9722 merged to 2.8-branch, yes.
> 
> It turns out that I needed the 9653 changeset as well.  Could you
> please check the OSG-2.8 branch to make sure all the files look
> present and correct.

I did a "svn switch
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.8";

and a recompile of the osg-libraries and it worked well.

Thumbs up from me.

cheers,
Stephan
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Robert Osfield
Hi Stephan,

On Mon, Feb 9, 2009 at 2:18 PM, Stephan Maximilian Huber
 wrote:
> Hi Robert,
>
> Robert Osfield schrieb:
>> So do we have a thumbs up for OSX for both 10.5 and 10.4 then?
>
> with changeset 9722 merged to 2.8-branch, yes.

It turns out that I needed the 9653 changeset as well.  Could you
please check the OSG-2.8 branch to make sure all the files look
present and correct.

snv/trunk's OpenThrads/Config:
http://www.openscenegraph.org/projects/osg/browser/OpenSceneGraph/trunk/Xcode/OpenSceneGraph/config/OpenThreads/Config

svn/OSG-2.8 branches OpenThreads/Config:
http://www.openscenegraph.org/projects/osg/browser/OpenSceneGraph/branches/OpenSceneGraph-2.8/Xcode/OpenSceneGraph/config/OpenThreads/Config

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Stephan Maximilian Huber
Hi Robert,

Robert Osfield schrieb:
> So do we have a thumbs up for OSX for both 10.5 and 10.4 then?

with changeset 9722 merged to 2.8-branch, yes.

cheers,
Stephan

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Stephan Maximilian Huber
Hi Robert,

Robert Osfield schrieb:
> On Mon, Feb 9, 2009 at 2:04 PM, Stephan Maximilian Huber
>  wrote:

>> can you please merge Changeset 9722 with the 2.8-branch? It's only the
>> local OpenThreads/Config-file for the xcode-project.
> 
> Is this something you've checked into svn/trunk?  I can't check right
> now as the server is just rebooting.

yes. I had to modify the local Config-file for OpenThreads which is
needed for the XCode-project.

AFAIK I have no write-access to the xcode-folder of the 2.8-branch.

cheers,
Stephan
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Robert Osfield
On Mon, Feb 9, 2009 at 2:04 PM, Stephan Maximilian Huber
 wrote:
> can you please merge Changeset 9722 with the 2.8-branch? It's only the
> local OpenThreads/Config-file for the xcode-project.

Is this something you've checked into svn/trunk?  I can't check right
now as the server is just rebooting.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Stephan Maximilian Huber
Hi Robert,
Robert Osfield schrieb:

> What issues are you seeing pop up so far?

can you please merge Changeset 9722 with the 2.8-branch? It's only the
local OpenThreads/Config-file for the xcode-project.

cheers,
Stephan
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Robert Osfield
Hi Stephan,

On Mon, Feb 9, 2009 at 1:56 PM, Stephan Maximilian Huber
 wrote:
>
> there were some bogus linker errors with some of the libraries, seems
> that Xcode mixed up object-files for 10.5 and 10.4.
>
> The clean build does not produce any errors, everthing's fine now on my end.

So do we have a thumbs up for OSX for both 10.5 and 10.4 then?

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Stephan Maximilian Huber
Hi Robert,

Robert Osfield schrieb:
> OK, I'll hang back till you report on progress.
> 
> What issues are you seeing pop up so far?

there were some bogus linker errors with some of the libraries, seems
that Xcode mixed up object-files for 10.5 and 10.4.

The clean build does not produce any errors, everthing's fine now on my end.

Stephan


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Robert Osfield
On Mon, Feb 9, 2009 at 1:24 PM, Stephan Maximilian Huber
 wrote:
> Can you please wait a little bit, I am compiling osg on OS X against the
> 10.4 sdk and there seems to be a problem, compiling against the 10.5
> does work fine. I have to make a clean build, but that takes a long time
> on my machine.
>
> I'll report success/errors back ASAP.

OK, I'll hang back till you report on progress.

What issues are you seeing pop up so far?

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread legeochen
Done! Everything bult successfully with MinGW.
Cheers
  Legeo

2009/2/9 Morné Pistorius 

> Hi Robert,
>
> Built 2.8.0 branch, revision 9716 on Windows, VS 2005 SP1.  Everything
> built fine, 0 errors, 0 warnings.
>
> Cheers,
> Morne
>
>
> On Mon, Feb 9, 2009 at 12:37 PM, Robert Osfield
>  wrote:
> > Hi All,
> >
> > I would like to tag 2.8.0 this afternoon, which means in the next hour
> > or two.  I'm basically ready.  The code this last week has actually
> > looked pretty stable considering the relatively small number of
> > problems reported.  I would have liked more feedback on the niche
> > platforms such as Solaris, IRIX, HP-UX and AIX, but we can't hold back
> > the release indefinitely - we all have other work to get on with.
> > Please shout now if you are about to do some testing and wish to hold
> > the release till you get your results.
> >
> > Thanks,
> > Robert.
> > ___
> > osg-users mailing list
> > osg-users@lists.openscenegraph.org
> >
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
> >
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Stephan Maximilian Huber
Robert Osfield schrieb:
> Hi All,
> 
> I would like to tag 2.8.0 this afternoon, which means in the next hour
> or two.  

Can you please wait a little bit, I am compiling osg on OS X against the
10.4 sdk and there seems to be a problem, compiling against the 10.5
does work fine. I have to make a clean build, but that takes a long time
on my machine.

I'll report success/errors back ASAP.

Stephan
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Morné Pistorius
Hi Robert,

Built 2.8.0 branch, revision 9716 on Windows, VS 2005 SP1.  Everything
built fine, 0 errors, 0 warnings.

Cheers,
Morne


On Mon, Feb 9, 2009 at 12:37 PM, Robert Osfield
 wrote:
> Hi All,
>
> I would like to tag 2.8.0 this afternoon, which means in the next hour
> or two.  I'm basically ready.  The code this last week has actually
> looked pretty stable considering the relatively small number of
> problems reported.  I would have liked more feedback on the niche
> platforms such as Solaris, IRIX, HP-UX and AIX, but we can't hold back
> the release indefinitely - we all have other work to get on with.
> Please shout now if you are about to do some testing and wish to hold
> the release till you get your results.
>
> Thanks,
> Robert.
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Robert Osfield
Hi All,

I would like to tag 2.8.0 this afternoon, which means in the next hour
or two.  I'm basically ready.  The code this last week has actually
looked pretty stable considering the relatively small number of
problems reported.  I would have liked more feedback on the niche
platforms such as Solaris, IRIX, HP-UX and AIX, but we can't hold back
the release indefinitely - we all have other work to get on with.
Please shout now if you are about to do some testing and wish to hold
the release till you get your results.

Thanks,
Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Robert Osfield
Hi JP,

On Mon, Feb 9, 2009 at 8:49 AM, J.P. Delport  wrote:
> I updated the OpenSceneGraph-2.8.0 branch to 9711. Must I rather check out
> the tag?

Testing out the tag is useful as it's a release candidate.  Testing
out the the branch with the same rev should also get  you the same
sources - if my edits to the script have worked correct

> All built fine (debug build) with 0 errors and 0 warnings.
>
> Debian Sid gcc version 4.3.3 (Debian 4.3.3-3).
>
> Results also on cdash website under experimental.

Thanks.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Robert Osfield
Thanks Paul, fixes now merged and submitted to OSG-2.8 branch + svn/trunk

On Mon, Feb 9, 2009 at 10:46 AM, Paul Melis  wrote:
> Robert Osfield wrote:
>>
>> Hi Paul,
>>
>> On Mon, Feb 9, 2009 at 10:20 AM, Paul Melis  wrote:
>>
>>>
>>> I saw you updated NEWS.txt in svn. I made some minor textual changes to
>>> the
>>> release notes on the wiki yesterday.
>>> Should I sync the svn version with the one in the 2.8 branch?
>>>
>>
>> Yes could you sync with the NEWS.txt and send me the changes.
>
> Ooeeeh, sounds suspiciously like you're asking for a DIFF! ;-) But I send
> the whole file here anyway
>>
>> It would be worth double checking your changes are still there as the
>> server migration may have lots them if you made them at the wrong
>> point.
>>
>
> The wiki is still up to date.
>
> Paul
>
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Robert Osfield
Hi Paul,

On Mon, Feb 9, 2009 at 10:20 AM, Paul Melis  wrote:
> I saw you updated NEWS.txt in svn. I made some minor textual changes to the
> release notes on the wiki yesterday.
> Should I sync the svn version with the one in the 2.8 branch?

Yes could you sync with the NEWS.txt and send me the changes.  It
would be worth double checking your changes are still there as the
server migration may have lots them if you made them at the wrong
point.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread Paul Melis

Hi Robert,

Robert Osfield wrote:

I would very much like to make the final 2.8.0 release tomorrow, so if
rc3 compiles and runs well across platforms I'll make no further
changes other than release dates, and resetting the release candidate
number back to 0 to signify a final stable release.
  
I saw you updated NEWS.txt in svn. I made some minor textual changes to 
the release notes on the wiki yesterday.

Should I sync the svn version with the one in the 2.8 branch?

Paul
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-09 Thread J.P. Delport

Hi,

I updated the OpenSceneGraph-2.8.0 branch to 9711. Must I rather check 
out the tag?


All built fine (debug build) with 0 errors and 0 warnings.

Debian Sid gcc version 4.3.3 (Debian 4.3.3-3).

Results also on cdash website under experimental.

jp

Robert Osfield wrote:

Hi All,

It turns out that the 2.8.0-rc2 was made from svn/trunk rather than
the OpenSceneGraph-2.8 from which it was meant to be made.  I've
spotted the error in my OSG maintainer section of
OpenSceneGraph/CMakeLists.txt and now when I make an rc it should
indeed come from the 2.8 branch.  As well as fixing the source of the
rc I've also made a couple of minor bug fixes.  As usual you can grab
the latest from:

http://www.openscenegraph.org/projects/osg/wiki/Downloads

Details:

Stable Release 2.8.0, release candidate 3, released 8th February 2009.
Further information...

Please test this release candidate, and report success/failure to the
osg-users mailing list.
Source Code:

source package : OpenSceneGraph-2.8.0-rc3.zip
svn tag: svn co
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.0-rc3
OpenSceneGraph

The source package isn't generated yet, as the new server isn't
automatically generating the source packages like the previous server
was.  So grab the svn tag.  I'll get a source package upload tomorrow
if Jose Luis doesn't get to before I do.

I would very much like to make the final 2.8.0 release tomorrow, so if
rc3 compiles and runs well across platforms I'll make no further
changes other than release dates, and resetting the release candidate
number back to 0 to signify a final stable release.

Thanks in advance for all the testing :-)
Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org



--
This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard. 
The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html.


This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.  MailScanner thanks Transtec Computers for their support.


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-08 Thread Jose Luis Hidalgo
Hi All (&Robert),
> The source package isn't generated yet, as the new server isn't
> automatically generating the source packages like the previous server
> was.  So grab the svn tag.  I'll get a source package upload tomorrow
> if Jose Luis doesn't get to before I do.

Done! I copied the hook but I misspelled the path where logs are
written. I've run the script again and the zip is placed as always
/downloads/developer_releaes/...

Cheers,
   J-L.


-- 
  Jose L. Hidalgo Valiño (PpluX)
   http://www.pplux.com 
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] OpenSceneGraph-2.8.0-rc3 tagged, please test

2009-02-08 Thread Robert Osfield
Hi All,

It turns out that the 2.8.0-rc2 was made from svn/trunk rather than
the OpenSceneGraph-2.8 from which it was meant to be made.  I've
spotted the error in my OSG maintainer section of
OpenSceneGraph/CMakeLists.txt and now when I make an rc it should
indeed come from the 2.8 branch.  As well as fixing the source of the
rc I've also made a couple of minor bug fixes.  As usual you can grab
the latest from:

http://www.openscenegraph.org/projects/osg/wiki/Downloads

Details:

Stable Release 2.8.0, release candidate 3, released 8th February 2009.
Further information...

Please test this release candidate, and report success/failure to the
osg-users mailing list.
Source Code:

source package : OpenSceneGraph-2.8.0-rc3.zip
svn tag: svn co
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.0-rc3
OpenSceneGraph

The source package isn't generated yet, as the new server isn't
automatically generating the source packages like the previous server
was.  So grab the svn tag.  I'll get a source package upload tomorrow
if Jose Luis doesn't get to before I do.

I would very much like to make the final 2.8.0 release tomorrow, so if
rc3 compiles and runs well across platforms I'll make no further
changes other than release dates, and resetting the release candidate
number back to 0 to signify a final stable release.

Thanks in advance for all the testing :-)
Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org