Skip to content

Instantly share code, notes, and snippets.

@FROGGS
Created November 12, 2014 19:08
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 FROGGS/630ae7c8b038bc63138a to your computer and use it in GitHub Desktop.
Save FROGGS/630ae7c8b038bc63138a to your computer and use it in GitHub Desktop.
Finished generating code
if exist .\parrot.exe.manifest mt.exe -nologo -manifest .\parrot.exe.manifest -outputresource:.\parrot.exe;1
link -out:.\parrot_old.exe frontend\parrot\main.obj src\parrot_config.obj kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib advapi32.lib -nologo -nodefaultlib -
debug -ltcg -machine:AMD64
main.obj : error LNK2001: unresolved external symbol imcc_get_pir_compreg_api
main.obj : error LNK2001: unresolved external symbol Parrot_api_debug_flag
main.obj : error LNK2001: unresolved external symbol Parrot_api_get_result
main.obj : error LNK2001: unresolved external symbol Parrot_api_destroy_interpreter
main.obj : error LNK2001: unresolved external symbol Parrot_api_set_runcore
main.obj : error LNK2001: unresolved external symbol Parrot_api_toggle_gc
main.obj : error LNK2001: unresolved external symbol Parrot_api_set_warnings
main.obj : error LNK2001: unresolved external symbol Parrot_api_pmc_wrap_string_array
main.obj : error LNK2001: unresolved external symbol imcc_set_flags_api
main.obj : error LNK2001: unresolved external symbol Parrot_api_string_import
main.obj : error LNK2001: unresolved external symbol Parrot_api_get_exception_backtrace
main.obj : error LNK2001: unresolved external symbol Parrot_api_make_interpreter
main.obj : error LNK2001: unresolved external symbol Parrot_api_run_bytecode
main.obj : error LNK2001: unresolved external symbol imcc_compile_file_api
main.obj : error LNK2001: unresolved external symbol Parrot_api_write_bytecode_to_file
main.obj : error LNK2001: unresolved external symbol Parrot_api_flag
main.obj : error LNK2001: unresolved external symbol imcc_get_pasm_compreg_api
main.obj : error LNK2001: unresolved external symbol Parrot_api_load_bytecode_file
main.obj : error LNK2001: unresolved external symbol Parrot_api_add_dynext_search_path
main.obj : error LNK2001: unresolved external symbol Parrot_longopt_get
main.obj : error LNK2001: unresolved external symbol Parrot_api_get_runtime_path
main.obj : error LNK2001: unresolved external symbol Parrot_api_add_library_search_path
main.obj : error LNK2001: unresolved external symbol Parrot_api_set_executable_name
main.obj : error LNK2001: unresolved external symbol Parrot_api_string_free_exported_ascii
main.obj : error LNK2001: unresolved external symbol imcc_preprocess_file_api
main.obj : error LNK2001: unresolved external symbol Parrot_api_string_export_ascii
main.obj : error LNK2001: unresolved external symbol Parrot_api_add_include_search_path
parrot_config.obj : error LNK2001: unresolved external symbol Parrot_api_pmc_null
parrot_config.obj : error LNK2001: unresolved external symbol Parrot_api_pmc_deserialize_bytes
parrot_config.obj : error LNK2001: unresolved external symbol Parrot_api_set_configuration_hash
.\parrot_old.exe : fatal error LNK1120: 30 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\x86_amd64\link.EXE"' : return code '0x460'
Stop.
Command failed (status 512): nmake install-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment