i fixed it.
just adding #include < math.h > for a missing ceil function.
( it also happend later on another file to which i added the same include
line, and again the problem was solved )
finally, it compiled completely :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1171926
i fixed it.
just adding #include < math.h > for a missing ceil function.
( it also happend later on another file to which i added the same include
line, and again the problem was solved )
finally, it compiled completely :-)