[Marble-bugs] [Bug 291659] New: Unresolved MarbleLineEdit methods when linking marble.exe
Paul Nader
paul.nader at gmail.com
Mon Jan 16 13:27:38 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=291659
Summary: Unresolved MarbleLineEdit methods when linking
marble.exe
Product: marble
Version: unspecified
Platform: MS Windows
OS/Version: MS Windows
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: marble-bugs at kde.org
ReportedBy: paul.nader at gmail.com
Version: unspecified (using KDE 4.6.1)
OS: MS Windows
When compiling master @ Commit:ea2638c421aa388036e481ce66d018fa7c4b84d5 on
Windows Vista using MS Visual Studio 2008 I get:
2>Linking...
2>QtMainWindow.obj : error LNK2001: unresolved external symbol "protected:
virtual void __thiscall Marble::MarbleLineEdit::mouseReleaseEvent(class
QMouseEvent *)"
(?mouseReleaseEvent at MarbleLineEdit@Marble@@MAEXPAVQMouseEvent@@@Z)
2>QtMainWindow.obj : error LNK2001: unresolved external symbol "protected:
virtual void __thiscall Marble::MarbleLineEdit::resizeEvent(class QResizeEvent
*)" (?resizeEvent at MarbleLineEdit@Marble@@MAEXPAVQResizeEvent@@@Z)
2>C:\Users\paul.nader\Development\marble\build\src\Release\marble.exe : fatal
error LNK1120: 2 unresolved externals
Reproducible: Didn't try
Steps to Reproduce:
Clone GIT repository, configure using cmake and compile using MS Visual Studio
Actual Results:
Linker Error:
2>Linking...
2>QtMainWindow.obj : error LNK2001: unresolved external symbol "protected:
virtual void __thiscall Marble::MarbleLineEdit::mouseReleaseEvent(class
QMouseEvent *)"
(?mouseReleaseEvent at MarbleLineEdit@Marble@@MAEXPAVQMouseEvent@@@Z)
2>QtMainWindow.obj : error LNK2001: unresolved external symbol "protected:
virtual void __thiscall Marble::MarbleLineEdit::resizeEvent(class QResizeEvent
*)" (?resizeEvent at MarbleLineEdit@Marble@@MAEXPAVQResizeEvent@@@Z)
2>C:\Users\paul.nader\Development\marble\build\src\Release\marble.exe : fatal
error LNK1120: 2 unresolved externals
Expected Results:
Should link and produce the marbe.exe executable
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Marble-bugs
mailing list