Skip to main content

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

Hi Tatsuzo,

This merge error is now fixed, thanks for the email!

Cheers,

Roger


On 11 June 2017 at 13:37, Tatsuzo Osawa <tatsuzo.osawa@xxxxxxxxx> wrote:
> 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
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/mosquitto-dev


Back to the top