Open GoogleCodeExporter opened 8 years ago
Hi,
you are probably missing the gettimeofday() function. Are you trying to compile
on
Windows?
Original comment by quiest...@gmail.com
on 29 Mar 2010 at 8:54
Sorry if the OS is a bit unclear. I am running Linux, Scientific Linux version
5.4 its
a red hat clone.
Original comment by hagberg....@gmail.com
on 29 Mar 2010 at 9:14
Right, I managed to compile Mosaik without the slightest problem on Ubuntu
Karmic
Koala using gcc 4.4.1
Try to see which gcc -v to see which gcc do you have.
You can also try to compile with -ansi option which assures some
back-compatibility.
Some time ago I also compiled Mosaik smoothly using CentOS which is also a
clone of
RedHat. If you still fail, you can try to alter code. I guess it needs
gettimeofday
to do some profiling only - I would try to remove timezone maybe... This may be
of
some help:
http://www.halcode.com/archives/2008/08/26/retrieving-system-time-gettimeofday/
Or, if you have time, install ubuntu instead of SciLinux.
Martin
Original comment by quiest...@gmail.com
on 29 Mar 2010 at 9:32
I can also compile with gcc without problem.
I want to use the intel compiler because it generate a bit faster code. I can
compile
every program except MosaikText with the intel compiler.
So it is not an OS problem just that the intel compiler fails on MosaikText.
Original comment by hagberg....@gmail.com
on 29 Mar 2010 at 9:42
Original issue reported on code.google.com by
hagberg....@gmail.com
on 26 Mar 2010 at 2:11