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

[OpenFOAM.org] Compile OF 2.3 on Mac OS X .... the patch

Register Blogs Community New Posts Updated Threads Search

Like Tree8Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 14, 2014, 14:35
Default
  #61
Senior Member
 
Alexey Matveichev
Join Date: Aug 2011
Location: Nancy, France
Posts: 1,930
Rep Power: 38
alexeym has a spectacular aura aboutalexeym has a spectacular aura about
Send a message via Skype™ to alexeym
Hi,

well, describe what exactly you've done, step by step. Show your bashrc file. As Pstream library was not compiled I guess there was other errors before the one you've posted in your message. Can you show full compilation log?
alexeym is offline   Reply With Quote

Old   May 14, 2014, 15:48
Default
  #62
Senior Member
 
Alexey Matveichev
Join Date: Aug 2011
Location: Nancy, France
Posts: 1,930
Rep Power: 38
alexeym has a spectacular aura aboutalexeym has a spectacular aura about
Send a message via Skype™ to alexeym
You've got this line in your bashrc:

Code:
export WM_MPLIB=OPENMPI
while it should be

Code:
export WM_MPLIB=SYSTEMOPENMPI
as you have OpenMPI installed system-wide with Macports.

And due to this error in configuration, you've got this error in the very beginning of your compilation log:

Code:
Making dependency list for source file UOPwrite.C
could not open file mpi.h for source file UOPwrite.C due to No such file or directory
Making dependency list for source file UIPread.C
could not open file mpi.h for source file UIPread.C due to No such file or directory
Making dependency list for source file UPstream.C
could not open file mpi.h for source file UPstream.C due to No such file or directory
Making dependency list for source file PstreamGlobals.C
could not open file mpi.h for source file PstreamGlobals.C due to No such file or directory
SOURCE=UOPwrite.C ;  g++-mp-4.6 -m64 -fsignaling-nans  -ftrapping-math -DdarwinIntel64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -
Wold-style-cast -Wnon-virtual-dtor -O2  -DNoRepository -ftemplate-depth-100 -DOMPI_SKIP_MPICXX -I/Users/Mowa/OpenFOAM/ThirdParty-2.3
.x/platforms/darwinIntel64Gcc46/openmpi-1.6.5/include -IlnInclude -I. -I/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/src/OpenFOAM/lnInclude -
I/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/src/OSspecific/POSIX/lnInclude   -fPIC -Ddarwin -c $SOURCE -o Make/darwinIntel64Gcc46DPOptOPENM
PI/UOPwrite.o
UOPwrite.C:29:17: fatal error: mpi.h: No such file or directory
compilation terminated.
make: *** [Make/darwinIntel64Gcc46DPOptOPENMPI/UOPwrite.o] Error 1
It leads to all other troubles.
alexeym is offline   Reply With Quote

Old   May 15, 2014, 11:09
Default
  #63
Senior Member
 
Alexey Matveichev
Join Date: Aug 2011
Location: Nancy, France
Posts: 1,930
Rep Power: 38
alexeym has a spectacular aura aboutalexeym has a spectacular aura about
Send a message via Skype™ to alexeym
Can you post output of

Code:
$ which mpicc
?

Did you execute (I don't know exact syntax of the command, you should read port's man page)

Code:
$ sudo port select --set mpi <version>
?

Until you fix your OpenMPI installation there's no point in compiling OpenFOAM again and again (though, guess without Pstream compilation fails rather quickly). Also maybe it'll be easier for both of us to wait till somebody using Macports (and was able to build OF successfully) post an answer.
alexeym is offline   Reply With Quote

Old   May 15, 2014, 11:53
Default
  #64
Senior Member
 
Alexey Matveichev
Join Date: Aug 2011
Location: Nancy, France
Posts: 1,930
Rep Power: 38
alexeym has a spectacular aura aboutalexeym has a spectacular aura about
Send a message via Skype™ to alexeym
Well, maybe there are some stale dep files; as installation of MPI looks OK, try going to $WM_PROJECT_DIR and executing:

Code:
$ wclean all src
$ wclean all applications
to remove old compilation results and then execute ./Allwmake script again.
alexeym is offline   Reply With Quote

Old   May 16, 2014, 14:54
Default
  #65
New Member
 
Juimo Pierre
Join Date: Aug 2012
Posts: 13
Rep Power: 13
Roskiki is on a distinguished road
OpenFOAM to successfully compile with the same error. SEVERAL solver works except interfoam. how to operate Parafoam?

merci encor!!!!
Roskiki is offline   Reply With Quote

Old   May 17, 2014, 02:46
Default
  #66
Member
 
J.-H. Wang
Join Date: Oct 2010
Posts: 72
Rep Power: 15
f0208secretx is on a distinguished road
Quote:
Originally Posted by alexeym View Post
Hi,

