Author Topic: Building Error about missing ifqwin  (Read 4323 times)

xushuhao

  • Jr. Member
  • **
  • Posts: 14
Building Error about missing ifqwin
« on: March 24, 2021, 02:03:40 AM »
Dear Feap community:

I tried to build the lib86 file with code::blocks(IDE) and gfortran ( gcc 8.1.0 ). I have encountered an error. It seems like that the build has not found a file named "ifqwin.mod". I want to know how to fix it. In order to locate the problem I have encountered, I provide the step I set the IDE.

Although I have found someone has encountered a similar problem of missing the file dflib, I still do not know how to deal with this problem.

Any help will be highly appreciated.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: Building Error about missing ifqwin
« Reply #1 on: March 24, 2021, 11:05:44 AM »
Dear Feap community:

I tried to build the lib86 file with code::blocks(IDE) and gfortran ( gcc 8.1.0 ). I have encountered an error. It seems like that the build has not found a file named "ifqwin.mod". I want to know how to fix it. In order to locate the problem I have encountered, I provide the step I set the IDE.

Although I have found someone has encountered a similar problem of missing the file dflib, I still do not know how to deal with this problem.

Any help will be highly appreciated.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: Building Error about missing ifqwin
« Reply #2 on: March 24, 2021, 11:07:25 AM »
When you build with gfortran you load the unix directory not the windows directory.  I assume this is an ubuntu type build

xushuhao

  • Jr. Member
  • **
  • Posts: 14
Re: Building Error about missing ifqwin
« Reply #3 on: March 24, 2021, 05:41:44 PM »
When you build with gfortran you load the unix directory not the windows directory.  I assume this is an ubuntu type build

Thank you Prof Taylor. May be I used gfortran on windows. And it don't have ifqwin. Now I used vs2019 and intel fortran instead.
Another error occoured.

« Last Edit: March 24, 2021, 06:10:09 PM by xushuhao »

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: Building Error about missing ifqwin
« Reply #4 on: March 24, 2021, 09:58:31 PM »
You need to use a project that builds a 64bit program.  FEAPpv no longer supports 32bit builds.
Next to Release where it says x86, select the Configuration Manager and use x64.

xushuhao

  • Jr. Member
  • **
  • Posts: 14
Re: Building Error about missing ifqwin
« Reply #5 on: March 24, 2021, 10:45:59 PM »
You need to use a project that builds a 64bit program.  FEAPpv no longer supports 32bit builds.
Next to Release where it says x86, select the Configuration Manager and use x64.

Thank you. I compiled the program successfully.