pcc on OpenBSD 4.7

2010-06-19 Thread Дмитрий Царьков
Hello! I've tried pcc from OpenBSD 4.7-stable source tree. When trying to compile a simple example: #include stdio.h main() { printf(Hello, world!\n); return 0; } I get: /usr/include//time.h, line 112: syntax error /usr/include//time.h, line 112: syntax error /usr/include

Re: pcc on OpenBSD 4.7

2010-06-19 Thread Anthony Bentley
2010/6/19 PPP8QQP8P9 PP0QQ P:PP2 czark...@gmail.com: Hello! I've tried pcc from OpenBSD 4.7-stable source tree. The pcc in the tree is close to two years old. Try a snapshot from http://pcc.ludd.ltu.se/ instead. bAnthony J. Bentley

Re: pcc on OpenBSD 4.7

2010-06-19 Thread Jesus Sanchez
El 19/06/2010 19:46, PPP8QQP8P9 PP0QQ P:PP2 escribiC3: Hello! I've tried pcc from OpenBSD 4.7-stable source tree. When trying to compile a simple example: #includestdio.h main() { printf(Hello, world!\n); return 0; } I get: /usr/include//time.h, line 112: syntax

Re: pcc on OpenBSD 4.7

2010-06-19 Thread Дмитрий Царьков
! I've tried pcc from OpenBSD 4.7-stable source tree. The pcc in the tree is close to two years old. Try a snapshot from http://pcc.ludd.ltu.se/ instead. bAnthony J. Bentley -- Dmitrij D. Czarkoff