I don't know much about building OF on OS X with Macport's gcc (I've used it successfully 2 years ago for 2.1.1, after I used Linux, and finally recently I've used clang to build OF on OS X).

Concerning your question about scotch, I've used 'grep -r lscotch *' and 'grep -r lptscotch *' in $WM_PROJECT_DIR to get rough estimation of the applications and libraries using Scotch library, and I guess you won't be able to use:

foamyHexMesh
renumberMesh
decomposePar (with scotch decomposition method)
foamyQuadMesh
snappyHexMesh
redistributePar

Also, since you're referencing to the post where I used clang to build OpenFOAM and your error is with gcc, I don't know what's gone wrong during installation process.
Hi alexeym,

Thanks for getting back to me. I downloaded the patch from your blog and apply them to OpenFOAM-2.3.0 from openfoam.org. I followed all the steps and yet am still getting some errors. I have little ideas on how to solve them, so I posted my log file and hopefully someone can help me with it.

Meanwhile I will try the whole process again. Thanks.

JHW
Attached Files
File Type: zip log_05-17-2014.log.zip (71.9 KB, 4 views)
f0208secretx is offline   Reply With Quote

Old   May 17, 2014, 03:09
Default
  #67
Senior Member
 
Alexey Matveichev
Join Date: Aug 2011
Location: Nancy, France
Posts: 1,930
Rep Power: 38
alexeym has a spectacular aura aboutalexeym has a spectacular aura about
Send a message via Skype™ to alexeym
Well, in addition to the compilation log, please, attach your OpenFOAM's bashrc file. Cause your log file looks rather strange to me: it use g++ in one place and clang++ in other. Also what patch did you use?
alexeym is offline   Reply With Quote

Old   May 17, 2014, 03:16
Default
  #68
Member
 
J.-H. Wang
Join Date: Oct 2010
Posts: 72
Rep Power: 15
f0208secretx is on a distinguished road
It seems that I cannot attach another file for my previous post, so I will have to do it here. Sorry for the spam...

I suspect it was because I had not removed everything completely from the failed attempt in the past. I removed the entire folder and am re-doing the whole process. This time it seems more... promising. If you can confirm this conjecture will be the best. Thank you.

I am using the patch linked from your blog:
https://dl.dropboxusercontent.com/u/...-2.3.0-2.patch
https://dl.dropboxusercontent.com/u/...-2.3.0-1.patch


JHW
Attached Files
File Type: zip log_05-17-2014.zip (74.9 KB, 3 views)
f0208secretx is offline   Reply With Quote

Old   May 17, 2014, 03:24
Default
  #69
Senior Member
 
Alexey Matveichev
Join Date: Aug 2011
Location: Nancy, France
Posts: 1,930
Rep Power: 38
alexeym has a spectacular aura aboutalexeym has a spectacular aura about
Send a message via Skype™ to alexeym
Though now log file looks more consistent, I don't like the errors with flex (finally they lead to complete fail of installation). Can you post output of

Code:
$ which flex
and

Code:
$ flex --version
commands?

Do you have Macports installed?
alexeym is offline   Reply With Quote

Old   May 17, 2014, 10:52
Default
  #70
Member
 
J.-H. Wang
Join Date: Oct 2010
Posts: 72
Rep Power: 15
f0208secretx is on a distinguished road
Quote:
Originally Posted by alexeym View Post
Though now log file looks more consistent, I don't like the errors with flex (finally they lead to complete fail of installation). Can you post output of

Code:
$ which flex
and

Code:
$ flex --version
commands?

Do you have Macports installed?

As follows:

Code:
dhcp-128-253-143-174:OpenFOAM-2.3.0 jui-hsienwang$ which flex
/opt/local/bin/flex
dhcp-128-253-143-174:OpenFOAM-2.3.0 jui-hsienwang$ flex --version
flex 2.5.37
dhcp-128-253-143-174:OpenFOAM-2.3.0 jui-hsienwang$ sudo port
MacPorts 2.2.1
Entering interactive mode... ("help" for help, "quit" to quit)
[OpenFOAM-v2.3/OpenFOAM-2.3.0] > q
Goodbye
The second attempt still failed. I attached the log file and bashrc for your reference. Thanks so much.
https://dl.dropboxusercontent.com/u/...-17-2014-2.zip



JHW
f0208secretx is offline   Reply With Quote

Old   May 17, 2014, 11:42
Default
  #71
Senior Member
 
Alexey Matveichev
Join Date: Aug 2011
Location: Nancy, France
Posts: 1,930
Rep Power: 38
alexeym has a spectacular aura aboutalexeym has a spectacular aura about
Send a message via Skype™ to alexeym
Well,

as you've got Macports installed, you should use the patch from the beginning of the thread (and use gcc installed with Macports for compilation).

My patch rely on the software shipped with OS X (clang, flex etc), so ex. there's no problem with include path for flex. As you've got Macports installed, during compilation clang is used from OS X developer tools, and flex is used from Macports installation, due to certain incompatibilities between these two, you've got the error:

