Author Topic: FEAPpv 5.1 compiling error  (Read 9106 times)

AHadoush

  • Jr. Member
  • **
  • Posts: 17
FEAPpv 5.1 compiling error
« 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

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: FEAPpv 5.1 compiling error
« Reply #1 on: January 25, 2022, 11:36:58 PM »
More details please.
Operating system? compiler name and version? copy of the error message?

AHadoush

  • Jr. Member
  • **
  • Posts: 17
Re: FEAPpv 5.1 compiling error
« Reply #2 on: January 26, 2022, 12:07:46 AM »
ubuntu 18.04
gcc 7.5.0
gfortran 7.5.0

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: FEAPpv 5.1 compiling error
« Reply #3 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

AHadoush

  • Jr. Member
  • **
  • Posts: 17
Re: FEAPpv 5.1 compiling error
« Reply #4 on: January 26, 2022, 02:02:40 AM »
thanks, it is working