nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nel] GNU/Linux patches


From: Loic Dachary
Subject: [Nel] GNU/Linux patches
Date: Wed, 10 Apr 2002 17:43:45 +0200

        Hi,

        The typdef creates a problem at compile time with
gcc-2.95.4 because of the "class CMatrix3x4SSE;" that appears
earlier. I'd say that it's a gcc bug, but the fix is quite simple.
Also the mesh_mrm_skin_template.cpp file is missing from the 
distribution.

        Cheers,

--- nel-0.3.20020410.orig/src/3d/Makefile.am
+++ nel-0.3.20020410/src/3d/Makefile.am
@@ -8,6 +8,7 @@
 
 lib_LTLIBRARIES      = libnel3d.la
 
+EXTRA_DIST           = mesh_mrm_skin_template.cpp
 
 libnel3d_la_SOURCES  = animatable.cpp                                  \
                        animatable.h                                    \
--- nel-0.3.20020410.orig/src/3d/mesh_mrm_skin.cpp
+++ nel-0.3.20020410/src/3d/mesh_mrm_skin.cpp
@@ -443,7 +443,7 @@
 
 #else // NL_OS_WINDOWS
 /// dummy CMatrix3x4SSE for non windows platform
-typedef CMatrix3x4     CMatrix3x4SSE;
+class CMatrix3x4SSE : public  CMatrix3x4 { };
 #endif

-- 
Loic   Dachary         http://www.dachary.org/  address@hidden
12 bd  Magenta         http://www.senga.org/      address@hidden
75010    Paris         T: 33 1 42 45 07 97          address@hidden
        GPG Public Key: http://www.dachary.org/loic/gpg.txt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]