Code:
Make/darwinIntel64ClangDPOpt/STLsurfaceFormatASCII.C:5981:18: error: out-of-line definition of 'LexerInput' does not match any decla
ration in 'yyFlexLexer'
int yyFlexLexer::LexerInput( char* buf, int max_size )
                 ^~~~~~~~~~
alexeym is offline   Reply With Quote

Old   May 17, 2014, 12:20
Default error compiling interFoam
  #72
New Member
 
Juimo Pierre
Join Date: Aug 2012
Posts: 13
Rep Power: 13
Roskiki is on a distinguished road
g++-mp-4.6 -m64 -fsignaling-nans -ftrapping-math -DdarwinIntel64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O2 -DNoRepository -ftemplate-depth-100 -I/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/twoPhaseMixture/lnInclude -I/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/src/transportModels -I/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/incompressible/lnInclude -I/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/interfaceProperties/lnInclude -I/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/src/turbulenceModels/incompressible/turbulenceModel -I/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/immiscibleIncompressibleTwoPhaseMixture/lnInclude -I/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/src/finiteVolume/lnInclude -I/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/src/fvOptions/lnInclude -I/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/src/meshTools/lnInclude -I/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/src/sampling/lnInclude -IlnInclude -I. -I/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/src/OpenFOAM/lnInclude -I/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/src/OSspecific/POSIX/lnInclude -fPIC -Ddarwin -lpthread -L/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/lib/dummy -lPstream Make/darwinIntel64Gcc46DPOpt/interFoam.o -L/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/lib \
-limmiscibleIncompressibleTwoPhaseMixture -lincompressibleTurbulenceModel -lincompressibleRASModels -lincompressibleLESModels -lfiniteVolume -lfvOptions -lmeshTools -lsampling -lOpenFOAM -ldl -lpthread -lm -o /Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/bin/interFoam
Undefined symbols for architecture x86_64:
"Foam::transportModel::~transportModel()", referenced from:
Foam::incompressibleTwoPhaseMixture::~incompressib leTwoPhaseMixture() in interFoam.o
Foam::immiscibleIncompressibleTwoPhaseMixture::~im miscibleIncompressibleTwoPhaseMixture() in interFoam.o
Foam::immiscibleIncompressibleTwoPhaseMixture::~im miscibleIncompressibleTwoPhaseMixture() in interFoam.o
"Foam::interfaceProperties::calculateK()", referenced from:
Foam::immiscibleIncompressibleTwoPhaseMixture::cor rect() in interFoam.o
_main in interFoam.o
"Foam::incompressibleTwoPhaseMixture::read()", referenced from:
vtable for Foam::immiscibleIncompressibleTwoPhaseMixture in interFoam.o
"Foam::incompressibleTwoPhaseMixture::calcNu() ", referenced from:
Foam::immiscibleIncompressibleTwoPhaseMixture::cor rect() in interFoam.o
_main in interFoam.o
"Foam::incompressibleTwoPhaseMixture::typeName ", referenced from:
Foam::incompressibleTwoPhaseMixture::type() const in interFoam.o
"Foam::interfaceProperties::nearInterface() const", referenced from:
_main in interFoam.o
"Foam::interfaceProperties::surfaceTensionForc e() const", referenced from:
_main in interFoam.o
"typeinfo for Foam::incompressibleTwoPhaseMixture", referenced from:
typeinfo for Foam::immiscibleIncompressibleTwoPhaseMixture in interFoam.o
"vtable for Foam::incompressibleTwoPhaseMixture", referenced from:
Foam::incompressibleTwoPhaseMixture::~incompressib leTwoPhaseMixture() in interFoam.o
Foam::immiscibleIncompressibleTwoPhaseMixture::~im miscibleIncompressibleTwoPhaseMixture() in interFoam.o
Foam::immiscibleIncompressibleTwoPhaseMixture::~im miscibleIncompressibleTwoPhaseMixture() in interFoam.o
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
"non-virtual thunk to Foam::incompressibleTwoPhaseMixture::read()", referenced from:
vtable for Foam::immiscibleIncompressibleTwoPhaseMixture in interFoam.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/bin/interFoam] Error 1

any idea?
Roskiki is offline   Reply With Quote

Old   May 18, 2014, 00:05
Default
  #73
Member
 
J.-H. Wang
Join Date: Oct 2010
Posts: 72
Rep Power: 15
f0208secretx is on a distinguished road
Quote:
Originally Posted by alexeym View Post
Well,

as you've got Macports installed, you should use the patch from the beginning of the thread (and use gcc installed with Macports for compilation).

My patch rely on the software shipped with OS X (clang, flex etc), so ex. there's no problem with include path for flex. As you've got Macports installed, during compilation clang is used from OS X developer tools, and flex is used from Macports installation, due to certain incompatibilities between these two, you've got the error:

