FEAP User Forum

FEAP => FEAPpv => Topic started by: AHadoush on January 25, 2022, 10:33:32 PM

Title: FEAPpv 5.1 compiling error
Post by: AHadoush on January 25, 2022, 10:33:32 PM
Dear all,
I did download the source file of feappv5.1 from feap website but during first time compiling I got several error messages like missing functiond and variables are not implicitly defined.
what can I do?
best regards
Ashraf
Title: Re: FEAPpv 5.1 compiling error
Post by: Prof. S. Govindjee on January 25, 2022, 11:36:58 PM
More details please.
Operating system? compiler name and version? copy of the error message?
Title: Re: FEAPpv 5.1 compiling error
Post by: AHadoush on January 26, 2022, 12:07:46 AM
ubuntu 18.04
gcc 7.5.0
gfortran 7.5.0
Title: Re: FEAPpv 5.1 compiling error
Post by: Prof. S. Govindjee on January 26, 2022, 12:18:10 AM
looks like you did not set the environment variable FEAPPVHOME5_1
try set it to the name of the top level folder
Code: [Select]
export FEAPPVHOME5_1=XXXXwhere XXXX is the folder name
Title: Re: FEAPpv 5.1 compiling error
Post by: AHadoush on January 26, 2022, 02:02:40 AM
thanks, it is working