ff3d-users
[Top][All Lists]
Advanced

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

[ff3d-users] compile error on cvs build


From: osman
Subject: [ff3d-users] compile error on cvs build
Date: Sat, 29 Nov 2003 11:06:03 -0500
User-agent: KMail/1.5.1

Hello,
  I have copied the latest cvs sources (as of nov28), and configured with 
--enable-vtk, and tried to do a make. I get:


make[3]: Entering directory `/home/osman/ff3d/language'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../solver -I../algebra 
-I../geometry -I../utils -I../graphics  -DNDEBUG -I/usr/local/include/vtk  
-O2 -Wall -funroll-all-loops -fargument-noalias-global -fno-gcse -MT 
FunctionExpression.o -MD -MP -MF ".deps/FunctionExpression.Tpo" \
  -c -o FunctionExpression.o `test -f 'FunctionExpression.cpp' || echo 
'./'`FunctionExpression.cpp; \
then mv ".deps/FunctionExpression.Tpo" ".deps/FunctionExpression.Po"; \
else rm -f ".deps/FunctionExpression.Tpo"; exit 1; \
fi
FunctionExpression.cpp:374:2: warning: #warning OPTIMIZE HERE
FunctionExpression.cpp:428:2: warning: #warning BAD TRICK TO AVOID CONST 
PROBLEM
../algebra/TinyMatrix.hpp: In function `T gaussPivot(const TinyMatrix<N, N,
   T>&, const TinyVector<N, T2>&, TinyVector<N, T2>&) [with T2 = TinyVector<3,
   real_t>, unsigned int N = 3, T = real_t]':
../solver/ConformTransformation.hpp:246:   instantiated from here
../algebra/TinyMatrix.hpp:745: error: `t' has incomplete type
../algebra/TinyMatrix.hpp:745: error: storage size of `t' isn't known
../algebra/TinyMatrix.hpp:746: error: type/value mismatch at argument 1 in
   template parameter list for `template<unsigned int M, unsigned int N, class
   T> class TinyMatrix'
../algebra/TinyMatrix.hpp:746: error:   expected a constant of type `unsigned
   int', got `TinyVector<3, real_t>'
../algebra/TinyMatrix.hpp:746: error: type/value mismatch at argument 2 in
   template parameter list for `template<unsigned int M, unsigned int N, class
   T> class TinyMatrix'
../algebra/TinyMatrix.hpp:746: error:   expected a constant of type `unsigned
   int', got `TinyVector<3, real_t>'
../algebra/TinyMatrix.hpp:747: error: type/value mismatch at argument 1 in
   template parameter list for `template<unsigned int N, class T> class
   TinyVector'
../algebra/TinyMatrix.hpp:747: error:   expected a constant of type `unsigned
   int', got `TinyVector<3, real_t>'
../algebra/TinyMatrix.hpp:749: confused by earlier errors, bailing out
make[3]: *** [FunctionExpression.o] Error 1
make[3]: Leaving directory `/home/osman/ff3d/language'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/osman/ff3d/language'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/osman/ff3d'
make: *** [all] Error 2



TIA
osman




reply via email to

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