Skip to content

Instantly share code, notes, and snippets.

@jasonwilliams
Created January 6, 2016 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonwilliams/f9a0bc80ba24743d7757 to your computer and use it in GitHub Desktop.
Save jasonwilliams/f9a0bc80ba24743d7757 to your computer and use it in GitHub Desktop.
src/libANGLE/Platform.cpp: In function 'void ANGLEPlatformInitialize(angle::Platform*)':
src/libANGLE/Platform.cpp:25:19: warning: 'void ANGLEPlatformInitialize(angle::Platform*)' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
src/libANGLE/Platform.cpp: At global scope:
src/libANGLE/Platform.cpp:32:19: error: function 'void ANGLEPlatformShutdown()' definition is marked dllimport
ANGLE_EXPORT void ANGLEPlatformShutdown()
^
src/libANGLE/Platform.cpp: In function 'void ANGLEPlatformShutdown()':
src/libANGLE/Platform.cpp:32:19: warning: 'void ANGLEPlatformShutdown()' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
make: *** [/home/IEUser/servo/target/debug/build/angle-ee9dc8911de0d6f3/out/src/libANGLE/Platform.o] Error 1
make: *** Waiting for unfinished jobs....
thread '<main>' panicked at 'assertion failed: Command::new("make").args(&["-R", "-f", "makefile.cargo",
&format!("-j{}" , env:: var ( "NUM_JOBS" ) .
unwrap (
))]).status().unwrap().success()', C:/msys64/home/IEUser/servo/.cargo\git\checkouts\angle-2bd976f992e199d6\servo\build.rs:10
Build completed in 704.97s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment