CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Bugs

Compilation error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 19, 2007, 03:14
Default + wmake libso dynamicMesh SOU
  #1
New Member
 
Nikolay Ovchinnikov
Join Date: Mar 2009
Posts: 3
Rep Power: 17
ovchin is on a distinguished road
+ wmake libso dynamicMesh
SOURCE=motionSmoother/motionSmoother.C ; icpc -Dlinux -DDP -wd654,819,1125,1476,1505,1572 -ansi-alias -O3 -ftz -fno-alias -fargument-noalias-global -unroll0 -DNoRepository -I/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/src/finiteVolume/lnInclude -I/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/src/meshTools/lnInclude -I/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/src/triSurface/lnInclude -IlnInclude -I. -I/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/src/OpenFOAM/lnInclude -fPIC -c $SOURCE -o Make/linuxI32DPOpt/motionSmoother.o
/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/src/OpenFOAM/lnInclude/FieldFieldFunctions. C(832): error: no instance of overloaded function "Foam::outer" matches the argument list
argument types are: (Foam::pointPatchField<foam::vector>, const Foam::pointPatchField<foam::scalar>, const Foam::pointPatchField<foam::vector>)
PRODUCT_OPERATOR(outerProduct, *, outer)
^
detected during:
instantiation of "void Foam::outer(Foam::FieldField<field,>::type> &, const Foam::FieldField<field,> &, const Foam::FieldField<field,> &) [with Field=Foam::pointPatchField, Type1=Foam::scalar={Foam::doubleScalar={double}}, Type2=Foam::vector]" at line 952 of "/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/src/OpenFOAM/lnInclude/GeometricFieldFunct ions.C"
instantiation of "void Foam::outer(Foam::GeometricField<foam::outerproduc t<type1,>::type, PatchField, GeoMesh> &, const Foam::GeometricField<typer,> &, const Foam::GeometricField<type1,> &) [with Type1=Foam::scalar={Foam::doubleScalar={double}}, Type2=Foam::vector, PatchField=Foam::pointPatchField, GeoMesh=Foam::pointMesh]" at line 952 of "/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/src/OpenFOAM/lnInclude/GeometricFieldFunct ions.C"
instantiation of "Foam::tmp<foam::geometricfield<foam::outerproduct <type1,>::type, PatchField, GeoMesh>> Foam::operator*(const Foam::GeometricField<typer,> &, const Foam::GeometricField<type1,> &) [with Type1=Foam::scalar={Foam::doubleScalar={double}}, Type2=Foam::vector, PatchField=Foam::pointPatchField, GeoMesh=Foam::pointMesh]" at line 815 of "motionSmoother/motionSmoother.C"

compilation aborted for motionSmoother/motionSmoother.C (code 2)
ovchin is offline   Reply With Quote

Old   September 19, 2007, 03:21
Default This problem has already been
  #2
Senior Member
 
Join Date: Mar 2009
Posts: 854
Rep Power: 22
henry is on a distinguished road
This problem has already been reported and fixed, take a look through previous bug-reports and your will find the files you need to fix it.
henry is offline   Reply With Quote

Old   September 19, 2007, 16:44
Default Thanks, but i have next simila
  #3
New Member
 
Nikolay Ovchinnikov
Join Date: Mar 2009
Posts: 3
Rep Power: 17
ovchin is on a distinguished road
Thanks, but i have next similar error:
-----
Scanning dependencies of target PVFoamReader
make[5]: Leaving directory `/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/applications/utilities/postProcessing/grap hics/PVFoamReader/PVFoamReader/Make/linuxI32DPOpt'
make[5]: Entering directory `/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/applications/utilities/postProcessing/grap hics/PVFoamReader/PVFoamReader/Make/linuxI32DPOpt'
[ 42%] Building CXX object CMakeFiles/PVFoamReader.dir/vtkFoamReader.o
/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/src/OpenFOAM/lnInclude/FixedListI.H(341): error: function template "Foam::T" is not a type name
const FixedList<t,>& fl
^

/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/src/OpenFOAM/lnInclude/FixedListI.H(339): error: no instance of overloaded function "Foam::FixedList<t,>::Hash<hasht>::operator()" matches the specified type
inline label FixedList<t,>::Hash<hasht>::operator()
^

/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/src/OpenFOAM/lnInclude/FixedListI.H(361): error: function template "Foam::T" is not a type name
const FixedList<t,>& fl,
^

/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/src/OpenFOAM/lnInclude/FixedListI.H(359): error: no instance of overloaded function "Foam::FixedList<t,>::Hash<hasht>::operator()" matches the specified type
inline label FixedList<t,>::Hash<hasht>::operator()
^

compilation aborted for /home/ovchin/OpenFOAM/OpenFOAM-1.4.1/applications/utilities/postProcessing/graph ics/PVFoamReader/PVFoamReader/vtkFoamReader.cxx (code 2)
make[5]: *** [CMakeFiles/PVFoamReader.dir/vtkFoamReader.o] Ошибка 2
make[5]: Leaving directory `/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/applications/utilities/postProcessing/grap hics/PVFoamReader/PVFoamReader/Make/linuxI32DPOpt'
make[4]: *** [CMakeFiles/PVFoamReader.dir/all] Ошибка 2
make[4]: Leaving directory `/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/applications/utilities/postProcessing/grap hics/PVFoamReader/PVFoamReader/Make/linuxI32DPOpt'
make[3]: *** [all] Ошибка 2
make[3]: Leaving directory `/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/applications/utilities/postProcessing/grap hics/PVFoamReader/PVFoamReader/Make/linuxI32DPOpt'
make[2]: *** [PVFoamReader] Ошибка 2
make[2]: Leaving directory `/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/applications/utilities/postProcessing/grap hics'
make[1]: *** [graphics] Ошибка 2
make[1]: Leaving directory `/home/ovchin/OpenFOAM/OpenFOAM-1.4.1/applications/utilities/postProcessing'
make: *** [postProcessing] Ошибка 2
+
--------

I can't search anything about "FixedListI.H" in this board
ovchin is offline   Reply With Quote

Old   September 19, 2007, 17:20
Default Which version of icpc are you
  #4
Senior Member
 
Join Date: Mar 2009
Posts: 854
Rep Power: 22
henry is on a distinguished road
Which version of icpc are you using?
henry is offline   Reply With Quote

Old   September 20, 2007, 03:56
Default icpc (ICC) 10.0 20070809
  #5
New Member
 
Nikolay Ovchinnikov
Join Date: Mar 2009
Posts: 3
Rep Power: 17
ovchin is on a distinguished road
icpc (ICC) 10.0 20070809
ovchin is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
udf compilation error sdp FLUENT 0 February 5, 2009 02:58
UDF compilation error Hari FLUENT 0 February 22, 2008 13:40
Compilation error skabilan OpenFOAM Installation 1 September 17, 2007 13:33
Compilation error CFX 11 Beth CFX 0 July 26, 2007 19:36
Compilation error Karthick FLUENT 5 April 16, 2004 13:36


All times are GMT -4. The time now is 13:20.