Author Topic: updater won't build?  (Read 607 times)

grayFalcon

  • Traveller
  • *
  • Posts: 28
    • View Profile
updater won't build?
« on: January 30, 2005, 11:36:21 pm »
Hello everybody!

I\'m starting to go ballistic here...

Neither in CVS, nor in the linux installer, am I able to get the updater to work. There\'s simply NO BINARY that is called updater, not even one that starts with u! In CVS, the updater sources are there, but for some reason, it won\'t build! There are no errors in the compilation output (just a few warnings about converting int to float, and that\'s in the server code).

So how am I suppodes to get the necessary art files?

I don\'t seem to find anybody else on the forum having this problem (except of fken, as far as I recall, who got an anwser vie pm, so that doesn\'t help me any).

Has anybody got ANY suggestions as to how to get the damned updater compiling? I\'m really going crazy about this...

Karosh_Steinkatz

  • Hydlaa Citizen
  • *
  • Posts: 486
    • View Profile
(No subject)
« Reply #1 on: January 31, 2005, 12:14:37 am »
Do you have libcurl installed? That depency is often missed. Besides that, the usual
./autogen.sh
./configure
jam
should work.


Back to Planeshift again \\o/

grayFalcon

  • Traveller
  • *
  • Posts: 28
    • View Profile
(No subject)
« Reply #2 on: January 31, 2005, 12:25:17 am »
You\'re right, I didn\'t have libcurl-dev installed (did have libcurl though). I\'ll try it again...

Just bugs me that there was no error, no message from configure, the updater just doesn\'t get built.