Re: [osg-users] COLLADA on Linux

2008-11-04 Thread Alberto Luaces
Hello,

I submitted the same patch that Oleg said for the 1.4 DOM sometime ago 
(http://sourceforge.net/tracker/index.php?func=detailaid=2003257group_id=157838atid=805426),
 
but it seems that they haven't applied it on newer versions. We should do the 
same this time.

Alberto

El Lunes 03 Noviembre 2008ES 23:02:07 Oleg Dedkow escribió:
 Hello Jan,

 you just have to include memory header file in dae.h. After adding this
 line of code I was able to compile the actual COLLADA version under
 Xubuntu.

 Regards,

 Oleg

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Im Auftrag von Jan
 Ciger Gesendet: Montag, 3. November 2008 22:03
 An: OpenSceneGraph Users
 Betreff: [osg-users] COLLADA on Linux

 Hello,

 I am sorry if this was asked before, but I didn't find it in the
 archives. While trying to build the COLLADA DOM 2.1, I am getting this
 compilation error right away:

 $ make
 Compiling src/dae/daeAtomicType.cpp to build/linux-1.4/obj/daeAtomicType.o
 In file included from include/dae/daeDatabase.h:18,
  from src/dae/daeAtomicType.cpp:20:
 include/dae.h:195: error: ISO C++ forbids declaration of 'auto_ptr' with
 no type
 include/dae.h:195: error: invalid use of '::'
 include/dae.h:195: error: expected ';' before '' token
 make: *** [build/linux-1.4/obj/daeAtomicType.o] Error 1

 This is with gcc 4.3.2

 Does anyone know how to fix this? I used to build COLLADA without
 problems before, but with older version of gcc.

 Regards,

 Jan
 ___
 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] COLLADA on Linux

2008-11-04 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Oleg Dedkow wrote:
 Hello Jan,
 
 you just have to include memory header file in dae.h. After adding this
 line of code I was able to compile the actual COLLADA version under Xubuntu.
 
 Regards,
 
 Oleg

Ah, cool! Thanks Oleg, I will give this a shot.

Regards,

Jan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org

iD8DBQFJED82n11XseNj94gRAlxfAKC74VOx4YcN74WpnS4wnOHRCD6V0gCg0Elv
LLgPrMOXNBmgCdZBXEouEOw=
=zHI2
-END PGP SIGNATURE-
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] COLLADA on Linux

2008-11-04 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jeremy Moles wrote:
 
 I'm using gcc 4.3.0 on Fedora 9 and got SVN trunk to compile properly,
 but I didn't try the 2.1 tag.

OK, I can try SVN version. I was using the official release from May.

 
 On a different note: do you happen to know what the 2.1 means, anyway? I
 see 1.4 and 1.5 folders in the src directory, but surely these numbers
 aren't versioning the same thing 2.1 is?

If I remember correctly, 2.1 refers to the COLLADA release and 1.4 and
1.5 are the versions of the DOM spec.

Regards,

Jan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org

iD8DBQFJED7sn11XseNj94gRAlQbAKDHDAh/+1+Lwd2XOjDDMZc9v9vnXACgh19W
zS8XVMi3FN5FG+ko8/O58Hg=
=jmTg
-END PGP SIGNATURE-
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] COLLADA on Linux

2008-11-04 Thread Alberto Luaces
Nevermind, I realized that Jan was using the version of the downloads 
section. The error is already fixed in Collada SVN.

El Martes 04 Noviembre 2008ES 10:09:35 Alberto Luaces escribió:
 Hello,

 I submitted the same patch that Oleg said for the 1.4 DOM sometime ago
 (http://sourceforge.net/tracker/index.php?func=detailaid=2003257group_id=
157838atid=805426), but it seems that they haven't applied it on newer
 versions. We should do the same this time.

 Alberto

 El Lunes 03 Noviembre 2008ES 23:02:07 Oleg Dedkow escribió:
  Hello Jan,
 
  you just have to include memory header file in dae.h. After adding this
  line of code I was able to compile the actual COLLADA version under
  Xubuntu.
 
  Regards,
 
  Oleg
 
  -Ursprüngliche Nachricht-
  Von: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Im Auftrag von Jan
  Ciger Gesendet: Montag, 3. November 2008 22:03
  An: OpenSceneGraph Users
  Betreff: [osg-users] COLLADA on Linux
 
  Hello,
 
  I am sorry if this was asked before, but I didn't find it in the
  archives. While trying to build the COLLADA DOM 2.1, I am getting this
  compilation error right away:
 
  $ make
  Compiling src/dae/daeAtomicType.cpp to
  build/linux-1.4/obj/daeAtomicType.o In file included from
  include/dae/daeDatabase.h:18,
   from src/dae/daeAtomicType.cpp:20:
  include/dae.h:195: error: ISO C++ forbids declaration of 'auto_ptr' with
  no type
  include/dae.h:195: error: invalid use of '::'
  include/dae.h:195: error: expected ';' before '' token
  make: *** [build/linux-1.4/obj/daeAtomicType.o] Error 1
 
  This is with gcc 4.3.2
 
  Does anyone know how to fix this? I used to build COLLADA without
  problems before, but with older version of gcc.
 
  Regards,
 
  Jan

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


