Razor-qt / razor-qt

Razor is now LXQt:
http://lxqt.org
Other
365 stars 78 forks source link

fix the underlinking of lightdm greeter #620

Closed adaptee closed 11 years ago

adaptee commented 11 years ago

The lightdm greeter fails to link in the split build mode:

/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/razor-lightdm-greeter.dir/logindata.cpp.o: undefined reference to symbol '_ZN7XdgDirs9cacheHomeEb' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: note: '_ZN7XdgDirs9cacheHomeEb' is defined in DSO /usr/lib64/libqtxdg.so.0 so try adding it to the linker command line /usr/lib64/libqtxdg.so.0: could not read symbols: Invalid operation

surlykke commented 11 years ago

2013/5/25 adaptee notifications@github.com

The lightdm greeter fails to link in the split build mode:

/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/razor-lightdm-greeter.dir/logindata.cpp.o: undefined reference to symbol '_ZN7XdgDirs9cacheHomeEb' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: note: '_ZN7XdgDirs9cacheHomeEb' is defined in DSO /usr/lib64/libqtxdg.so.0 so try adding it to the linker command line

/usr/lib64/libqtxdg.so.0: could not read symbols: Invalid operation

You can merge this Pull Request by running

git pull https://github.com/adaptee/razor-qt lightdm-greeter-underlinking

Or view, comment on, or merge it at:

https://github.com/Razor-qt/razor-qt/pull/620 Commit Summary

  • fix the underlinking of lightdm greeter

File Changes

  • M razorqt-lightdm-greeter/CMakeLists.txthttps://github.com/Razor-qt/razor-qt/pull/620/files#diff-0(2)

Patch Links:

Merged