Re: FreeBSD Port: tcc-0.9.26_3

2016-04-14 Thread Carlos J Puga Medina
On Thu, 2016-04-14 at 10:58 +0200, Ben Wiederhake wrote: Hi, > Hello, > > > > > > > > > "#include " seems to be impossible with tcc on FreeBSD. > > > > > > Steps to reproduce: > > > Try to compile the following program: > > > """ > > > #include > > > #include > > > int main(void){printf("Hel

Re: FreeBSD Port: tcc-0.9.26_3

2016-04-14 Thread Ben Wiederhake
Hello, "#include " seems to be impossible with tcc on FreeBSD. Steps to reproduce: Try to compile the following program: """ #include #include int main(void){printf("Hello world\n");} """ Excepted results: Compilation finishes with no errors. Actual results: """ In file included from foo.c:

Re: FreeBSD Port: tcc-0.9.26_3

2016-04-13 Thread Waitman Gobble
On Wed, Apr 13, 2016 at 5:21 PM, Ben Wiederhake wrote: > Hello, > > "#include " seems to be impossible with tcc on FreeBSD. > > Steps to reproduce: > Try to compile the following program: > """ > #include > #include > int main(void){printf("Hello world\n");} > """ > > Excepted results: > Compil

Re: FreeBSD Port: tcc-0.9.26_3

2016-04-13 Thread William A. Mahaffey III
On 04/13/16 19:27, Ben Wiederhake wrote: Hello, "#include " seems to be impossible with tcc on FreeBSD. Steps to reproduce: Try to compile the following program: """ #include #include int main(void){printf("Hello world\n");} """ Excepted results: Compilation finishes with no errors. Actual

FreeBSD Port: tcc-0.9.26_3

2016-04-13 Thread Ben Wiederhake
Hello, "#include " seems to be impossible with tcc on FreeBSD. Steps to reproduce: Try to compile the following program: """ #include #include int main(void){printf("Hello world\n");} """ Excepted results: Compilation finishes with no errors. Actual results: """ In file included from foo.c:1