ERROR BUILDING ECHOPRINT-CODEGEN. UNRESOLVED EXTERNAL SYMBOLS.

54 views
Skip to first unread message

Nicholas Grant

unread,
Feb 13, 2016, 1:10:42 PM2/13/16
to echoprint

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 and also attached 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,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

echoprint codegen errors.txt
Codegen.obj
Metadata.obj
Reply all
Reply to author
Forward
0 new messages