Greetings,

My machine runs blfs (linux-3.10.61)/
I am trying to compile kdepimlibs-4.14.3.  It fails to build against the 
installed cyrusSASL-2.1.26.  the builds ends as follows:-

#-------------------------------------------------------

                 from 
/home/linteg/kdepimlibs-4.14.3/kioslave/smtp/command.cpp:32:
/usr/include/sasl/sasl.h:228:35: error: typedef 'sasl_malloc_t' is initialized 
(use decltype instead)
 typedef void *sasl_malloc_t(size_t);
                                   ^
/usr/include/sasl/sasl.h:228:29: error: 'size_t' was not declared in this 
scope
 typedef void *sasl_malloc_t(size_t);
                             ^
/usr/include/sasl/sasl.h:229:29: error: typedef 'sasl_calloc_t' is initialized 
(use decltype instead)
 typedef void *sasl_calloc_t(size_t, size_t);
                             ^
/usr/include/sasl/sasl.h:229:29: error: 'size_t' was not declared in this 
scope
/usr/include/sasl/sasl.h:229:37: error: 'size_t' was not declared in this 
scope
 typedef void *sasl_calloc_t(size_t, size_t);
                                     ^
/usr/include/sasl/sasl.h:230:38: error: 'size_t' has not been declared
 typedef void *sasl_realloc_t(void *, size_t);
                                      ^
/usr/include/sasl/sasl.h:233:33: error: variable or field 'sasl_set_alloc' 
declared void
 LIBSASL_API void sasl_set_alloc(sasl_malloc_t *,
                                 ^
/usr/include/sasl/sasl.h:233:33: error: 'sasl_malloc_t' was not declared in 
this scope
/usr/include/sasl/sasl.h:233:48: error: expected primary-expression before ',' 
token
 LIBSASL_API void sasl_set_alloc(sasl_malloc_t *,
                                                ^
/usr/include/sasl/sasl.h:234:5: error: 'sasl_calloc_t' was not declared in 
this scope
     sasl_calloc_t *,
     ^
/usr/include/sasl/sasl.h:234:20: error: expected primary-expression before ',' 
token
     sasl_calloc_t *,
                    ^
/usr/include/sasl/sasl.h:235:20: error: expected primary-expression before '*' 
token
     sasl_realloc_t *,
                    ^
/usr/include/sasl/sasl.h:235:21: error: expected primary-expression before ',' 
token
     sasl_realloc_t *,
                     ^
/usr/include/sasl/sasl.h:236:17: error: expected primary-expression before '*' 
token
     sasl_free_t *);
                 ^
/usr/include/sasl/sasl.h:236:18: error: expected primary-expression before ')' 
token
     sasl_free_t *);
                  ^
make[2]: *** [kioslave/smtp/CMakeFiles/kio_smtp.dir/command.o] Error 1
#--------------------- 


advice would be appreciated.

Sincerely
luxInteg
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to