Skip to content

Linking fails when version 3.9.2 is installed #486

@danfe

Description

@danfe

When building version 4.0.1 while version 3.9.2 is installed, linking fails, being unable to resolve parseCmdArgumentsFromOtherInstance(const QString& message) symbol. Removing or renaming /usr/local/lib/librssguard.so helps, but the following small change to src/rssguard/rssguard.pro would make the build more robust:

-unix: LIBS += -L$$OUT_PWD/../librssguard/ -lrssguard
+unix: LIBS += $$OUT_PWD/../librssguard/librssguard.so

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions