[oi-dev] unexpected syntax errors :|

2017-05-16 Thread Dariusz Sendkowski
Hi, Has anyone ever encountered such weird errors during build?: /usr/include/iso/stddef_iso.h:61: syntax error, unexpected INTEGER in '# 71' at '71' /usr/include/iso/stddef_iso.h:65: syntax error, unexpected INTEGER in '# 80' at '80' /usr/include/iso/stddef_iso.h:71: syntax error, unexpected INT

Re: [oi-dev] unexpected syntax errors :|

2017-05-16 Thread Igor Kozhukhov
what is components you try to build? what compiler you are using: gcc-4.4/4.9, gcc-5, gcc-6 or something else? -Igor > On May 16, 2017, at 3:45 PM, Dariusz Sendkowski wrote: > > Hi, > > Has anyone ever encountered such weird errors during build?: > > /usr/include/iso/stddef_iso.h:61: syntax e

Re: [oi-dev] unexpected syntax errors :|

2017-05-16 Thread Aurélien Larcher
On Tue, May 16, 2017 at 2:45 PM, Dariusz Sendkowski wrote: > Hi, > > Has anyone ever encountered such weird errors during build?: > > /usr/include/iso/stddef_iso.h:61: syntax error, unexpected INTEGER in '# > 71' at '71' > /usr/include/iso/stddef_iso.h:65: syntax error, unexpected INTEGER in '# >

Re: [oi-dev] unexpected syntax errors :|

2017-05-16 Thread Alexander Pyhalov
On 05/16/17 03:45 PM, Dariusz Sendkowski wrote: Hi, Has anyone ever encountered such weird errors during build?: /usr/include/iso/stddef_iso.h:61: syntax error, unexpected INTEGER in '# 71' at '71' /usr/include/iso/stddef_iso.h:65: syntax error, unexpected INTEGER in '# 80' at '80' /usr/include

Re: [oi-dev] unexpected syntax errors :|

2017-05-16 Thread Dariusz Sendkowski
This is gcc-4.9. I'm building glade. 2017-05-16 15:03 GMT+02:00 Igor Kozhukhov : > what is components you try to build? > what compiler you are using: gcc-4.4/4.9, gcc-5, gcc-6 or something else? > > -Igor > > On May 16, 2017, at 3:45 PM, Dariusz Sendkowski > wrote: > > Hi, > > Has anyone ever

Re: [oi-dev] unexpected syntax errors :|

2017-05-16 Thread Dariusz Sendkowski
I don't use cc explicitly anywhere. It clearly prints: Configuration: Source code location: /projects/oi-userland/components/developer/glade/glade-3.19.0 Compiler:/usr/gcc/4.9/bin/gcc but when the build finally crashes it prints: . gladeui/gladeui-enum-type

Re: [oi-dev] unexpected syntax errors :|

2017-05-16 Thread Igor Kozhukhov
gladeui/glade-property-label.h:73: syntax error, unexpected identifier in '#ident "acomp: Sun C 5.10 SunOS_i386 Patch 142363-01 2009/07/15"' at 'ident' cc: -W option with unknown program no-deprecated-declarations you have mistake - you try to use SunStudio with 'cc' link instead of gcc -Igor

Re: [oi-dev] unexpected syntax errors :|

2017-05-16 Thread Alexander Pyhalov
On 05/16/17 04:22 PM, Dariusz Sendkowski wrote: I don't use cc explicitly anywhere. It clearly prints: Configuration: Source code location: /projects/oi-userland/components/developer/glade/glade-3.19.0 Compiler:/usr/gcc/4.9/bin/gcc but when the build finally cr

Re: [oi-dev] unexpected syntax errors :|

2017-05-16 Thread Dariusz Sendkowski
I can see this *Sun C 5.10* entry. That's why I paste it. I don't put cc anywhere explicitly, so how does it appear suddenly? Configure reports it uses gcc-4.9 and then bum... Sun cc ? 2017-05-16 15:29 GMT+02:00 Igor Kozhukhov : > gladeui/glade-property-label.h:73: syntax error, unexpected iden

Re: [oi-dev] unexpected syntax errors :|

2017-05-16 Thread Dariusz Sendkowski
Arrgghhh... I had them exported using *CONFIGURE_ENV* instead of *CONFIGURE_BUILD_ENV*. Thanks! 2017-05-16 15:39 GMT+02:00 Alexander Pyhalov : > On 05/16/17 04:22 PM, Dariusz Sendkowski wrote: > >> I don't use cc explicitly anywhere. >> >> It clearly prints: >> >> Configuration: >> >> So

Re: [oi-dev] unexpected syntax errors :|

2017-05-16 Thread Alan Coopersmith
On 05/16/17 05:45 AM, Dariusz Sendkowski wrote: Hi, Has anyone ever encountered such weird errors during build?: /usr/include/iso/stddef_iso.h:61: syntax error, unexpected INTEGER in '# 71' at '71' /usr/include/iso/stddef_iso.h:65: syntax error, unexpected INTEGER in '# 80' at '80' /usr/inclu