[dev] Build Fails on Linux

2015-01-30 Thread Lankswert, Patrick
lists.iotivity.org Subject: Re: [dev] Build Fails on Linux On 01/29/2015 08:49 AM, Drasko DRASKOVIC wrote: > Whoops, it turned out that I did not have installed g++ at all... > > I started with the fresh Debain distro, no g++ by default. Anyway, > seems like SCons files hardc

[dev] Build Fails on Linux

2015-01-29 Thread Drasko DRASKOVIC
On Thu, Jan 29, 2015 at 12:10 PM, Drasko DRASKOVIC < drasko.draskovic at gmail.com> wrote: > Hello Caiwen, > > On Thu, Jan 29, 2015 at 2:08 AM, Zhang, Caiwen wrote: >> It seems you have set "SCONSFLAGS". Please unset it then retry and upload the log. > > Not really: > > drasko at Hegel:~/iotivity$

[dev] Build Fails on Linux

2015-01-29 Thread Jon A. Cruz
On 01/29/2015 08:49 AM, Drasko DRASKOVIC wrote: > Whoops, it turned out that I did not have installed g++ at all... > > I started with the fresh Debain distro, no g++ by default. Anyway, seems > like SCons files hardcode CXX to g++ withouteven checking it's presence in > the system. Good catch.

[dev] Build Fails on Linux

2015-01-29 Thread Drasko DRASKOVIC
Hello Caiwen, On Thu, Jan 29, 2015 at 2:08 AM, Zhang, Caiwen wrote: > It seems you have set "SCONSFLAGS". Please unset it then retry and upload the > log. Not really: drasko at Hegel:~/iotivity$ echo $SCONSFLAGS drasko at Hegel:~/iotivity$ scons scons: Reading SConscript files ... Checking f

[dev] Build Fails on Linux

2015-01-29 Thread Zhang, Caiwen
nt: Wednesday, January 28, 2015 10:01 PM > To: iotivity-dev at lists.iotivity.org > Subject: [dev] Build Fails on Linux > > Hi all, > I have a build that's breaking on my Debian machine. > > I think that some SCons parsing removes `gcc` leaving only "o" as a >

[dev] Build Fails on Linux

2015-01-28 Thread Drasko DRASKOVIC
Hi all, I have a build that's breaking on my Debian machine. I think that some SCons parsing removes `gcc` leaving only "o" as a command (probably "o" as an "output file" option passed to GCC). Would somebody know this one off the shelf, or I will have to dig into the build scripts? BR, Drasko