Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] Cannot compile develop branch

Hi there,

I am planning to make a pull-request to mosquitto.

But, the develop branch cannot be complied while the master branch can be.

Is there something wrong?

--- Result of "make binary" (on the develop branch, CentOS7)
(snip)
 /home/centos/mosquitto/src/conf.c:959: undefined reference to
`_mosquitto_log_printf'
security.o: In function `mosquitto_acl_check':
/home/centos/mosquitto/src/security.c:386: undefined reference to
`_mosquitto_log_printf'
/home/centos/mosquitto/src/security.c:374: undefined reference to
`mosquito_client_username'
security_default.o: In function `mosquitto_acl_check_default':
/home/centos/mosquitto/src/security_default.c:281: undefined reference
to `_mosquitto_log_printf'
collect2: error: ld returned 1 exit status
make[1]: *** [mosquitto] Error 1
make[1]: Leaving directory `/home/centos/mosquitto/src'
make: *** [mosquitto] Error 2

Regards,

Tatsuzo Osawa


Back to the top