Author Topic: having bigtime compiling sources  (Read 1735 times)

kinshadow

  • Hydlaa Citizen
  • *
  • Posts: 218
    • View Profile
(No subject)
« Reply #15 on: January 03, 2003, 09:22:50 pm »
Make sure you have all the enviroment variables (CEL, crystal, etc.) defined correctly or it won\'t find the directory with the libraries.  With CEL, make sure you put a sim-link to your cs-config in the CEL directory.

What version of the compiler are you using?

Antity

  • Traveller
  • *
  • Posts: 21
    • View Profile
(No subject)
« Reply #16 on: July 14, 2003, 02:23:06 pm »
Acraig said
Quote

/home/skythe/games/tmp/planeshift/src/tools/texparse/texparse.cpp:459: the `gets\' function is dangerous and should not be used.


Well, perhaps this is not an error but a good idea . Can you suggest another way without using gets?


from the  (Debian sid)GNU/linux manpage for gets :
Quote

Never use gets().  Because it is impossible to tell without knowing the data in advance how many characters gets() will read, and
       because  gets() will continue to store characters past the end of the buffer, it is extremely dangerous to use.  It has been used
       to break computer security.  Use fgets() instead.
How should I know how it works?That\'s what developers are for.  I only tried it.