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
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$
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.
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
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
>
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