If you believe it or not - I just found the solution 30 seconds ago:
My .bashrc looked like this:
export PATH=${OMNETDIR}/lib:$PATH
And this caused all my problems!
Actually is has to look like this:
export PATH=$PATH:${OMNETDIR}/lib
I assume the reason is the folder gcc contained in omnetpp/lib! If
this folder gets searched first by gcc, gcc messes everything up.
If gcc finds it normal include folders first, and the omnetpp/lib/gcc
folder last, everything works.
In the InstallGuide.pdf the order is correct - but I used a custom
install guide from my university which has this little differences
that causes all problems...
Sorry for any inconvenience I might have caused !
On Jan 27, 2:29 pm, Rudolf Hornig <
rudolf.hor...@gmail.com> wrote:
> I'm unable to reproduce this. For me everything is error free.
>
> Could you please write down (or make a screenshot) of the problems view and
> also attach the .log file from the <workspace>/.metadata
>
> You can send it directly to me instead of the mailing list.
> Rudolf
>