THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#506 - doesn't link properly with libiconv
User who did this - Steven Oliver (steveno)
----------
Looking through the source in awesomeConfig.cmake it looks someone's already implemented another solution to this issue.
180 # __builtin_clz is available since gcc 3.4
181 try_compile(HAS___BUILTIN_CLZ
182 ${CMAKE_BINARY_DIR}
183 ${CMAKE_SOURCE_DIR}/build-tests/__builtin_clz.c)
184 if(HAS___BUILTIN_CLZ)
185 message(STATUS "checking for __builtin_clz -- yes")
186 else()
187 message(STATUS "checking for __builtin_clz -- no")
188 endif()
Why can't we do something similar here, except the C file would obviously be
test the use of iconv?
----------
More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=506#comment3156
You are receiving this message because you have requested it from the Flyspray
bugtracking system. If you did not expect this message or don't want to
receive mails in future, you can change your notification settings at the URL
shown above.
--
To unsubscribe, send mail to [email protected].