Re: [dev] [9base] compile problem on solaris

2009-10-20 Thread stanio
* sta...@cs.tu-berlin.de [2009-10-20 12:30]: > [...] Attached patch worked for me. > oops. fingers faster than brain again ... :o) The patch is attached now. -- stanio_ diff -ubw -r 9base-4/config.mk 9base-4.sun//config.mk --- 9base-4/config.mk Thu Aug 27 19:54:24 2009 +++ 9base-4.sun//confi

Re: [dev] [9base] compile problem on solaris

2009-10-20 Thread stanio
Hi, * pancake [2009-10-09 16:19]: > panc...@suntinel:~$ ggrep -re TIOCNOTTY /usr/include/ > /usr/include/sys/ttold.h:#defineTIOCNOTTY (tIOC|113) > /* void tty association */ > /usr/include/sys/termios.h:#define TIOCNOTTY (tIOC|113) > /* void tty association

Re: [dev] [9base] compile problem on solaris

2009-10-09 Thread pancake
panc...@suntinel:~$ ggrep -re TIOCNOTTY /usr/include/ /usr/include/sys/ttold.h:#defineTIOCNOTTY (tIOC|113) /* void tty association */ /usr/include/sys/termios.h:#define TIOCNOTTY (tIOC|113) /* void tty association */ missing include? didnt check yet..but sys

[dev] [9base] compile problem on solaris

2009-10-09 Thread stanio
Hi, For a long time I've wanted to have some lightweight way to publish web content (raw/markdown/html) and did some bash/perl stuff in the past, which basically worked, but it was pretty ugly ... Werc seems to be exactly what I need, so I decided to give it a try. And for that I need to get at le