Jump to content

t1t0

Fremen
  • Posts

    7
  • Joined

  • Last visited

    Never

Reputation

0 Neutral
  1. i can try to change all 'border' variabiles in your source in dune_border you can accept this?
  2. i can't comment the 517 line because i will have other error in other curses.h members that use this definition of 'border' ... why do you use curses.h (and/or what extern include does it use)?
  3. i downloaded dunelegacy from cvs, but i have some errors to compiling it, the first: In file included from Menu.cpp:2: sand.h:429: error: `BORDERTYPE*border' redeclared as different kind of symbol /usr/include/curses.h:517: error: previous declaration of `int border(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int)' make: *** [Menu.o] Error 1 i'm trying to resolve it
  4. good, i will try it why campaign doesnt work in linux? if i will make any changes, can I send you them ?
  5. i can' compile it under linux: lot of errors because linux is case sensitive, example: Main.h is different from main.h other errors about multi-definition of some classes you can resolve them useing #ifndef GUI_H #def GUI_H // class and other here #endif
  6. Can I collaborate on your project? I know sdl and I'd like to learn to develop a game like dune
×
×
  • Create New...