Re: [OmniOS-discuss] compile error from binary Bwm-NG

2013-09-26 Thread Muhammad Yousuf Khan
Thanks it worked On 9/26/13, Theo Schlossnagle wrote: > You need the system's stdio.h. > > basename file usr/include/stdio.h >pkg:/system/header@0.5.11-0.151002 > > > > On Thu, Sep 26, 2013 at 10:31 AM, Muhammad Yousuf Khan > wrote: > >> >> >> >> On Thu, Sep 26, 2013 at 6:39 PM, T

Re: [OmniOS-discuss] compile error from binary Bwm-NG

2013-09-26 Thread Muhammad Yousuf Khan
On Thu, Sep 26, 2013 at 6:39 PM, Theo Schlossnagle wrote: > Don't want to be too rude.. but read the error file. Don't paste it to > the list and ask someone else to. It says: > > conftest.c:11:19: fatal error: stdio.h: No such file or directory > compilation terminated. > configure:3202: $? =

Re: [OmniOS-discuss] compile error from binary Bwm-NG

2013-09-26 Thread Theo Schlossnagle
You need the system's stdio.h. basename file usr/include/stdio.h pkg:/system/header@0.5.11-0.151002 On Thu, Sep 26, 2013 at 10:31 AM, Muhammad Yousuf Khan wrote: > > > > On Thu, Sep 26, 2013 at 6:39 PM, Theo Schlossnagle wrote: > >> Don't want to be too rude.. but read the error file.

Re: [OmniOS-discuss] compile error from binary Bwm-NG

2013-09-26 Thread Theo Schlossnagle
Don't want to be too rude.. but read the error file. Don't paste it to the list and ask someone else to. It says: conftest.c:11:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:3202: $? = 1 You don't have stdio.h... you need to get it. OmniOS is likely diff

Re: [OmniOS-discuss] compile error from binary Bwm-NG

2013-09-26 Thread Muhammad Yousuf Khan
i did, however i thought i must be doing some thing wrong as i am new to omniOS, the file is quite big in size. just sharing the proportions of error log. gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:2667: $? = 1 configure:269

Re: [OmniOS-discuss] compile error from binary Bwm-NG

2013-09-26 Thread Theo Schlossnagle
On Thu, Sep 26, 2013 at 8:25 AM, Muhammad Yousuf Khan wrote: > [ ... snip ... ] > checking dependency style of gcc... gcc3 > checking how to run the C preprocessor... /lib/cpp > configure: error: C preprocessor "/lib/cpp" fails sanity check > See `config.log' for more details. > > Did you "see con

[OmniOS-discuss] compile error from binary Bwm-NG

2013-09-26 Thread Muhammad Yousuf Khan
i have installed pkg called gcc47 i set the path to PATH=/opt/gcc-4.7.2/bin/:$PATH when i am trying to run the ./configuration it is giving me error like this. root@omni:/tmp/bwm-ng-0.6# ./configure checking for a BSD-compatible install... /usr/gnu/bin/install -c checking whether build environme