hello, I correctly compiled UE4 in ubuntu 14.04 and found one problem when creating a simple material with any texture (png,jpg,tga) :
Error [SM4] error: too many parameters to ‘vec3’ constructor
Error [SM4] error: ‘return’ with wrong type , in function ‘GetMaterialNormalRaw’ returning vec3
Error [SM4] warning: left-hand operand of comma expression has no effect
Error [SM4] error: ‘return’ with wrong type , in function ‘GetMaterialTranslucentMultipleScatteringExtinction’ returning vec3
Error [SM4] error: ‘return’ with wrong type , in function ‘GetMaterialWorldPositionOffset’ returning vec3
Error [SM4] error: ‘return’ with wrong type , in function ‘GetMaterialWorldDisplacement’ returning vec3
Error [SM4] warning: implicit truncation from ‘vec4’ to ‘vec2’
I compiled UE 4.7, 4.7.2 and even 4.6 but always the same problem, (in windows the material creation worked well, but my Ubuntu Machine is way more powerful),
I tried compiling with clang 3.5, and even did a Fresh installation of Ubuntu 14.04, only for that, but the same problem is still there, the only workaround I found is to create the materials in Windows and, come back to Ubuntu to do the rest , I will download the latest UE4 for Linux today from github and try again…
Hi amigo, the version of driver working with the GTX760 for Ubuntu 14.04 is the 346.59, I will try to test with Debian as well, I hope it works as well.