Page 1 of 1

Error compiling r519 with Linux Mint 18

PostPosted: Fri Feb 10, 2017 8:30 am
by Shoegazer
Hello, I'm having difficulties compiling r519 with Linux Mint 18.1/GCC6.2.0. Bart, can you (or anyone) help please?

Thanks...

Code: Select all
Src/Graphics/New3D/New3D.cpp:1529:45: error: ‘memcpy’ was not declared in this scope
    memcpy(in, poly.p1.pos, sizeof(float) * 3);
                                             ^
Makefile:189: recipe for target 'obj/New3D.o' failed
make: *** [obj/New3D.o] Error 1

Re: Error compiling r519 with Linux Mint 18

PostPosted: Sat Feb 11, 2017 6:53 am
by Ian
#include <string.h>

at the top of new3d.cpp

Re: Error compiling r519 with Linux Mint 18

PostPosted: Thu Feb 16, 2017 1:29 pm
by sergio-br2
I was going to report it too, heh.

It's building again in the ubuntu PPA

Re: Error compiling r519 with Linux Mint 18

PostPosted: Fri Feb 17, 2017 7:37 am
by Shoegazer
Thanks! Can someone merge this quick compilation fix and the other one posted from r494 (see five forum topics down) into the source? If so, even better. ;)