Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building fails on rust 1.3 x86_64.pc-windows-msvc #355

Closed
hgmich opened this issue Oct 12, 2015 · 2 comments
Closed

Building fails on rust 1.3 x86_64.pc-windows-msvc #355

hgmich opened this issue Oct 12, 2015 · 2 comments

Comments

@hgmich
Copy link

hgmich commented Oct 12, 2015

Attempting to link gives a bunch of warnings about locally defined symbols being imported, then finally fails on trying to import the symbol GL_XML:

error: linking with `link.exe` failed: exit code: 1120
note: "C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\VC\\bin\\amd64\\link.exe" "/NOLOGO" "/NXCOMPAT" "/LIBPATH:C:\\Program Files\\Rust stable 1.3\\bin\\rustlib\\x86_64-pc-windows-msvc\\lib" "E:\\piston\\projs\\example\\target\\debug\\build\\gl-9653698dd50d604e\\build_script_build.0.o" "/OUT:E:\\piston\\projs\\example\\target\\debug\\build\\gl-9653698dd50d604e\\build_script_build.exe" "/OPT:REF,ICF" "/DEBUG" "E:\\piston\\projs\\example\\target\\debug\\deps\\libgl_generator-ad88adcf083845d6.rlib" "E:\\piston\\projs\\example\\target\\debug\\deps\\libkhronos_api-bb92f599df0c33a6.rlib" "E:\\piston\\projs\\example\\target\\debug\\deps\\libxml-ec337cc3dc06d297.rlib" "E:\\piston\\projs\\example\\target\\debug\\deps\\libkhronos_api-2620b9ec1506953f.rlib" "E:\\piston\\projs\\example\\target\\debug\\deps\\liblog-f18a3e885170bd3f.rlib" "E:\\piston\\projs\\example\\target\\debug\\deps\\liblibc-144c435538abd757.rlib" "E:\\piston\\projs\\example\\target\\debug\\deps\\libbitflags-c495827ddcd6a202.rlib" "/LIBPATH:C:\\Program Files\\Rust stable 1.3\\bin\\rustlib\\x86_64-pc-windows-msvc\\lib" "std-198068b3.lib" "/LIBPATH:E:\\piston\\projs\\example\\target\\debug\\deps" "/LIBPATH:E:\\piston\\projs\\example\\target\\debug\\deps" "/LIBPATH:C:\\Program Files\\Rust stable 1.3\\bin\\rustlib\\x86_64-pc-windows-msvc\\lib" "/LIBPATH:E:\\piston\\projs\\example\\.rust\\bin\\x86_64-pc-windows-msvc" "/LIBPATH:E:\\piston\\projs\\example\\bin\\x86_64-pc-windows-msvc" "kernel32.lib" "shell32.lib" "msvcrt.lib" "ws2_32.lib" "userenv.lib" "advapi32.lib" "kernel32.lib" "shell32.lib" "msvcrt.lib" "compiler-rt.lib"
note:    Creating library E:\piston\projs\example\target\debug\build\gl-9653698dd50d604e\build_script_build.lib and object E:\piston\projs\example\target\debug\build\gl-9653698dd50d604e\build_script_build.exp
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry15__STATIC_FMTSTR20h049325799f766ae7iScE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry15__STATIC_FMTSTR20h049325799f766ae7DNcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry10_FILE_LINE20hdc11f328f56511e13NcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN20MAX_LOG_LEVEL_FILTER20h328cc7862c659b70EaaE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry15__STATIC_FMTSTR20h049325799f766ae78PcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry4_LOC20h38deda508f66a1bd8OcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry15__STATIC_FMTSTR20h049325799f766ae7qRcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry10_FILE_LINE20hdc11f328f56511e1QRcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry10_FILE_LINE20hdc11f328f56511e1IScE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry15__STATIC_FMTSTR20h049325799f766ae7FXcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry4_LOC20h38deda508f66a1bdFWcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry15__STATIC_FMTSTR20h049325799f766ae7AZcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry4_LOC20h38deda508f66a1bdAYcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry15__STATIC_FMTSTR20h049325799f766ae7p0cE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry10_FILE_LINE20hdc11f328f56511e1R0cE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry15__STATIC_FMTSTR20h049325799f766ae771cE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry10_FILE_LINE20hdc11f328f56511e1I2cE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$16consume_registry20h4021071740324587080E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$20expect_start_element15__STATIC_FMTSTR20h049325799f766ae7NIcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$20expect_start_element20h3296502817281919468E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$20expect_start_element10_FILE_LINE20hdc11f328f56511e1lJcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$20expect_start_element20h3296502817281919468E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$4recv10_FILE_LINE20hdc11f328f56511e1SFcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$4recv21h14463985776689356117E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$4recv15__STATIC_FMTSTR20h049325799f766ae7eGcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$4recv21h14463985776689356117E

