Draco18s wrote:
> So, for my senior project everyone (that isn't me) decided to use Flux
World
> Server to be the backbone software for the virtual world we want to
build.
> BTW, Flux does nothing but synchronize two or more Flux viewers. It
doesn't
> touch the underlying world file, do chat, assets, permissions, or any of
those
> other fancy smantcy server-things.
>
> Anyway, I'm getting a compile error:
>
> hydrac.o: In function `printErrorExit':
> /kunden/homepages/12/d201092097/htdocs/sp/arttopian/Hydra/hydrac.c:76:
the
> `gets' function is dangerous and should not be used.
> make: *** No rule to make target `hydrabot', needed by `all'. Stop.
Maybe that's two errors. Firstly I would guess that someone has made
warnings be fatal, and gets() has triggered a warning (as it should).
The solution to that is to re-write to not use gets(), or to make
warnings non-fatal.
The second might be that something is wrong with your makefile. Did you
run any configuration steps that were necessary? Are you using the
right makefile?
--
src/


|