Hi,

On 5 Dec, 2012, at 18:11, Hannah Carbonnier <[email protected]> wrote:

> Hi
> 
> ----- Mail original -----
>>>> 
>>>> 
>>> 
>>> short question, are you compiling with -std=c++11 active. That
>>> seems to
>>> trigger a similar problem for me.
> I compile with -std=c++0x active, I don't know the difference :s. But the 
> error is still the same with -std=c++11.
>> 
>> if yes, you have to have a space between the " and PRIx64, e.g.
>> written
>> as "PRIx64" it will resolve to ""x"" and this fails because "" is now
>> an
>> operator. Written as " PRIx64 still seems to resolve correctly.
>> 
> I replaced all "PRIx64 by " PRIx64 (and all PRIx64" by PRIx64 ") and the 
> error is now : expected ‘)’ before ‘PRIx64’. 
> 
>> I'll have to check OpenSG against that.
> Ok, thanks

ok, the latest OpenSG version builds against both variants (-std=c++11 and 
c++0x)
on my Fedora 17 system.

let me know if there are still problems on your side.

kind regards
    gerrit
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to