FEAP User Forum

FEAP => Installation => Topic started by: xushuhao on March 24, 2021, 02:03:40 AM

Title: Building Error about missing ifqwin
Post by: xushuhao 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.
Title: Re: Building Error about missing ifqwin
Post by: Prof. R.L. Taylor 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.
Title: Re: Building Error about missing ifqwin
Post by: Prof. R.L. Taylor 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
Title: Re: Building Error about missing ifqwin
Post by: xushuhao 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.

Title: Re: Building Error about missing ifqwin
Post by: Prof. S. Govindjee 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.
Title: Re: Building Error about missing ifqwin
Post by: xushuhao 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.