Menu

Help to compile the project

Help
alexander
2005-12-12
2012-12-12
  • alexander

    alexander - 2005-12-12

    I believe that the problem is very simple. Probably it is a known issue.
    I just have downloaded the sources and tried to make them. The result was a lot of warnings and a number of errors.
    This is the last rows of output:

    con_slang.cpp: In function `int ConInit(int, int)':
    con_slang.cpp:247: error: cannot convert `short unsigned int*' to `SLsmg_Char_Type*' for argument `1' to `unsigned int SLsmg_read_raw(SLsmg_Char_Type*, unsigned int)'
    con_slang.cpp: In function `int ConPutBoxRaw(int, int, int, int, short unsigned int*)':
    con_slang.cpp:369: error: cannot convert `short unsigned int*' to `SLsmg_Char_Type*' for argument `1' to `unsigned int SLsmg_write_raw(SLsmg_Char_Type*, unsigned int)'
    con_slang.cpp: In function `int ConGetBox(int, int, int, int, TCell*)':
    con_slang.cpp:387: error: cannot convert `TCell*' to `SLsmg_Char_Type*' for argument `1' to `unsigned int SLsmg_read_raw(SLsmg_Char_Type*, unsigned int)'
    con_slang.cpp: In function `int ConGetBoxRaw(int, int, int, int, short unsigned int*)':
    con_slang.cpp:410: error: cannot convert `short unsigned int*' to `SLsmg_Char_Type*' for argument `1' to `unsigned int SLsmg_read_raw(SLsmg_Char_Type*, unsigned int)'

     
    • Sergey Pinigin

      Sergey Pinigin - 2006-01-11

      Hi!
      Last "con_slang.cpp" have not specified strings.
      For get last sources use "Anonymous CVS Access".

       

Log in to post a comment.