You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
My name is Nicholas Grant. I am a college student that is currently building an application that will incorporate the services of the echoprint-codegen, but I'm stuck on a build error that I can't overcome on my own.
I've included the list of errors in the body of this message.
If it is that you need the actual files, I would be happy to email them to you. I would send three files, the text file that lists the errors as they were stated by the compiler (VC++ 10) and are stated here, and the other two problem files in question (object files).
In terms of specs, I've been trying to build the codegen using a Windows 7 Ultimate 32-bit VM in virtualbox, VC++ 10 compiler, taglib 1.7, zlib 1.2.8, boost _1_46_1, and all the other dependencies listed by github.com/echonest/echoprint-codegen/windows/readme
Hi all,
My name is Nicholas Grant. I am a college student that is currently building an application that will incorporate the services of the echoprint-codegen, but I'm stuck on a build error that I can't overcome on my own.
I've included the list of errors in the body of this message.
If it is that you need the actual files, I would be happy to email them to you. I would send three files, the text file that lists the errors as they were stated by the compiler (VC++ 10) and are stated here, and the other two problem files in question (object files).
In terms of specs, I've been trying to build the codegen using a Windows 7 Ultimate 32-bit VM in virtualbox, VC++ 10 compiler, taglib 1.7, zlib 1.2.8, boost _1_46_1, and all the other dependencies listed by github.com/echonest/echoprint-codegen/windows/readme
Any help would be greatly appreciated. Thank you.
The errors are as follows:
Error 11
error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall TagLib::FileName::~FileName(void)" (_imp??1FileName@TagLib@@QAE@XZ) C:\Users\Nicholas Grant\Documents\GitHub\echoprint-codegen\windows\Metadata.obj
Error 12
error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall TagLib::FileName::FileName(char const *)" (_imp??0FileName@TagLib@@QAE@PBD@Z) C:\Users\Nicholas Grant\Documents\GitHub\echoprint-codegen\windows\Metadata.obj
Error 10
error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall TagLib::FileRef::FileRef(class TagLib::FileName,bool,enum TagLib::AudioProperties::ReadStyle)" (_imp??0FileRef@TagLib@@QAE@VFileName@1@_NW4ReadStyle@AudioProperties@1@@z) C:\Users\Nicholas Grant\Documents\GitHub\echoprint-codegen\windows\Metadata.obj
Error 6
error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall TagLib::FileRef::isNull(void)const " (_imp?isNull@FileRef@TagLib@@QBE_NXZ) C:\Users\Nicholas Grant\Documents\GitHub\echoprint-codegen\windows\Metadata.obj
Error 4
error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > __thiscall TagLib::String::to8Bit(bool)const " (_imp?to8Bit@String@TagLib@@qbe?AV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@_N@Z) C:\Users\Nicholas Grant\Documents\GitHub\echoprint-codegen\windows\Metadata.obj
Error 7
error LNK2001: unresolved external symbol "__declspec(dllimport) public: class TagLib::AudioProperties * __thiscall TagLib::FileRef::audioProperties(void)const " (_imp?audioProperties@FileRef@TagLib@@QBEPAVAudioProperties@2@XZ) C:\Users\Nicholas Grant\Documents\GitHub\echoprint-codegen\windows\Metadata.obj
Error 8
error LNK2001: unresolved external symbol "__declspec(dllimport) public: class TagLib::Tag * __thiscall TagLib::FileRef::tag(void)const " (_imp?tag@FileRef@TagLib@@QBEPAVTag@2@XZ) C:\Users\Nicholas Grant\Documents\GitHub\echoprint-codegen\windows\Metadata.obj
Error 9
error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall TagLib::FileRef::~FileRef(void)" (_imp??1FileRef@TagLib@@UAE@XZ) C:\Users\Nicholas Grant\Documents\GitHub\echoprint-codegen\windows\Metadata.obj
Error 5
error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall TagLib::String::~String(void)" (_imp??1String@TagLib@@UAE@XZ) C:\Users\Nicholas Grant\Documents\GitHub\echoprint-codegen\windows\Metadata.obj
Error 3
error LNK2001: unresolved external symbol _deflate C:\Users\Nicholas Grant\Documents\GitHub\echoprint-codegen\windows\Codegen.obj
Error 1
error LNK2001: unresolved external symbol _deflateEnd C:\Users\Nicholas Grant\Documents\GitHub\echoprint-codegen\windows\Codegen.obj
Error 2
error LNK2001: unresolved external symbol deflateInit C:\Users\Nicholas Grant\Documents\GitHub\echoprint-codegen\windows\Codegen.obj
Error 13
error LNK1120: 12 unresolved externals C:\Users\Nicholas Grant\Documents\GitHub\echoprint-codegen\windows\Release\codegen.exe
The text was updated successfully, but these errors were encountered: