Re: [Slackbuilds-users] Error building codelite-14.0

2020-05-10 Thread Willy Sudiarto Raharjo
> I recently built codelite-13.0, and that went OK, but the recent upgrade > to codelite-14.0 failed on my Slackware-14.2 machine. > > Here's the problem... > > === > > CodeLite/CMakeFiles/libcodelite.dir/cl_ssh.cpp.o >

Re: [Slackbuilds-users] Latest nodejs not building

2020-05-10 Thread Lenard Spencer
oops, let ne qualify that. It built fine on current, tring 14.2 now. On Sun, May 10, 2020, 14:15 Willy Sudiarto Raharjo wrote: > > g++ -o > > Did you try using su or "su -" ? > > -- > Willy Sudiarto Raharjo > > ___ > SlackBuilds-users mailing list >

Re: [Slackbuilds-users] Latest nodejs not building

2020-05-10 Thread Lenard Spencer
FYI, it built fine here with 'su -', haven't tried with just 'su'. On Sun, May 10, 2020, 14:15 Willy Sudiarto Raharjo wrote: > > g++ -o > > Did you try using su or "su -" ? > > -- > Willy Sudiarto Raharjo > > ___ > SlackBuilds-users mailing list >

Re: [Slackbuilds-users] Latest nodejs not building

2020-05-10 Thread Willy Sudiarto Raharjo
> g++ -o Did you try using su or "su -" ? -- Willy Sudiarto Raharjo signature.asc Description: OpenPGP digital signature ___ SlackBuilds-users mailing list SlackBuilds-users@slackbuilds.org

Re: [Slackbuilds-users] Latest nodejs not building

2020-05-10 Thread Luveh Keraph
I did use su - On Sun, May 10, 2020 at 12:15 PM Willy Sudiarto Raharjo < will...@slackbuilds.org> wrote: > > g++ -o > > Did you try using su or "su -" ? > > -- > Willy Sudiarto Raharjo > > ___ > SlackBuilds-users mailing list >

Re: [Slackbuilds-users] Latest nodejs not building

2020-05-10 Thread Luveh Keraph
Got it to build. The problem was that in that system I had version 5.3.0 of the Gnu compiler tools. Once I upgraded to version 5.5.0 the build proceeded without any issues. On Sun, May 10, 2020 at 12:30 PM Matteo Bernardini < matteo.bernard...@gmail.com> wrote: > FWIW I can confirm that it built

[Slackbuilds-users] Latest nodejs not building

2020-05-10 Thread Luveh Keraph
g++ -o /tmp/sbopkg.uWewFs/node-v12.16.3/out/Release/obj.target/torque_base/deps/v8/src/torque/cfg.o ../deps/v8/src/torque/cfg.cc '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DV8_TARGET_ARCH_X64'

Re: [Slackbuilds-users] Latest nodejs not building

2020-05-10 Thread Matteo Bernardini
FWIW I can confirm that it built fine here on my slackware64-14.2. Il giorno dom 10 mag 2020 alle ore 20:18 Luveh Keraph <1.41...@gmail.com> ha scritto: > > I did use su - > > > On Sun, May 10, 2020 at 12:15 PM Willy Sudiarto Raharjo > wrote: >> >> > g++ -o >> >> Did you try using su or "su -"

Re: [Slackbuilds-users] Latest nodejs not building

2020-05-10 Thread Lenard Spencer
I was able to build it both with 'su' and 'su -', but i did notice it threw warnings (NOT errors) about gcc being too old. This is on a clean 14.2 install partition (not a vm). Hope this helps. On Sun, May 10, 2020, 19:48 Lenard Spencer wrote: > oops, let ne qualify that. It built fine on