-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiler error #4
Comments
I'm not the official developer of sediFoam. Just some suggestions.
|
I have seen this error when compiling the sediFoam code using the newest OpenFOAM 5.0.0. Since sediFoam does not support OpenFOAM 5.0.0, I think you should install OpenFOAM 2.3 or 3.0 instead. In step 9: |
Thank you for your help so much, my sediFoam can work now !!!
Cheers,
Zhongsheng Sang
…On Thu, May 3, 2018 at 1:32 PM, iurnus ***@***.***> wrote:
I have seen this error when compiling the sediFoam code using the newest
OpenFOAM 5.0.0. Since sediFoam does not support OpenFOAM 5.0.0, I think you
should install OpenFOAM 2.3 or 3.0 instead.
In step 9:
Error: binding 'comst Foam::Field' to reference of type
'Foam::scalarField& {aka Foam::Field}' discards qualifiers
scalarField& KWenYu = tKWenYu();
make: *** [make/linux64Gcc62DPInt320pt/ErgunWenYu/ErgunWenYu.o] Error 1
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AgULl9Hcp7XpiOgMlDzDVsXo9TZmgHx1ks5tuz9GgaJpZM4Tj4uu>
.
|
I also have the similar question:ErgunWenYu/ErgunWenYu.C:119:34: error: binding ‘const Foam::Field’ to reference of type ‘Foam::scalarField& {aka Foam::Field&}’ discards qualifiers |
I believe you should re-install the Ubuntu 14.04, which deserves a try, pal
On Tue, Nov 20, 2018 at 2:03 AM zhazhazhaz ***@***.***> wrote:
I also have the similar question:ErgunWenYu/ErgunWenYu.C:119:34: error:
binding ‘const Foam::Field’ to reference of type ‘Foam::scalarField& {aka
Foam::Field&}’ discards qualifiers
scalarField& KWenYu = tKWenYu()
however,i can't install openfoam3 because i can't install ubuntu14.04,my
OS is ubuntu16.04,is there any else answer to deal with the error, this
troublesome question has troubled me for 3weeks
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AgULl5Ch-I6_3M0gDUcon97viUqVPVfaks5uw6lJgaJpZM4Tj4uu>
.
--
Cheers,
Zhongsheng Sang
|
however my graphics card is too superior to install ubuntu14.04,is there any command or file to deal with it without buying new graphics |
my graphics card is AMD Firepro W2100 which support ubuntu 18.04 or ubuntu16.04 |
You should google the old version Ubuntu and try to install that first
which is how I fixed my issue
On Tue, Nov 20, 2018 at 2:07 AM zhazhazhaz ***@***.***> wrote:
however my graphics card is too superior to install ubuntu14.04,is there
any command or file to deal with it without buying new graphics
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AgULl0DaO-5o3W9gnyxLVtsehdtmXIrxks5uw6o1gaJpZM4Tj4uu>
.
--
Cheers,
Zhongsheng Sang
|
i have try so many times to deal with it. however all my trial failed |
thank you ,dude!! |
Prepare an external disk, back up anything valuable and wipe up your
computer to reinstall old version Ubuntu. Good luck pal!
On Tue, Nov 20, 2018 at 2:09 AM zhazhazhaz ***@***.***> wrote:
i have try so many times to deal with it. however all my trial failed
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AgULl0GhDO_rw2CK2z0Shml6qoofTcygks5uw6qlgaJpZM4Tj4uu>
.
--
Cheers,
Zhongsheng Sang
|
sorry ,dude ,I meet a new question :/opt/openfoam30/src/OpenFOAM/lnInclude/dimensionedType.C:197:25: note: candidate expects 3 arguments, 4 provided |
when i was compiling using command 'wmake' in directory:lammpsFoam i meet this error: |
I finally make it!my OS is ubuntu14.04.5,openfoam2.4.0! thank you ! dude! |
1 similar comment
I finally make it!my OS is ubuntu14.04.5,openfoam2.4.0! thank you ! dude! |
Cool
On Sat, Nov 24, 2018 at 12:53 AM zhazhazhaz ***@***.***> wrote:
I finally make it!my OS is ubuntu14.04.5,openfoam2.4.0! thank you ! dude!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AgULl0-e-TlVHf18CxA9h79aTi2bP4RKks5uyN68gaJpZM4Tj4uu>
.
--
Cheers,
Zhongsheng Sang
|
(1) I can not find the space package in step 4 ("How to compile?" page) even I install the exact same version with your LAMMPS;
(2) I can not understand the step 8 and could you help me in the specific commands that I should use?
(3) My compiling process was terminated because of lack of a file named "laminar.H" which confused me a lot.
Error code:
In step 5 and 7:
No rule to make target '../../lib/gpu/Makefile.lammps
Makefile:77: recipe for target 'shanghailinux' failed
make: *** [shanghailinux] Error 2
In step 9:
Error: binding 'comst Foam::Field' to reference of type 'Foam::scalarField& {aka Foam::Field}' discards qualifiers
scalarField& KWenYu = tKWenYu();
make: *** [make/linux64Gcc62DPInt320pt/ErgunWenYu/ErgunWenYu.o] Error 1
The text was updated successfully, but these errors were encountered: