flexisip-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Flexisip-developers] flexisip make issue


From: Shawn Guenther
Subject: [Flexisip-developers] flexisip make issue
Date: Fri, 31 Mar 2017 18:27:12 +0000

trying to build on a centos 7 machine and getting a series of errors while building the logmanager.o file:

  CXX      log/logmanager.o
log/logmanager.cc: In function ‘void flexisip::log::preinit(bool, bool)’:
log/logmanager.cc:103:94: error: invalid application of ‘sizeof’ to incomplete type ‘BctoolboxLogHandler {aka _BctoolboxLogHandler}’
     BctoolboxLogHandler* syshandler = (BctoolboxLogHandler*)malloc(sizeof(BctoolboxLogHandler));
                                                                                              ^
log/logmanager.cc:104:15: error: invalid use of incomplete type ‘BctoolboxLogHandler {aka struct _BctoolboxLogHandler}’
     syshandler->func = syslogHandler;
               ^
In file included from log/logmanager.hh:82:0,
                 from log/logmanager.cc:20:
/usr/local/include/bctoolbox/logging.h:51:16: error: forward declaration of ‘BctoolboxLogHandler {aka struct _BctoolboxLogHandler}’
 typedef struct _BctoolboxLogHandler BctoolboxLogHandler;
                ^
log/logmanager.cc:105:15: error: invalid use of incomplete type ‘BctoolboxLogHandler {aka struct _BctoolboxLogHandler}’

It's been years since I used autoconf, so trying to dissect what's going on here. Any thoughts?
--
Thanks,

ESI (Estech Systems, Inc.)
Shawn Guenther 
Vice President of DevOps
Estech Systems, Inc. (ESI)
3701 E. Plano Parkway, Suite 100

Plano, TX  75074-1819
address@hidden
@shawn_pm   
(972) 422-9700 x2167
(800) 374-0422 x2167 toll-free
(214) 527-6788 cell
(972) 422-9705 fax

Need to learn about a feature on your ESI phone? Visit our eHELP site for detailed information and videos!





This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by replying to this message, and then delete this e-mail immediately.

green  Please consider the environment before printing this e-mail.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]