build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$4recv10_FILE_LINE20hdc11f328f56511e1EGcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$4recv21h14463985776689356117E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$4recv10_FILE_LINE20hdc11f328f56511e15GcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$4recv21h14463985776689356117E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$10skip_until15__STATIC_FMTSTR20h049325799f766ae77KcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$10skip_until20h6617185534578560225E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$10skip_until10_FILE_LINE20hdc11f328f56511e1yLcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$10skip_until20h6617185534578560225E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$13consume_group15__STATIC_FMTSTR20h049325799f766ae7HkdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$13consume_group20h4810789811481848541E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$13consume_group10_FILE_LINE20hdc11f328f56511e17kdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$13consume_group20h4810789811481848541E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$18expect_end_element15__STATIC_FMTSTR20h049325799f766ae70JcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$18expect_end_element21h17641720291640254141E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$18expect_end_element10_FILE_LINE20hdc11f328f56511e1yKcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$18expect_end_element21h17641720291640254141E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$13consume_enums15__STATIC_FMTSTR20h049325799f766ae7UmdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$13consume_enums20h6462710186335835008E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$13consume_enums10_FILE_LINE20hdc11f328f56511e1kndE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$13consume_enums20h6462710186335835008E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$12consume_cmds15__STATIC_FMTSTR20h049325799f766ae7lpdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$12consume_cmds20h7538719644379709894E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$12consume_cmds10_FILE_LINE20hdc11f328f56511e1LpdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$12consume_cmds20h7538719644379709894E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_cmd15__STATIC_FMTSTR20h049325799f766ae79sdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_cmd21h12437843952403936828E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_cmd10_FILE_LINE20hdc11f328f56511e1ztdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_cmd21h12437843952403936828E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$15consume_binding15__STATIC_FMTSTR20h049325799f766ae7dvdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$15consume_binding20h1101739247415392584E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$15consume_binding10_FILE_LINE20hdc11f328f56511e1DvdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$15consume_binding20h1101739247415392584E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$15consume_binding15__STATIC_FMTSTR20h049325799f766ae7qwdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$15consume_binding20h1101739247415392584E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$15consume_binding10_FILE_LINE20hdc11f328f56511e1QwdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$15consume_binding20h1101739247415392584E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$17expect_characters15__STATIC_FMTSTR20h049325799f766ae7EHcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$17expect_characters20h1377382882604315311E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$17expect_characters10_FILE_LINE20hdc11f328f56511e14HcE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$17expect_characters20h1377382882604315311E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry15Feature.FromXML7convert15__STATIC_FMTSTR20h049325799f766ae7uDdE imported in function _ZN8registry15Feature.FromXML7convert20h7440321035708216678E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry15Feature.FromXML7convert4_LOC20h38deda508f66a1bduCdE imported in function _ZN8registry15Feature.FromXML7convert20h7440321035708216678E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry15Feature.FromXML7convert15__STATIC_FMTSTR20h049325799f766ae7cFdE imported in function _ZN8registry15Feature.FromXML7convert20h7440321035708216678E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry15Feature.FromXML7convert4_LOC20h38deda508f66a1bdcEdE imported in function _ZN8registry15Feature.FromXML7convert20h7440321035708216678E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two15__STATIC_FMTSTR20h049325799f766ae7E7cE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two4_LOC20h38deda508f66a1bdE6cE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two15__STATIC_FMTSTR20h049325799f766ae78idE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two15__STATIC_FMTSTR20h049325799f766ae7F9cE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two4_LOC20h38deda508f66a1bdF8cE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two15__STATIC_FMTSTR20h049325799f766ae7fbdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two4_LOC20h38deda508f66a1bdfadE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two15__STATIC_FMTSTR20h049325799f766ae7dddE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two4_LOC20h38deda508f66a1bddcdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two15__STATIC_FMTSTR20h049325799f766ae7VddE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two10_FILE_LINE20hdc11f328f56511e1vedE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two15__STATIC_FMTSTR20h049325799f766ae7OfdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two4_LOC20h38deda508f66a1bdOedE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two15__STATIC_FMTSTR20h049325799f766ae7HhdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two4_LOC20h38deda508f66a1bdHgdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two15__STATIC_FMTSTR20h049325799f766ae7midE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two10_FILE_LINE20hdc11f328f56511e1NidE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two10_FILE_LINE20hdc11f328f56511e1yjdE imported in function _ZN8registry24RegistryBuilder$LT$R$GT$11consume_two21h16721839843299977976E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry15Require.FromXML7convert15__STATIC_FMTSTR20h049325799f766ae7mzdE imported in function _ZN8registry15Require.FromXML7convert19h327422434455744419E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry15Require.FromXML7convert4_LOC20h38deda508f66a1bdmydE imported in function _ZN8registry15Require.FromXML7convert19h327422434455744419E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry14Remove.FromXML7convert15__STATIC_FMTSTR20h049325799f766ae7lBdE imported in function _ZN8registry14Remove.FromXML7convert21h15204129172495242899E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry14Remove.FromXML7convert4_LOC20h38deda508f66a1bdlAdE imported in function _ZN8registry14Remove.FromXML7convert21h15204129172495242899E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry17Extension.FromXML7convert15__STATIC_FMTSTR20h049325799f766ae7tHdE imported in function _ZN8registry17Extension.FromXML7convert21h11594772103379724852E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry17Extension.FromXML7convert4_LOC20h38deda508f66a1bdtGdE imported in function _ZN8registry17Extension.FromXML7convert21h11594772103379724852E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry17Extension.FromXML7convert15__STATIC_FMTSTR20h049325799f766ae7VIdE imported in function _ZN8registry17Extension.FromXML7convert21h11594772103379724852E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN8registry17Extension.FromXML7convert10_FILE_LINE20hdc11f328f56511e1lJdE imported in function _ZN8registry17Extension.FromXML7convert21h11594772103379724852E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen12write_header15__STATIC_FMTSTR20h049325799f766ae701aE imported in function _ZN10generators10global_gen12write_header20h4557710816403002629E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen16write_metaloadfn15__STATIC_FMTSTR20h049325799f766ae7z2aE imported in function _ZN10generators10global_gen16write_metaloadfn20h9970270214795142686E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen18write_type_aliases15__STATIC_FMTSTR20h049325799f766ae7e3aE imported in function _ZN10generators10global_gen18write_type_aliases21h14044962330575759906E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen18write_type_aliases15__STATIC_FMTSTR20h049325799f766ae773aE imported in function _ZN10generators10global_gen18write_type_aliases21h14044962330575759906E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators2ty16build_gl_aliases15__STATIC_FMTSTR20h049325799f766ae7DnaE imported in function _ZN10generators2ty16build_gl_aliases21h17478577411361519413E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators2ty15build_x_aliases15__STATIC_FMTSTR20h049325799f766ae75oaE imported in function _ZN10generators2ty15build_x_aliases20h9253653785553091245E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators2ty17build_glx_aliases15__STATIC_FMTSTR20h049325799f766ae7WqaE imported in function _ZN10generators2ty17build_glx_aliases21h11134622968674693196E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators2ty17build_win_aliases15__STATIC_FMTSTR20h049325799f766ae7NsaE imported in function _ZN10generators2ty17build_win_aliases21h17887597609820433936E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators2ty17build_wgl_aliases15__STATIC_FMTSTR20h049325799f766ae7muaE imported in function _ZN10generators2ty17build_wgl_aliases21h16803510620539022213E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators2ty17build_egl_aliases15__STATIC_FMTSTR20h049325799f766ae7nwaE imported in function _ZN10generators2ty17build_egl_aliases21h11446311772381993996E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators13gen_enum_item15__STATIC_FMTSTR20h049325799f766ae7H8bE imported in function _ZN10generators13gen_enum_item21h10661294095480208648E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators13gen_enum_item15__STATIC_FMTSTR20h049325799f766ae7qacE imported in function _ZN10generators13gen_enum_item21h10661294095480208648E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators13gen_enum_item15__STATIC_FMTSTR20h049325799f766ae7nbcE imported in function _ZN10generators13gen_enum_item21h10661294095480208648E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators13gen_enum_item15__STATIC_FMTSTR20h049325799f766ae74bcE imported in function _ZN10generators13gen_enum_item21h10661294095480208648E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators13gen_enum_item15__STATIC_FMTSTR20h049325799f766ae7AccE imported in function _ZN10generators13gen_enum_item21h10661294095480208648E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators13gen_enum_item15__STATIC_FMTSTR20h049325799f766ae7idcE imported in function _ZN10generators13gen_enum_item21h10661294095480208648E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators13gen_enum_item15__STATIC_FMTSTR20h049325799f766ae78dcE imported in function _ZN10generators13gen_enum_item21h10661294095480208648E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen9write_fns15__STATIC_FMTSTR20h049325799f766ae7p6aE imported in function _ZN10generators10global_gen9write_fns20h6593900004095522218E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen9write_fns15__STATIC_FMTSTR20h049325799f766ae7d7aE imported in function _ZN10generators10global_gen9write_fns20h6593900004095522218E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen9write_fns16__STATIC_FMTARGS20h5c81344097624a52y8aE imported in function _ZN10generators10global_gen9write_fns20h6593900004095522218E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen22write_fnptr_struct_def15__STATIC_FMTSTR20h049325799f766ae7qabE imported in function _ZN10generators10global_gen22write_fnptr_struct_def21h10653525814807413309E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen10write_ptrs15__STATIC_FMTSTR20h049325799f766ae75abE imported in function _ZN10generators10global_gen10write_ptrs20h3829921439875458481E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen10write_ptrs15__STATIC_FMTSTR20h049325799f766ae74bbE imported in function _ZN10generators10global_gen10write_ptrs20h3829921439875458481E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen10write_ptrs16__STATIC_FMTARGS20h5c81344097624a52xcbE imported in function _ZN10generators10global_gen10write_ptrs20h3829921439875458481E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen10write_ptrs15__STATIC_FMTSTR20h049325799f766ae7cdbE imported in function _ZN10generators10global_gen10write_ptrs20h3829921439875458481E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen13write_fn_mods15__STATIC_FMTSTR20h049325799f766ae7kfbE imported in function _ZN10generators10global_gen13write_fn_mods21h12967661991369516475E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen13write_fn_mods15__STATIC_FMTSTR20h049325799f766ae7ogbE imported in function _ZN10generators10global_gen13write_fn_mods21h12967661991369516475E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen13write_fn_mods16__STATIC_FMTARGS20h5c81344097624a527gbE imported in function _ZN10generators10global_gen13write_fn_mods21h12967661991369516475E build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen13write_fn_mods15__STATIC_FMTSTR20h049325799f766ae7JebE imported in function _ZN10generators10global_gen13write_fn_mods12closure.6211E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen19write_panicking_fns15__STATIC_FMTSTR20h049325799f766ae7JibE imported in function _ZN10generators10global_gen19write_panicking_fns20h4156670455569866460E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen19write_panicking_fns16__STATIC_FMTARGS20h5c81344097624a52ajbE imported in function _ZN10generators10global_gen19write_panicking_fns20h4156670455569866460E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen13write_load_fn15__STATIC_FMTSTR20h049325799f766ae7RjbE imported in function _ZN10generators10global_gen13write_load_fn21h17272089809176633623E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen13write_load_fn15__STATIC_FMTSTR20h049325799f766ae7QkbE imported in function _ZN10generators10global_gen13write_load_fn21h17272089809176633623E
build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen13write_load_fn16__STATIC_FMTARGS20h5c81344097624a52mlbE imported in function _ZN10generators10global_gen13write_load_fn21h17272089809176633623E build_script_build.0.o : warning LNK4217: locally defined symbol _ZN10generators10global_gen13write_load_fn15__STATIC_FMTSTR20h049325799f766ae71lbE imported in function _ZN10generators10global_gen13write_load_fn21h17272089809176633623E
build_script_build.0.o : error LNK2019: unresolved external symbol __imp__ZN6GL_XML20h7053aef445cede87eaaE referenced in function _ZN4main20ha70db8dd6597fba9kaaE
E:\piston\projs\example\target\debug\build\gl-9653698dd50d604e\build_script_build.exe : fatal error LNK1120: 1 unresolved externals

