Author Topic: error with include statement  (Read 4493 times)

Matt

  • New Member
  • *
  • Posts: 5
error with include statement
« on: January 24, 2018, 12:06:09 AM »
Dear all,

I am am student from hanover, Germany. For my thesis in computational engineering I need to work with feap. I got the files for feap 8.1 from my professor. After installing I am able to start the program. But when I try to open my elmt01.f the output-file only contains
**ERROR** File 'bdata.h'       in INCLUDE statement does not exist

I think the problem is the path to the include files. My makefile contains the following:

ifeq ($(ARCH),x86_64) # host is 64 Bit Machine
   OBJDIR = ../OBJ
   ODIR = ../64b
   F77  = ifort
   CC   = cc
   INC     = include -Iinclude/integer8 -Iinclude/eigenes -Iinclude/eigenes/integer8
   FOPT = -O2
   COPT = -O2
   LOPT = -L../lib -lmkl_solver -lmkl_lapack -lmkl_em64t -lguide -lpthread
   XLIB = -L/usr/X11R6/lib64 -lX11 -lm


I am working with a 64-bit linux. Maybe you can give my a hint how to change the makefile etc to solve this problem.

Best regards,
Matti

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: error with include statement
« Reply #1 on: January 24, 2018, 06:49:41 AM »
Your makefile.in file has been edited by someone else and is no longer standard.  You will need to ask around locally for some help; I suggest asking the person that you got the code from.