Changes between Initial Version and Version 2 of Ticket #35426
- Timestamp:
- Jul 30, 2012, 2:16:44 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35426
- Property Keywords mountainlion added
- Property Port fltk-devel added
-
Ticket #35426 – Description
initial v2 1 1 I have not been able to compile fltk-debel in OSX 10.8 (Mountain Lion). All dependencies have been installed. The problem occurs in the build stage. Here is the error. 2 2 3 {{{ 3 4 :info:build filename_list.cxx: In function ‘int fl_filename_list(const char*, dirent***, int (*)(dirent**, dirent**))’: 4 5 :info:build filename_list.cxx:113: error: invalid conversion from ‘int (*)(const void*, const void*)’ to ‘int (*)(const dirent**, const dirent**)’ 5 6 :info:build filename_list.cxx:113: error: initializing argument 4 of ‘int scandir(const char*, dirent***, int (*)(const dirent*), int (*)(const dirent**, const dirent**))’ 6 7 :info:build make[1]: *** [filename_list.o] Error 1 8 }}} 7 9 8 10 I am attaching the main log.