Windows Link Errors Redux

From: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Windows Link Errors Redux
Date: 2003-05-15 16:47:25
Message-ID: 3EC3C49D.8040105@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

I have gotten to the end of linking pgadmin3 on Windows XP with VS .NET,
and now I am encountering the following link errors:

pgAdmin3 error LNK2019: unresolved external symbol _regfree referenced
in function "private: void __thiscall wxRegExImpl::Free(void)"
(?Free(at)wxRegExImpl@@AAEXXZ)
pgAdmin3 error LNK2019: unresolved external symbol _regerror referenced
in function "private: class wxString __thiscall
wxRegExImpl::GetErrorMsg(int)const "
(?GetErrorMsg(at)wxRegExImpl@@ABE?AVwxString@@H(at)Z)
pgAdmin3 error LNK2019: unresolved external symbol _regcomp referenced
in function "public: bool __thiscall wxRegExImpl::Compile(class wxString
const &,int)" (?Compile(at)wxRegExImpl@@QAE_NABVwxString@@H(at)Z)
pgAdmin3 error LNK2019: unresolved external symbol _regexec referenced
in function "public: bool __thiscall wxRegExImpl::Matches(char const
*,int)const " (?Matches(at)wxRegExImpl@@QBE_NPBDH(at)Z)
pgAdmin3 fatal error LNK1120: 4 unresolved externals

These look like references to a regex library, but I don't remember that
being a requirement of either wxWindows or pgadmin. Any ideas?

ahp

Browse pgadmin-hackers by date

  From Date Subject
Next Message frank_lupo 2003-05-15 17:24:32 pga2: add alter table set storage
Previous Message Dave Page 2003-05-15 09:18:13 Re: pga3 segmentation fault