Code:
Make/darwinIntel64ClangDPOpt/STLsurfaceFormatASCII.C:5981:18: error: out-of-line definition of 'LexerInput' does not match any decla
ration in 'yyFlexLexer'
int yyFlexLexer::LexerInput( char* buf, int max_size )
                 ^~~~~~~~~~
Hi alexeym,

Thanks for getting back to me. I followed the instruction and cloned the git version. While I was following the instruction listed in the wiki, http://openfoamwiki.net/index.php/In...OpenFOAM_2.2.2, I found a line that looks different. In the wiki it says for the file src/renumber/SloanRenumber/Make/options,
Code:
Change this line:
-L$(BOOST_ARCH_PATH)/lib -lboost_thread \
into this:
-L$(BOOST_ARCH_PATH)/lib -lboost_thread-mt \
But instead the file I pulled from github looks like
Code:
LIB_LIBS = \
    -L$(BOOST_ARCH_PATH)/lib -lboost_thread$(BOOST_THREAD_EXTENSION) \
    -lmeshTools \
    -ldecompositionMethods \
    -lrenumberMethods
I wasn't so sure if I can just change it to
Code:
LIB_LIBS = \
    -L$(BOOST_ARCH_PATH)/lib -lboost_thread-mt$(BOOST_THREAD_EXTENSION) \
If I do this naively it appears to cause trouble in the compilation. If you can give me an advise or two will be great. Thanks!


JHW
f0208secretx is offline   Reply With Quote

Old   May 18, 2014, 04:56
Default
  #74
Senior Member
 
Alexey Matveichev
Join Date: Aug 2011
Location: Nancy, France
Posts: 1,930
Rep Power: 38
alexeym has a spectacular aura aboutalexeym has a spectacular aura about
Send a message via Skype™ to alexeym
@Roskiki: I think due to certain errors libincompressibleTransportModels was not built. So you've got undefined symbols.

@f0208secretx: You should leave the line as it is, BOOST_THREAD_EXTENSION variable is filled during environment initialization. If you have single threaded boost version it will be empty, if you've got multithreaded boost version, it will contain "-mt" string.
f0208secretx likes this.
alexeym is offline   Reply With Quote

Old   May 18, 2014, 09:47
Default
  #75
New Member
 
Juimo Pierre
Join Date: Aug 2012
Posts: 13
Rep Power: 13
Roskiki is on a distinguished road
I added '-lincompressibleTransportModels \' in Make/option:

EXE_INC = \
-I$(LIB_SRC)/transportModels/twoPhaseMixture/lnInclude \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/transportModels/incompressible/lnInclude \
-I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \
-I$(LIB_SRC)/turbulenceModels/incompressible/turbulenceModel \
-I$(LIB_SRC)/transportModels/immiscibleIncompressibleTwoPhaseMixture/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/fvOptions/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude

EXE_LIBS = \
-lincompressibleTransportModels \
-limmiscibleIncompressibleTwoPhaseMixture \
-lincompressibleTurbulenceModel \
-lincompressibleRASModels \
-lincompressibleLESModels \
-lfiniteVolume \
-lfvOptions \
-lmeshTools \
-lsampling

2-wmake:

-limmiscibleIncompressibleTwoPhaseMixture -lincompressibleTurbulenceModel -lincompressibleRASModels -lincompressibleLESModels -lfiniteVolume -lfvOptions -lincompressibleTransportModels -lmeshTools -lsampling -lOpenFOAM -ldl -lpthread -lm -o /Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/bin/interFoam
Undefined symbols for architecture x86_64:
"Foam::interfaceProperties::calculateK()", referenced from:
Foam::immiscibleIncompressibleTwoPhaseMixture::cor rect() in interFoam.o
_main in interFoam.o
"Foam::interfaceProperties::nearInterface() const", referenced from:
_main in interFoam.o
"Foam::interfaceProperties::surfaceTensionForc e() const", referenced from:
_main in interFoam.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [/Users/Mowa/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/bin/interFoam] Error 1

any idea?

LtInterFoam, interFoam and interDyMFoam does not work
Roskiki is offline   Reply With Quote

Old   May 18, 2014, 09:57
Default
  #76
Senior Member
 
Alexey Matveichev
Join Date: Aug 2011
Location: Nancy, France
Posts: 1,930
Rep Power: 38
alexeym has a spectacular aura aboutalexeym has a spectacular aura about
Send a message via Skype™ to alexeym
If addition of the linking flag helped, add another one:

Code:
-linterfaceProperties
alexeym is offline   Reply With Quote

Old   May 18, 2014, 10:18
Default
  #77
New Member
 
Juimo Pierre
Join Date: Aug 2012
Posts: 13
Rep Power: 13
Roskiki is on a distinguished road
thank you very much
Roskiki is offline   Reply With Quote

Old   May 18, 2014, 11:59
Default
  #78
