Menu

#8 install problem

closed-fixed
None
5
2004-01-25
2003-11-04
Liu Tong
No

I am using windowsXP and cygwin, the problem is that
when at the "Try It" stage (stage 4), after I type
$ ./configure; make
the program cannot be compiled properly, it shows on
the screen these stuffs:

make[1]: Entering directory `/brickos-0.2.6.10/util'
make[2]: Entering directory `/brickos-0.2.6.10/util/dll-
src'
gcc -o lnp.o -c /brickos/kernel/lnp.c -D_WIN32 -O2 -
Wall -I. -I/brickos/include/
lnp
/brickos/kernel/lnp.c:152:9: missing terminating "
character
/brickos/kernel/lnp.c:171:5: missing terminating "
character
make[2]: *** [lnp.o] Error 1
make[2]: Leaving directory `/brickos-0.2.6.10/util/dll-src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/brickos-0.2.6.10/util'
make: *** [all] Error 2

Discussion

  • Henner Zeller

    Henner Zeller - 2003-11-08

    Logged In: YES
    user_id=42577

    This seems to be because newer gcc's dropped support for
    multiline string constants. I just stumbled in this myself and
    patched it, then found out, that there is already a patch
    around:

    http://sourceforge.net/tracker/
    index.php?func=detail&aid=796709&group_id=58151&atid=486699

    .. that for some reason hasn't been patched into CVS yet.
    Could any of the developers please have a look at the patch
    list ?

     
  • Henner Zeller

    Henner Zeller - 2004-01-04
    • status: open --> closed-fixed
     
  • Henner Zeller

    Henner Zeller - 2004-01-04

    Logged In: YES
    user_id=42577

     
  • Stephen M. Moraco

    • assigned_to: nobody --> hzeller
     

Log in to post a comment.