CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Installation (https://www.cfd-online.com/Forums/openfoam-installation/)
-   -   ubuntu 9.10 64bit - wmake missing headers (https://www.cfd-online.com/Forums/openfoam-installation/69884-ubuntu-9-10-64bit-wmake-missing-headers.html)

soeren87 November 8, 2009 07:01

ubuntu 9.10 64bit - wmake missing headers
 
hello,

i have updated my ubuntu to V 9.10 64 bit and reinstalled openFoam.

The installation produces no errors and all examples run normally.

But when i compile a solver (for example icoFoam) using "wmake icoFoam"
I get many missing header errors like this:

"icoFoam.C:33:19: Fehler: fvCFD.H: No such file or directory"
...
...

I have not changed the Make/options file so i think there are some variables that have not been set due the installation.

do you know whats wrong ?
i am using the latest build essentials

soeren87 November 10, 2009 04:47

no ideas ?
what do you do after OpenFoam Installation to recompile a solver ?

gwierink November 11, 2009 05:34

Hi Sören,

I'm not sure, but is there perhaps a path in Make/options wrong? Perhaps a difference in versions of OpenFOAM?

Cheers,

Gijs

soeren87 November 11, 2009 06:00

Quote:

Originally Posted by gwierink (Post 235820)
Hi Sören,

I'm not sure, but is there perhaps a path in Make/options wrong? Perhaps a difference in versions of OpenFOAM?

Cheers,

Gijs

Hi Gijs

my make/options file is still the original one.
Here the icoFoam/Make/options

EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude

EXE_LIBS = \
-lfiniteVolume

I think that has to run ?
And there is no difference when i change the $(LIB_SRC) with the static path.

gwierink November 11, 2009 07:14

Hi Sören,

My Make/options looks like this:
Code:

EXE_INC = \
    -I$(LIB_SRC)/finiteVolume/lnInclude

EXE_LIBS = \
    -lfiniteVolume \
    -llduSolvers

Does it help to include the llduSolvers library? (Although in my OF-1.5-dev it happily compiled without this library :confused: ...)

Regards,

Gijs

soeren87 November 11, 2009 10:01

wow i got it !
I typed "wmake icoFoam" in the solver directory.

I only have to type "wmake"!

I am still wondering about the errors.. why didnt he just say "too much parameters" or s.th. like this..


All times are GMT -4. The time now is 18:56.