Member
 
J.-H. Wang
Join Date: Oct 2010
Posts: 72
Rep Power: 15
f0208secretx is on a distinguished road
I got a very similar error to Roskiki. Something like
Code:
+ wmake
g++-mp-4.6 -m64 -fsignaling-nans  -ftrapping-math -DdarwinIntel64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O2  -DNoRepository -ftemplate-depth-100 -IincompressibleTwoPhaseInteractingMixture -ImixtureViscosityModels/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/finiteVolume/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/meshTools/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/sampling/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/fvOptions/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/twoPhaseMixture/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/incompressible/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/interfaceProperties/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/TurbulenceModels/turbulenceModels/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/TurbulenceModels/compressible/lnInclude -I./relativeVelocityModels/lnInclude -IlnInclude -I. -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/OpenFOAM/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/OSspecific/POSIX/lnInclude   -fPIC -Ddarwin -lpthread -L/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/lib/openmpi-macport-gcc46 -lPstream Make/darwinIntel64Gcc46DPOpt/incompressibleTwoPhaseInteractingMixture.o Make/darwinIntel64Gcc46DPOpt/compressibleTurbulenceModels.o Make/darwinIntel64Gcc46DPOpt/driftFluxFoam.o -L/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/lib \
	     -ldriftFluxTransportModels -ldriftFluxRelativeVelocityModels -lfiniteVolume -lmeshTools -lsampling -lfvOptions -lincompressibleTransportModels -lturbulenceModels -lcompressibleTurbulenceModels -lOpenFOAM -ldl   -lpthread -lm -o /Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/bin/driftFluxFoam
Undefined symbols for architecture x86_64:
  "Foam::twoPhaseMixture::twoPhaseMixture(Foam::fvMesh const&, Foam::dictionary const&)", referenced from:
      Foam::incompressibleTwoPhaseInteractingMixture::incompressibleTwoPhaseInteractingMixture(Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&) in incompressibleTwoPhaseInteractingMixture.o
      Foam::incompressibleTwoPhaseInteractingMixture::incompressibleTwoPhaseInteractingMixture(Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&) in incompressibleTwoPhaseInteractingMixture.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[2]: *** [/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/bin/driftFluxFoam] Error 1
make[1]: *** [driftFluxFoam] Error 2
I searched online and people suggested this might be a problem of the different implementations of the standard C++ library after OS X 10.9. The discussion can be found at, for example,
http://stackoverflow.com/questions/1...-9-xcode-5-0-1

Could this be the problem? Or like Roskiki I have some models weren't built? (How do I know?) If I want to manually choose the library libstdc++, where and what should I change? Thanks a lot for your continuous help


JHW
Attached Files
File Type: zip log_05-17-4.log.zip (6.2 KB, 1 views)
f0208secretx is offline   Reply With Quote

Old   May 18, 2014, 12:10
Default
  #79
New Member
 
Juimo Pierre
Join Date: Aug 2012
Posts: 13
Rep Power: 13
Roskiki is on a distinguished road
As there were two posts with error in compilation of this solver, I've decided to post a way to correct it. The guide is valid for commit 6f6bc2f78679cffacf479cb58cc74497bbf3963c (IIRC there's no such problem on Linux, so guess this correction will be valid for later commits as error won't be fixed in repository).

1. Go to $FOAM_APP/solvers/multiphase/driftFluxFoam
2. Open Make/options in an editor
3. Make it look like:

Code:
EXE_INC = \
-IincompressibleTwoPhaseInteractingMixture \
-ImixtureViscosityModels/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/fvOptions/lnInclude \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/transportModels/twoPhaseMixture/lnInclude \
-I$(LIB_SRC)/transportModels/incompressible/lnInclude \
-I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \
-I./relativeVelocityModels/lnInclude

EXE_LIBS = \
-lfiniteVolume \
-lmeshTools \
-lsampling \
-lfvOptions \
-lincompressibleTransportModels \
-ltwoPhaseMixture \
-ldriftFluxTransportModels \
-ldriftFluxRelativeVelocityModels
in fact it's just addition of a line "-ltwoPhaseMixture \" after "-lincompressibleTransportModels \"

4. run wmake

Solver should compile now without errors.


from alexym
Roskiki is offline   Reply With Quote

Old   May 18, 2014, 14:39
Default
  #80
Member
 
J.-H. Wang
Join Date: Oct 2010
Posts: 72
Rep Power: 15
f0208secretx is on a distinguished road
Quote:
Originally Posted by Roskiki View Post
As there were two posts with error in compilation of this solver, I've decided to post a way to correct it. The guide is valid for commit 6f6bc2f78679cffacf479cb58cc74497bbf3963c (IIRC there's no such problem on Linux, so guess this correction will be valid for later commits as error won't be fixed in repository).

1. Go to $FOAM_APP/solvers/multiphase/driftFluxFoam
2. Open Make/options in an editor
3. Make it look like:

Code:
EXE_INC = \
-IincompressibleTwoPhaseInteractingMixture \
-ImixtureViscosityModels/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/fvOptions/lnInclude \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/transportModels/twoPhaseMixture/lnInclude \
-I$(LIB_SRC)/transportModels/incompressible/lnInclude \
-I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \
-I./relativeVelocityModels/lnInclude

EXE_LIBS = \
-lfiniteVolume \
-lmeshTools \
-lsampling \
-lfvOptions \
-lincompressibleTransportModels \
-ltwoPhaseMixture \
-ldriftFluxTransportModels \
-ldriftFluxRelativeVelocityModels
in fact it's just addition of a line "-ltwoPhaseMixture \" after "-lincompressibleTransportModels \"

4. run wmake

Solver should compile now without errors.


from alexym

Hi,

Thanks for the reply. It does fix one of the errors. But I still have errors from other solvers, in particular,

in interFoam:
Code:
+ wmake
g++-mp-4.6 -m64 -fsignaling-nans  -ftrapping-math -DdarwinIntel64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O2  -DNoRepository -ftemplate-depth-100 -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/twoPhaseMixture/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/incompressible/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/interfaceProperties/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/turbulenceModels/incompressible/turbulenceModel -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/immiscibleIncompressibleTwoPhaseMixture/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/finiteVolume/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/fvOptions/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/meshTools/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/sampling/lnInclude -IlnInclude -I. -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/OpenFOAM/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/OSspecific/POSIX/lnInclude   -fPIC -Ddarwin -lpthread -L/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/lib/openmpi-macport-gcc46 -lPstream Make/darwinIntel64Gcc46DPOpt/interFoam.o -L/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/lib \
	     -limmiscibleIncompressibleTwoPhaseMixture -lincompressibleTurbulenceModel -lincompressibleRASModels -lincompressibleLESModels -lfiniteVolume -lfvOptions -lmeshTools -lsampling -lOpenFOAM -ldl   -lpthread -lm -o /Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/bin/interFoam
Undefined symbols for architecture x86_64:
  "Foam::transportModel::~transportModel()", referenced from:
      Foam::incompressibleTwoPhaseMixture::~incompressibleTwoPhaseMixture() in interFoam.o
      Foam::immiscibleIncompressibleTwoPhaseMixture::~immiscibleIncompressibleTwoPhaseMixture() in interFoam.o
      Foam::immiscibleIncompressibleTwoPhaseMixture::~immiscibleIncompressibleTwoPhaseMixture() in interFoam.o
  "Foam::interfaceProperties::calculateK()", referenced from:
      Foam::immiscibleIncompressibleTwoPhaseMixture::correct()     in interFoam.o
      _main in interFoam.o
  "Foam::incompressibleTwoPhaseMixture::read()", referenced from:
      vtable for Foam::immiscibleIncompressibleTwoPhaseMixture in interFoam.o
  "Foam::incompressibleTwoPhaseMixture::calcNu()", referenced from:
      Foam::immiscibleIncompressibleTwoPhaseMixture::correct()     in interFoam.o
      _main in interFoam.o
  "Foam::incompressibleTwoPhaseMixture::typeName", referenced from:
      Foam::incompressibleTwoPhaseMixture::type() const in interFoam.o
  "Foam::interfaceProperties::nearInterface() const", referenced from:
      _main in interFoam.o
  "Foam::interfaceProperties::surfaceTensionForce() const", referenced from:
      _main in interFoam.o
  "typeinfo for Foam::incompressibleTwoPhaseMixture", referenced from:
      typeinfo for Foam::immiscibleIncompressibleTwoPhaseMixture in interFoam.o
  "vtable for Foam::incompressibleTwoPhaseMixture", referenced from:
      Foam::incompressibleTwoPhaseMixture::~incompressibleTwoPhaseMixture() in interFoam.o
      Foam::immiscibleIncompressibleTwoPhaseMixture::~immiscibleIncompressibleTwoPhaseMixture() in interFoam.o
      Foam::immiscibleIncompressibleTwoPhaseMixture::~immiscibleIncompressibleTwoPhaseMixture() in interFoam.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "non-virtual thunk to Foam::incompressibleTwoPhaseMixture::read()", referenced from:
      vtable for Foam::immiscibleIncompressibleTwoPhaseMixture in interFoam.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[2]: *** [/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/bin/interFoam] Error 1