error: aborting due to previous error
   Compiling piston v0.10.1
     Running `rustc C:\Users\micha\.cargo\registry\src\jackfan.us.kg-0a35038f75765ae4\piston-0.10.1\./src/lib.rs --crate-name piston --crate-type lib -g -C metadata=d748aee2555fdf3f -C extra-filename=-d748aee2555fdf3f --out-dir E:\piston\projs\example\target\debug\deps --emit=dep-info,link -L dependency=E:\piston\projs\example\target\debug\deps -L dependency=E:\piston\projs\example\target\debug\deps --extern event_loop=E:\piston\projs\example\target\debug\deps\libevent_loop-058cdac2450138ff.rlib --extern input=E:\piston\projs\example\target\debug\deps\libinput-8cd266175130848a.rlib --extern window=E:\piston\projs\example\target\debug\deps\libwindow-6654fe4126dbb985.rlib -Awarnings`
   Compiling glutin v0.3.7
     Running `rustc C:\Users\micha\.cargo\registry\src\jackfan.us.kg-0a35038f75765ae4\glutin-0.3.7\src\lib.rs --crate-name glutin --crate-type lib -g --cfg "feature=\"window\"" --cfg "feature=\"default\"" -C metadata=68afb7a0ddceff3b -C extra-filename=-68afb7a0ddceff3b --out-dir E:\piston\projs\example\target\debug\deps --emit=dep-info,link -L dependency=E:\piston\projs\example\target\debug\deps -L dependency=E:\piston\projs\example\target\debug\deps --extern user32=E:\piston\projs\example\target\debug\deps\libuser32-dc94dabda4876d9a.rlib --extern shared_library=E:\piston\projs\example\target\debug\deps\libshared_library-5803f342d4deed60.rlib --extern gl_common=E:\piston\projs\example\target\debug\deps\libgl_common-191611e16c4da32b.rlib --extern kernel32=E:\piston\projs\example\target\debug\deps\libkernel32-62844336d3806e02.rlib --extern gdi32=E:\piston\projs\example\target\debug\deps\libgdi32-5ec2c9d6697f647a.rlib --extern winapi=E:\piston\projs\example\target\debug\deps\libwinapi-21b078e9a1931364.rlib --extern dwmapi=E:\piston\projs\example\target\debug\deps\libdwmapi-9ad49f05afcefc91.rlib --extern libc=E:\piston\projs\example\target\debug\deps\liblibc-144c435538abd757.rlib --extern shell32=E:\piston\projs\example\target\debug\deps\libshell32-7fc5728fe7652dea.rlib --extern lazy_static=E:\piston\projs\example\target\debug\deps\liblazy_static-f3aa6dfcc7c157cc.rlib -Awarnings`
Build failed, waiting for other jobs to finish...
Could not compile `gl`.

Caused by:
  Process didn't exit successfully: `rustc C:\Users\micha\.cargo\registry\src\jackfan.us.kg-0a35038f75765ae4\gl-0.0.12\build.rs --crate-name build_script_build --crate-type bin -C prefer-dynamic -g --out-dir E:\piston\projs\example\target\debug\build\gl-9653698dd50d604e --emit=dep-info,link -L dependency=E:\piston\projs\example\target\debug\deps -L dependency=E:\piston\projs\example\target\debug\deps --extern khronos_api=E:\piston\projs\example\target\debug\deps\libkhronos_api-bb92f599df0c33a6.rlib --extern gl_generator=E:\piston\projs\example\target\debug\deps\libgl_generator-ad88adcf083845d6.rlib -Awarnings` (exit code: 101)
@tomaka
Copy link
Collaborator

tomaka commented Oct 12, 2015

You hit that issue: rust-lang/rust#27438

However a hacky fix has been merged not too long ago: rust-lang/rust#28646
If you download the nightly version of Rust-MSVC, it should work.

@hgmich
Copy link
Author

hgmich commented Oct 12, 2015

Whoops, my bad. Should have done more research. I'll close this up.

@hgmich hgmich closed this as completed Oct 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants