Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError compiling skia on Ubuntu 12.10 64 bits #326
Closed
Comments
|
A fix for this was just committed. Can you try again? |
|
Cleaning and compiling again. Edited: Same error. |
|
Same problem here, on OS X 10.8.3 64bit. |
|
I saw the same issue earlier on mac 10.8.2, was just about to update the other ticket (#322 I think). Sent from my iPhone On 4 Apr 2013, at 22:31, jmgrosen notifications@github.com wrote:
|
|
Oops, need to update the skia submodule. This can be worked around locally by going into src/skia and pulling. |
|
82a728b resolves this issue. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
…urce-selection Add media resource selection tests
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
clean up a compile error in the border fragment shader
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After install some additional libraries:
and compile:
I got this error:
/servo/src/skia/src/gpu/gl/GrGLCreateNullInterface.cpp: En la función ‘const GrGLInterface* GrGLCreateNullInterface()’:
/servo/src/skia/src/gpu/gl/GrGLCreateNullInterface.cpp:457:36: error: conversión inválida de ‘GrGLvoid ()(GrGLuint, GrGLsizei, const char__, const GrGLint) {aka void ()(unsigned int, int, const char__, const int)}’ a ‘void ()(unsigned int, int, const char const_, const int_)’ [-fpermissive]
In file included from /servo/src/skia/src/gpu/gl/GrGLCreateNullInterface.cpp:9:0:
/servo/src/skia/include/gpu/gl/GrGLInterface.h:116:15: error: argumento de inicialización 1 de ‘GrGLInterface::GLPtr<FNPTR_TYPE> GrGLInterface::GLPtr<FNPTR_TYPE>::operator=(FNPTR_TYPE) [con FNPTR_TYPE = void ()(unsigned int, int, const char const_, const int_); GrGLInterface::GLPtr<FNPTR_TYPE> = GrGLInterface::GLPtr<void ()(unsigned int, int, const char const*, const int*)>]’ [-fpermissive]