Re: [osg-users] COLLADA on Linux

2008-11-04 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alberto Luaces wrote:
 Nevermind, I realized that Jan was using the version of the downloads 
 section. The error is already fixed in Collada SVN.

Right, that's correct - I have got the official release from May. Good
to know that it is fixed (perhaps an entry on the Wiki would be good?).

Jan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org

iD8DBQFJED9zn11XseNj94gRAhgeAKDuhg8qHB3akrt25OJhe8bmd0xpVACfZ+fy
63/M20oQDpZScOc+/gy/BRI=
=Q/Uj
-END PGP SIGNATURE-
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] COLLADA on Linux

2008-11-03 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I am sorry if this was asked before, but I didn't find it in the
archives. While trying to build the COLLADA DOM 2.1, I am getting this
compilation error right away:

$ make
Compiling src/dae/daeAtomicType.cpp to build/linux-1.4/obj/daeAtomicType.o
In file included from include/dae/daeDatabase.h:18,
 from src/dae/daeAtomicType.cpp:20:
include/dae.h:195: error: ISO C++ forbids declaration of 'auto_ptr' with
no type
include/dae.h:195: error: invalid use of '::'
include/dae.h:195: error: expected ';' before '' token
make: *** [build/linux-1.4/obj/daeAtomicType.o] Error 1

This is with gcc 4.3.2

Does anyone know how to fix this? I used to build COLLADA without
problems before, but with older version of gcc.

Regards,

Jan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org

iD8DBQFJD2bzn11XseNj94gRAmEeAKDxFAa0lBph0WhhWaHp79XrcBM+9wCgmBoq
J8EMjRPUfnQjO2OyNoIrGUQ=
=fb9A
-END PGP SIGNATURE-
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] COLLADA on Linux

2008-11-03 Thread Jeremy Moles
On Mon, 2008-11-03 at 22:02 +0100, Jan Ciger wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hello,
 
 I am sorry if this was asked before, but I didn't find it in the
 archives. While trying to build the COLLADA DOM 2.1, I am getting this
 compilation error right away:
 
 $ make
 Compiling src/dae/daeAtomicType.cpp to build/linux-1.4/obj/daeAtomicType.o
 In file included from include/dae/daeDatabase.h:18,
  from src/dae/daeAtomicType.cpp:20:
 include/dae.h:195: error: ISO C++ forbids declaration of 'auto_ptr' with
 no type
 include/dae.h:195: error: invalid use of '::'
 include/dae.h:195: error: expected ';' before '' token
 make: *** [build/linux-1.4/obj/daeAtomicType.o] Error 1
 
 This is with gcc 4.3.2

I'm using gcc 4.3.0 on Fedora 9 and got SVN trunk to compile properly,
but I didn't try the 2.1 tag.

On a different note: do you happen to know what the 2.1 means, anyway? I
see 1.4 and 1.5 folders in the src directory, but surely these numbers
aren't versioning the same thing 2.1 is?

 Does anyone know how to fix this? I used to build COLLADA without
 problems before, but with older version of gcc.
 
 Regards,
 
 Jan
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)
 Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org
 
 iD8DBQFJD2bzn11XseNj94gRAmEeAKDxFAa0lBph0WhhWaHp79XrcBM+9wCgmBoq
 J8EMjRPUfnQjO2OyNoIrGUQ=
 =fb9A
 -END PGP SIGNATURE-
 ___
 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] COLLADA on Linux

2008-11-03 Thread Oleg Dedkow
Hello Jan,

you just have to include memory header file in dae.h. After adding this
line of code I was able to compile the actual COLLADA version under Xubuntu.

Regards,

Oleg

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Jan Ciger
Gesendet: Montag, 3. November 2008 22:03
An: OpenSceneGraph Users
Betreff: [osg-users] COLLADA on Linux

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I am sorry if this was asked before, but I didn't find it in the
archives. While trying to build the COLLADA DOM 2.1, I am getting this
compilation error right away:

$ make
Compiling src/dae/daeAtomicType.cpp to build/linux-1.4/obj/daeAtomicType.o
In file included from include/dae/daeDatabase.h:18,
 from src/dae/daeAtomicType.cpp:20:
include/dae.h:195: error: ISO C++ forbids declaration of 'auto_ptr' with
no type
include/dae.h:195: error: invalid use of '::'
include/dae.h:195: error: expected ';' before '' token
make: *** [build/linux-1.4/obj/daeAtomicType.o] Error 1

This is with gcc 4.3.2

Does anyone know how to fix this? I used to build COLLADA without
problems before, but with older version of gcc.

Regards,

Jan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org

iD8DBQFJD2bzn11XseNj94gRAmEeAKDxFAa0lBph0WhhWaHp79XrcBM+9wCgmBoq
J8EMjRPUfnQjO2OyNoIrGUQ=
=fb9A
-END PGP SIGNATURE-
___
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