in interDyMFoam:
Code:
+ wmake interDyMFoam
g++-mp-4.6 -m64 -fsignaling-nans  -ftrapping-math -DdarwinIntel64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O2  -DNoRepository -ftemplate-depth-100 -I.. -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/twoPhaseMixture/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/incompressible/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/interfaceProperties/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/turbulenceModels/incompressible/turbulenceModel -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/immiscibleIncompressibleTwoPhaseMixture/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/finiteVolume/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/dynamicMesh/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/dynamicFvMesh/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/meshTools/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/fvOptions/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/sampling/lnInclude -IlnInclude -I. -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/OpenFOAM/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/OSspecific/POSIX/lnInclude   -fPIC -Ddarwin -lpthread -L/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/lib/openmpi-macport-gcc46 -lPstream Make/darwinIntel64Gcc46DPOpt/interDyMFoam.o -L/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/lib \
	     -limmiscibleIncompressibleTwoPhaseMixture -lincompressibleTurbulenceModel -lincompressibleRASModels -lincompressibleLESModels -lfiniteVolume -ldynamicMesh -ldynamicFvMesh -ltopoChangerFvMesh -lmeshTools -lfvOptions -lsampling -lOpenFOAM -ldl   -lpthread -lm -o /Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/bin/interDyMFoam
Undefined symbols for architecture x86_64:
  "Foam::transportModel::~transportModel()", referenced from:
      Foam::incompressibleTwoPhaseMixture::~incompressibleTwoPhaseMixture() in interDyMFoam.o
      Foam::immiscibleIncompressibleTwoPhaseMixture::~immiscibleIncompressibleTwoPhaseMixture() in interDyMFoam.o
      Foam::immiscibleIncompressibleTwoPhaseMixture::~immiscibleIncompressibleTwoPhaseMixture() in interDyMFoam.o
  "Foam::interfaceProperties::calculateK()", referenced from:
      Foam::immiscibleIncompressibleTwoPhaseMixture::correct()     in interDyMFoam.o
      _main in interDyMFoam.o
  "Foam::incompressibleTwoPhaseMixture::read()", referenced from:
      vtable for Foam::immiscibleIncompressibleTwoPhaseMixture in interDyMFoam.o
  "Foam::incompressibleTwoPhaseMixture::calcNu()", referenced from:
      Foam::immiscibleIncompressibleTwoPhaseMixture::correct()     in interDyMFoam.o
      _main in interDyMFoam.o
  "Foam::incompressibleTwoPhaseMixture::typeName", referenced from:
      Foam::incompressibleTwoPhaseMixture::type() const in interDyMFoam.o
  "Foam::interfaceProperties::nearInterface() const", referenced from:
      _main in interDyMFoam.o
  "Foam::interfaceProperties::surfaceTensionForce() const", referenced from:
      _main in interDyMFoam.o
  "typeinfo for Foam::incompressibleTwoPhaseMixture", referenced from:
      typeinfo for Foam::immiscibleIncompressibleTwoPhaseMixture in interDyMFoam.o
  "vtable for Foam::incompressibleTwoPhaseMixture", referenced from:
      Foam::incompressibleTwoPhaseMixture::~incompressibleTwoPhaseMixture() in interDyMFoam.o
      Foam::immiscibleIncompressibleTwoPhaseMixture::~immiscibleIncompressibleTwoPhaseMixture() in interDyMFoam.o
      Foam::immiscibleIncompressibleTwoPhaseMixture::~immiscibleIncompressibleTwoPhaseMixture() in interDyMFoam.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "non-virtual thunk to Foam::incompressibleTwoPhaseMixture::read()", referenced from:
      vtable for Foam::immiscibleIncompressibleTwoPhaseMixture in interDyMFoam.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[2]: *** [/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/bin/interDyMFoam] Error 1
in porousInterFoam:
Code:
+ wmake porousInterFoam
g++-mp-4.6 -m64 -fsignaling-nans  -ftrapping-math -DdarwinIntel64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O2  -DNoRepository -ftemplate-depth-100 -I.. -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/twoPhaseMixture/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/incompressible/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/interfaceProperties/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/immiscibleIncompressibleTwoPhaseMixture/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/turbulenceModels/incompressible/turbulenceModel -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/finiteVolume/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/meshTools/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/fvOptions/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/sampling/lnInclude -IlnInclude -I. -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/OpenFOAM/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/OSspecific/POSIX/lnInclude   -fPIC -Ddarwin -lpthread -L/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/lib/openmpi-macport-gcc46 -lPstream Make/darwinIntel64Gcc46DPOpt/porousInterFoam.o -L/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/lib \
	     -limmiscibleIncompressibleTwoPhaseMixture -lincompressibleTransportModels -lincompressibleTurbulenceModel -lincompressibleRASModels -lincompressibleLESModels -lfiniteVolume -lmeshTools -lfvOptions -lsampling -lOpenFOAM -ldl   -lpthread -lm -o /Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/bin/porousInterFoam
Undefined symbols for architecture x86_64:
  "Foam::interfaceProperties::calculateK()", referenced from:
      Foam::immiscibleIncompressibleTwoPhaseMixture::correct()     in porousInterFoam.o
      _main in porousInterFoam.o
  "Foam::interfaceProperties::nearInterface() const", referenced from:
      _main in porousInterFoam.o
  "Foam::interfaceProperties::surfaceTensionForce() const", referenced from:
      _main in porousInterFoam.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[2]: *** [/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/bin/porousInterFoam] Error 1
