Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Problem compiling VIrtualPlanetBuilder on OS X
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tony Vasile  
View profile  
 More options Nov 16 2012, 7:51 am
From: Tony Vasile <ming...@gmail.com>
Date: Fri, 16 Nov 2012 23:47:56 +1100
Local: Fri, Nov 16 2012 7:47 am
Subject: [osg-users] Problem compiling VIrtualPlanetBuilder on OS X

I am trying to build VirtualPlanetBuilder against OpenSceneGraph 3.1.0 by
using the trunk branch from the virtual planet builder svn repository on OS
X Mountain Lion (10.8.2) and I am getting the following errors whilst
compiling BuildOptionsIO.cpp:
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:508:42:
error:
      no member named 'BEGIN_BRACKET' in 'osgDB::InputStream'
    unsigned int size = 0; is >> size >> IS_BEGIN_BRACKET;
                                         ^~~~~~~~~~~~~~~~
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:32:36:
note:
      expanded from macro 'IS_BEGIN_BRACKET'
    #define IS_BEGIN_BRACKET    is.BEGIN_BRACKET
                                ~~ ^
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:515:11:
error:
      no member named 'END_BRACKET' in 'osgDB::InputStream'
    is >> IS_END_BRACKET;
          ^~~~~~~~~~~~~~
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:33:36:
note:
      expanded from macro 'IS_END_BRACKET'
    #define IS_END_BRACKET      is.END_BRACKET
                                ~~ ^
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:523:19:
error:
      no member named 'BEGIN_BRACKET' in 'osgDB::OutputStream'
    os << size << OS_BEGIN_BRACKET << std::endl;
                  ^~~~~~~~~~~~~~~~
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:34:36:
note:
      expanded from macro 'OS_BEGIN_BRACKET'
    #define OS_BEGIN_BRACKET    os.BEGIN_BRACKET
                                ~~ ^
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:529:11:
error:
      no member named 'END_BRACKET' in 'osgDB::OutputStream'
    os << OS_END_BRACKET << std::endl;
          ^~~~~~~~~~~~~~
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:35:36:
note:
      expanded from macro 'OS_END_BRACKET'
    #define OS_END_BRACKET      os.END_BRACKET
                                ~~ ^
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:539:42:
error:
      no member named 'BEGIN_BRACKET' in 'osgDB::InputStream'
    unsigned int size = 0; is >> size >> IS_BEGIN_BRACKET;
                                         ^~~~~~~~~~~~~~~~
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:32:36:
note:
      expanded from macro 'IS_BEGIN_BRACKET'
    #define IS_BEGIN_BRACKET    is.BEGIN_BRACKET
                                ~~ ^
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:545:11:
error:
      no member named 'END_BRACKET' in 'osgDB::InputStream'
    is >> IS_END_BRACKET;
          ^~~~~~~~~~~~~~
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:33:36:
note:
      expanded from macro 'IS_END_BRACKET'
    #define IS_END_BRACKET      is.END_BRACKET
                                ~~ ^
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:552:19:
error:
      no member named 'BEGIN_BRACKET' in 'osgDB::OutputStream'
    os << size << OS_BEGIN_BRACKET << std::endl;
                  ^~~~~~~~~~~~~~~~
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:34:36:
note:
      expanded from macro 'OS_BEGIN_BRACKET'
    #define OS_BEGIN_BRACKET    os.BEGIN_BRACKET
                                ~~ ^
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:558:11:
error:
      no member named 'END_BRACKET' in 'osgDB::OutputStream'
    os << OS_END_BRACKET << std::endl;
          ^~~~~~~~~~~~~~
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:35:36:
note:
      expanded from macro 'OS_END_BRACKET'
    #define OS_END_BRACKET      os.END_BRACKET
                                ~~ ^
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:571:11:
error:
      no member named 'BEGIN_BRACKET' in 'osgDB::InputStream'
    is >> IS_BEGIN_BRACKET;
          ^~~~~~~~~~~~~~~~
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:32:36:
note:
      expanded from macro 'IS_BEGIN_BRACKET'
    #define IS_BEGIN_BRACKET    is.BEGIN_BRACKET
                                ~~ ^
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:577:11:
error:
      no member named 'END_BRACKET' in 'osgDB::InputStream'
    is >> IS_END_BRACKET;
          ^~~~~~~~~~~~~~
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:33:36:
note:
      expanded from macro 'IS_END_BRACKET'
    #define IS_END_BRACKET      is.END_BRACKET
                                ~~ ^
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:586:11:
error:
      no member named 'BEGIN_BRACKET' in 'osgDB::OutputStream'
    os << OS_BEGIN_BRACKET << std::endl;
          ^~~~~~~~~~~~~~~~
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:34:36:
note:
      expanded from macro 'OS_BEGIN_BRACKET'
    #define OS_BEGIN_BRACKET    os.BEGIN_BRACKET
                                ~~ ^
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:594:11:
error:
      no member named 'END_BRACKET' in 'osgDB::OutputStream'
    os << OS_END_BRACKET << std::endl;
          ^~~~~~~~~~~~~~
/users/tony/source/VirtualPlanetBuilder/src/vpb/BuildOptionsIO.cpp:35:36:
note:
      expanded from macro 'OS_END_BRACKET'
    #define OS_END_BRACKET      os.END_BRACKET
                                ~~ ^
12 errors generated.

If I change the minimum OpenSceneGraph to 3.1.1 at line 31
VirutalPlanetBuilder compiles okay. This is obviously a bug so how does one
raise this so it can be fixed?

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Osfield  
View profile  
 More options Nov 16 2012, 9:38 am
From: Robert Osfield <robert.osfi...@gmail.com>
Date: Fri, 16 Nov 2012 14:38:40 +0000
Local: Fri, Nov 16 2012 9:38 am
Subject: Re: [osg-users] Problem compiling VIrtualPlanetBuilder on OS X

Hi Tony,

Raising the problem on the mailing list is the appropriate place.  IF you
have a fix then just post it to osg-submissions where I can merge it.

Cheers,
Robert.

On 16 November 2012 12:47, Tony Vasile <ming...@gmail.com> wrote:

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tony Vasile  
View profile  
 More options Nov 19 2012, 2:47 am
From: Tony Vasile <ming...@gmail.com>
Date: Mon, 19 Nov 2012 18:47:08 +1100
Local: Mon, Nov 19 2012 2:47 am
Subject: Re: [osg-users] Problem compiling VIrtualPlanetBuilder on OS X

As I stated earlier all I did was move the goal posts slightly by changing
the conditional compilation check to have a later version number and use
the false path of the conditional compilation. Not the much of a C++ guru
to know why it failed but it looks like [i|o]s.XXX_BRACKET has been added
to a different version of OpenSceneGraph as to what I am compiling against.
The only references I can find to END_BRACKET is in the include files are
in osgDB/DataTypes and this is an instantiation of an ObjectMark object.

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »