Hi,
On Ubuntu & Debian is not needed and it works fine.
Seems like Fedora 9 is a bit different.
Just add the missing includes until it compiles, then do an
$ svn diff > fedora.patch
and send the patch to me as more includes doesn't hurt
if it makes the system compilable on more distros.
Cheers,
Adrian Pop/
Christoph Höger wrote:
Hello,
I've tried to build OpenModelica (both 1.4.4 and r3705) on fedora 9
using gcc-4.3.0
It simply does not work. I get compiler errors complaining about non
declared symbols. E.g. malloc in simulation_init.cpp:127
Any reason why stdlib is not included although malloc() is used?
And how shall I build OpenModelica?
regards
Christoph