in LTSInterFoam:
Code:
+ wmake LTSInterFoam
g++-mp-4.6 -m64 -fsignaling-nans  -ftrapping-math -DdarwinIntel64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O2  -DNoRepository -ftemplate-depth-100 -I.. -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/twoPhaseMixture/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/incompressible/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/interfaceProperties/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/turbulenceModels/incompressible/turbulenceModel -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/transportModels/immiscibleIncompressibleTwoPhaseMixture/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/finiteVolume/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/meshTools/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/fvOptions/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/sampling/lnInclude -IlnInclude -I. -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/OpenFOAM/lnInclude -I/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/src/OSspecific/POSIX/lnInclude   -fPIC -Ddarwin -lpthread -L/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/lib/openmpi-macport-gcc46 -lPstream Make/darwinIntel64Gcc46DPOpt/LTSInterFoam.o -L/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/lib \
	     -limmiscibleIncompressibleTwoPhaseMixture -lincompressibleTurbulenceModel -lincompressibleRASModels -lincompressibleLESModels -lfiniteVolume -lmeshTools -lfvOptions -lsampling -lOpenFOAM -ldl   -lpthread -lm -o /Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/bin/LTSInterFoam
Undefined symbols for architecture x86_64:
  "Foam::transportModel::~transportModel()", referenced from:
      Foam::incompressibleTwoPhaseMixture::~incompressibleTwoPhaseMixture() in LTSInterFoam.o
      Foam::immiscibleIncompressibleTwoPhaseMixture::~immiscibleIncompressibleTwoPhaseMixture() in LTSInterFoam.o
      Foam::immiscibleIncompressibleTwoPhaseMixture::~immiscibleIncompressibleTwoPhaseMixture() in LTSInterFoam.o
  "Foam::interfaceProperties::calculateK()", referenced from:
      Foam::immiscibleIncompressibleTwoPhaseMixture::correct()     in LTSInterFoam.o
      _main in LTSInterFoam.o
  "Foam::incompressibleTwoPhaseMixture::read()", referenced from:
      vtable for Foam::immiscibleIncompressibleTwoPhaseMixture in LTSInterFoam.o
  "Foam::incompressibleTwoPhaseMixture::calcNu()", referenced from:
      Foam::immiscibleIncompressibleTwoPhaseMixture::correct()     in LTSInterFoam.o
      _main in LTSInterFoam.o
  "Foam::incompressibleTwoPhaseMixture::typeName", referenced from:
      Foam::incompressibleTwoPhaseMixture::type() const in LTSInterFoam.o
  "Foam::interfaceProperties::surfaceTensionForce() const", referenced from:
      _main in LTSInterFoam.o
  "typeinfo for Foam::incompressibleTwoPhaseMixture", referenced from:
      typeinfo for Foam::immiscibleIncompressibleTwoPhaseMixture in LTSInterFoam.o
  "vtable for Foam::incompressibleTwoPhaseMixture", referenced from:
      Foam::incompressibleTwoPhaseMixture::~incompressibleTwoPhaseMixture() in LTSInterFoam.o
      Foam::immiscibleIncompressibleTwoPhaseMixture::~immiscibleIncompressibleTwoPhaseMixture() in LTSInterFoam.o
      Foam::immiscibleIncompressibleTwoPhaseMixture::~immiscibleIncompressibleTwoPhaseMixture() in LTSInterFoam.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "non-virtual thunk to Foam::incompressibleTwoPhaseMixture::read()", referenced from:
      vtable for Foam::immiscibleIncompressibleTwoPhaseMixture in LTSInterFoam.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[2]: *** [/Users/jui-hsienwang/OpenFOAM/OpenFOAM-2.3.x/platforms/darwinIntel64Gcc46DPOpt/bin/LTSInterFoam] Error 1

log file attached for your reference. Thanks


JHW
Attached Files
File Type: zip log_05-17-5.log.zip (5.9 KB, 2 views)
f0208secretx 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
[Other] dynamicTopoFVMesh and pointDisplacement RandomUser OpenFOAM Meshing & Mesh Conversion 6 April 26, 2018 07:30
Near wall treatment in k-omega SST Arnoldinho OpenFOAM Running, Solving & CFD 38 March 8, 2017 13:48
[mesh manipulation] Importing Multiple Meshes thomasnwalshiii OpenFOAM Meshing & Mesh Conversion 18 December 19, 2015 18:57
createPatch Segmentation Fault (CORE DUMPED) sam.ho OpenFOAM Pre-Processing 2 April 21, 2014 02:01
[Gmsh] Import gmsh msh to Foam adorean OpenFOAM Meshing & Mesh Conversion 24 April 27, 2005 08:19


All times are GMT -4. The time now is 02:51.