| Anonymous | Login | Signup for a new account | 2025-11-13 10:59 UTC |
| My View | View Issues | Change Log | Roadmap | Doomseeker Issue Support Ranking | Rules | My Account |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0000202 | Doomseeker | [All Projects] Bug | public | 2010-11-20 03:37 | 2018-09-29 14:49 | ||||
| Reporter | achtung | ||||||||
| Assigned To | Blzut3 | ||||||||
| Priority | normal | Severity | block | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | x86_64 | OS | Fedora | OS Version | 14 | ||||
| Product Version | |||||||||
| Target Version | Fixed in Version | 0.8 Beta | |||||||
| Summary | 0000202: Doomseeker 0.7 fails to compile. | ||||||||
| Description | Attempting to compile Doomseeker results in the following error: Linking CXX executable ../doomseeker /usr/bin/ld: CMakeFiles/doomseeker.dir/sdeapi/pluginloader.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5' /usr/bin/ld: note: 'dlclose@@GLIBC_2.2.5' is defined in DSO /lib64/libdl.so.2 so try adding it to the linker command line /lib64/libdl.so.2: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[2]: *** [doomseeker] Error 1 make[1]: *** [src/CMakeFiles/doomseeker.dir/all] Error 2 make: *** [all] Error 2 | ||||||||
| Steps To Reproduce | Attempt to compile doomseeker 0.7b on Fedora 14 x86_64. | ||||||||
| Attached Files | |||||||||
Notes |
|
|
Blzut3 (administrator) 2010-11-22 19:58 |
I think a temporary solution until I get around to looking into the proper way to fix this would be to change the following line in src/CMakeLists.txt: target_link_libraries(doomseeker ${QT_LIBRARIES} ${QT_QTNETWORK_LIBRARIES} wadseeker) to target_link_libraries(doomseeker ${QT_LIBRARIES} ${QT_QTNETWORK_LIBRARIES} wadseeker dl) |
|
achtung (reporter) 2010-11-23 04:25 |
It successfully compiled. Thank you. |
|
Blzut3 (administrator) 2010-11-25 05:37 |
Should be fixed in r583. |
|
This issue is already marked as resolved. If you feel that is not the case, please reopen it and explain why. |
|
| Supporters: | No one explicitly supports this issue yet. |
| Opponents: | No one explicitly opposes this issue yet. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2010-11-20 03:37 | achtung | New Issue | |
| 2010-11-20 14:49 | Zalewa | Assigned To | => Blzut3 |
| 2010-11-20 14:49 | Zalewa | Status | new => assigned |
| 2010-11-22 19:58 | Blzut3 | Note Added: 0000629 | |
| 2010-11-23 04:25 | achtung | Note Added: 0000630 | |
| 2010-11-25 05:37 | Blzut3 | Note Added: 0000633 | |
| 2010-11-25 05:37 | Blzut3 | Status | assigned => resolved |
| 2010-11-25 05:37 | Blzut3 | Fixed in Version | => 0.8 Beta |
| 2010-11-25 05:37 | Blzut3 | Resolution | open => fixed |
| 2012-06-09 13:22 | Torr Samaho | Category | General => Bug |
| 2018-09-29 14:49 | WubTheCaptain | Status | resolved => closed |
| Copyright © 2000 - 2025 MantisBT Team |