[Freeswitch-users] Compile error on 1.4 branch in mod_dptools (Ubuntu 14.04)

fayçal noushi faycal.noushi at gmail.com
Thu Oct 1 19:18:12 MSD 2015


Yep. Just discovered that :-)
I'm comparing to v1.6. The declarations seem to all be there. I'll comment
on that JIRA once if I find anything

On Thu, Oct 1, 2015 at 4:15 PM, Brian West <brian at freeswitch.org> wrote:

> Oh we already know what will resolve it, but once you get past that there
> are MORE. :)
>
> https://freeswitch.org/jira/browse/FS-8269
>
>
> On Thu, Oct 1, 2015 at 10:11 AM, fayçal noushi <faycal.noushi at gmail.com>
> wrote:
>
>> To whom is going to open this ticket:
>>
>> Resolved by adding on mod_sms.c branch v1.4.
>> #define MY_EVENT_DELIVERY_REPORT "SMS::DELIVERY_REPORT"
>>
>>
>> On Thu, Oct 1, 2015 at 1:07 PM, Brian West <brian at freeswitch.org> wrote:
>>
>>> File a JIRA please!
>>>
>>>
>>> On Thursday, October 1, 2015, Igor Olhovskiy <igorolhovskiy at gmail.com>
>>> wrote:
>>>
>>>> making all mod_sms
>>>> make[4]: Entering directory
>>>> `/usr/src/freeswitch-1.4/src/mod/applications/mod_sms'
>>>>   CC     mod_sms_la-mod_sms.lo
>>>> mod_sms.c: In function 'mod_sms_load':
>>>> mod_sms.c:580:6: error: 'MY_EVENT_DELIVERY_REPORT' undeclared (first
>>>> use in this function)
>>>> mod_sms.c:580:6: note: each undeclared identifier is reported only once
>>>> for each function it appears in
>>>> mod_sms.c: In function 'mod_sms_shutdown':
>>>> mod_sms.c:615:2: error: 'MY_EVENT_DELIVERY_REPORT' undeclared (first
>>>> use in this function)
>>>> make[4]: *** [mod_sms_la-mod_sms.lo] Error 1
>>>> make[4]: Leaving directory
>>>> `/usr/src/freeswitch-1.4/src/mod/applications/mod_sms'
>>>> make[3]: *** [mod_sms-all] Error 1
>>>> make[3]: Leaving directory `/usr/src/freeswitch-1.4/src/mod'
>>>> make[2]: *** [all-recursive] Error 1
>>>> make[2]: Leaving directory `/usr/src/freeswitch-1.4/src'
>>>> make[1]: *** [all-recursive] Error 1
>>>> make[1]: Leaving directory `/usr/src/freeswitch-1.4'
>>>> make: *** [all] Error 2
>>>>
>>>>
>>>> ))))
>>>>
>>>> 2015-10-01 1:26 GMT+03:00 Brian West <brian at freeswitch.org>:
>>>>
>>>>> LOL, nope, it was public, it was just the original branch with Verto
>>>>> Communicator in it. :P
>>>>>
>>>>> On Wed, Sep 30, 2015 at 4:29 PM, <cmrienzo at gmail.com> wrote:
>>>>>
>>>>>> Oooooo... secret repo
>>>>>>
>>>>>>
>>>>>> On Sep 30, 2015, at 17:03, Brian West <brian at freeswitch.org> wrote:
>>>>>>
>>>>>> Fixing it, pushed to the wrong repo.
>>>>>>
>>>>>> On Wed, Sep 30, 2015 at 3:38 PM, Brian West <brian at freeswitch.org>
>>>>>> wrote:
>>>>>>
>>>>>>> commit 23d37656e8f9548d9ea8b696a45fe4b5340c4179
>>>>>>>
>>>>>>> Author: Brian West <brian at freeswitch.org>
>>>>>>>
>>>>>>> Date:   Wed Sep 30 00:15:52 2015 -0500
>>>>>>>
>>>>>>>
>>>>>>>     FS-8244 #resolve
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Sep 30, 2015 at 4:14 AM, Steven Ayre <steveayre at gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Are you sure Brian?
>>>>>>>>
>>>>>>>> This is in master:
>>>>>>>> mod_dptools.c:4607:#define FILE_STRING_FAIL "filestring::fail"
>>>>>>>>
>>>>>>>> But there's no such define in the v1.4 branch.
>>>>>>>>
>>>>>>>> On 30 September 2015 at 06:17, Brian West <brian at freeswitch.org>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Its fixed.
>>>>>>>>>
>>>>>>>>> On Tue, Sep 29, 2015 at 11:35 PM, Blake Priddy <blake at cogents.io>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> I did today!!
>>>>>>>>>> On Sep 29, 2015 11:34 PM, "Mark Boots" <mark at votomobile.org>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Using our existing build scripts, we started seeing this compile
>>>>>>>>>>> error today when building the 1.4 branch on Ubuntu 14.04.  Has anyone else
>>>>>>>>>>> come across this? Thanks!
>>>>>>>>>>>
>>>>>>>>>>> Regards,
>>>>>>>>>>> +Mark
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> making all mod_dptools
>>>>>>>>>>> make[4]: Entering directory
>>>>>>>>>>> `/usr/src/freeswitch/src/mod/applications/mod_dptools'
>>>>>>>>>>>   CC       mod_dptools_la-mod_dptools.lo
>>>>>>>>>>> In file included from ../../../../src/include/switch.h:130:0,
>>>>>>>>>>>                  from mod_dptools.c:40:
>>>>>>>>>>> mod_dptools.c: In function 'mod_dptools_shutdown':
>>>>>>>>>>> mod_dptools.c:5832:29: error: 'FILE_STRING_CLOSE' undeclared
>>>>>>>>>>> (first use in this function)
>>>>>>>>>>>   switch_event_free_subclass(FILE_STRING_CLOSE);
>>>>>>>>>>>                              ^
>>>>>>>>>>> ../../../../src/include/switch_event.h:375:97: note: in
>>>>>>>>>>> definition of macro 'switch_event_free_subclass'
>>>>>>>>>>>  #define switch_event_free_subclass(subclass_name)
>>>>>>>>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name)
>>>>>>>>>>>
>>>>>>>>>>>                                  ^
>>>>>>>>>>> mod_dptools.c:5832:29: note: each undeclared identifier is
>>>>>>>>>>> reported only once for each function it appears in
>>>>>>>>>>>   switch_event_free_subclass(FILE_STRING_CLOSE);
>>>>>>>>>>>                              ^
>>>>>>>>>>> ../../../../src/include/switch_event.h:375:97: note: in
>>>>>>>>>>> definition of macro 'switch_event_free_subclass'
>>>>>>>>>>>  #define switch_event_free_subclass(subclass_name)
>>>>>>>>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name)
>>>>>>>>>>>
>>>>>>>>>>>                                  ^
>>>>>>>>>>> mod_dptools.c:5833:29: error: 'FILE_STRING_FAIL' undeclared
>>>>>>>>>>> (first use in this function)
>>>>>>>>>>>   switch_event_free_subclass(FILE_STRING_FAIL);
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ====================================
>>>>>>>>>>>
>>>>>>>>>>> Mark Boots, PhD  |  CEO and CTO,
>>>>>>>>>>> VOTO Mobile
>>>>>>>>>>>
>>>>>>>>>>> PO Box KS17672, Kumasi, Ashanti Region
>>>>>>>>>>> Ghana
>>>>>>>>>>> +233 26 416 4182
>>>>>>>>>>>
>>>>>>>>>>> 40 King St. W, Toronto, Ontario
>>>>>>>>>>> Canada M5H 3Y4
>>>>>>>>>>> +1 639 471 0295
>>>>>>>>>>>
>>>>>>>>>>> e: mark at votomobile.org
>>>>>>>>>>> w: http://votomobile.org
>>>>>>>>>>> skype: markjboots
>>>>>>>>>>> twitter: @markjboots
>>>>>>>>>>>
>>>>>>>>>>> ====================================
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> _________________________________________________________________________
>>>>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>>>>> consulting at freeswitch.org
>>>>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>>>>
>>>>>>>>>>> Official FreeSWITCH Sites
>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>> http://confluence.freeswitch.org
>>>>>>>>>>> http://www.cluecon.com
>>>>>>>>>>>
>>>>>>>>>>> FreeSWITCH-users mailing list
>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>>>>>> UNSUBSCRIBE:
>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> _________________________________________________________________________
>>>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>>>> consulting at freeswitch.org
>>>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>>>
>>>>>>>>>> Official FreeSWITCH Sites
>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>> http://confluence.freeswitch.org
>>>>>>>>>> http://www.cluecon.com
>>>>>>>>>>
>>>>>>>>>> FreeSWITCH-users mailing list
>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>>>>> UNSUBSCRIBE:
>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> *Brian West*
>>>>>>>>> brian at freeswitch.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest*
>>>>>>>>> http://www.freeswitchbook.com
>>>>>>>>> http://www.freeswitchcookbook.com
>>>>>>>>>
>>>>>>>>> Got Bugs? Report them here <https://freeswitch.org/jira>! |
>>>>>>>>> Reddit: /r/freeswitch <https://www.reddit.com/r/freeswitch>
>>>>>>>>>
>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378)
>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> _________________________________________________________________________
>>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>>> consulting at freeswitch.org
>>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>>
>>>>>>>>> Official FreeSWITCH Sites
>>>>>>>>> http://www.freeswitch.org
>>>>>>>>> http://confluence.freeswitch.org
>>>>>>>>> http://www.cluecon.com
>>>>>>>>>
>>>>>>>>> FreeSWITCH-users mailing list
>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>>>> UNSUBSCRIBE:
>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> _________________________________________________________________________
>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>> consulting at freeswitch.org
>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>
>>>>>>>> Official FreeSWITCH Sites
>>>>>>>> http://www.freeswitch.org
>>>>>>>> http://confluence.freeswitch.org
>>>>>>>> http://www.cluecon.com
>>>>>>>>
>>>>>>>> FreeSWITCH-users mailing list
>>>>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>>> UNSUBSCRIBE:
>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>>> http://www.freeswitch.org
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *Brian West*
>>>>>>> brian at freeswitch.org
>>>>>>>
>>>>>>>
>>>>>>> *Twitter: @FreeSWITCH , @briankwest*
>>>>>>> http://www.freeswitchbook.com
>>>>>>> http://www.freeswitchcookbook.com
>>>>>>>
>>>>>>> Got Bugs? Report them here <https://freeswitch.org/jira>! | Reddit:
>>>>>>> /r/freeswitch <https://www.reddit.com/r/freeswitch>
>>>>>>>
>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378)
>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> *Brian West*
>>>>>> brian at freeswitch.org
>>>>>>
>>>>>>
>>>>>> *Twitter: @FreeSWITCH , @briankwest*
>>>>>> http://www.freeswitchbook.com
>>>>>> http://www.freeswitchcookbook.com
>>>>>>
>>>>>> Got Bugs? Report them here <https://freeswitch.org/jira>! | Reddit:
>>>>>> /r/freeswitch <https://www.reddit.com/r/freeswitch>
>>>>>>
>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378)
>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest
>>>>>>
>>>>>>
>>>>>> _________________________________________________________________________
>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>> consulting at freeswitch.org
>>>>>> http://www.freeswitchsolutions.com
>>>>>>
>>>>>> Official FreeSWITCH Sites
>>>>>> http://www.freeswitch.org
>>>>>> http://confluence.freeswitch.org
>>>>>> http://www.cluecon.com
>>>>>>
>>>>>> FreeSWITCH-users mailing list
>>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>> UNSUBSCRIBE:http://
>>>>>> lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>> http://www.freeswitch.org
>>>>>>
>>>>>>
>>>>>>
>>>>>> _________________________________________________________________________
>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>> consulting at freeswitch.org
>>>>>> http://www.freeswitchsolutions.com
>>>>>>
>>>>>> Official FreeSWITCH Sites
>>>>>> http://www.freeswitch.org
>>>>>> http://confluence.freeswitch.org
>>>>>> http://www.cluecon.com
>>>>>>
>>>>>> FreeSWITCH-users mailing list
>>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>> UNSUBSCRIBE:
>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>> http://www.freeswitch.org
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *Brian West*
>>>>> brian at freeswitch.org
>>>>>
>>>>>
>>>>> *Twitter: @FreeSWITCH , @briankwest*
>>>>> http://www.freeswitchbook.com
>>>>> http://www.freeswitchcookbook.com
>>>>>
>>>>> Got Bugs? Report them here <https://freeswitch.org/jira>! | Reddit:
>>>>> /r/freeswitch <https://www.reddit.com/r/freeswitch>
>>>>>
>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378)
>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest
>>>>>
>>>>>
>>>>> _________________________________________________________________________
>>>>> Professional FreeSWITCH Consulting Services:
>>>>> consulting at freeswitch.org
>>>>> http://www.freeswitchsolutions.com
>>>>>
>>>>> Official FreeSWITCH Sites
>>>>> http://www.freeswitch.org
>>>>> http://confluence.freeswitch.org
>>>>> http://www.cluecon.com
>>>>>
>>>>> FreeSWITCH-users mailing list
>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>> UNSUBSCRIBE:
>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>> http://www.freeswitch.org
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Best regards,
>>>> Igor
>>>>
>>>
>>>
>>> --
>>>
>>> *Brian West*
>>> brian at freeswitch.org
>>>
>>>
>>> *Twitter: @FreeSWITCH , @briankwest*
>>> http://www.freeswitchbook.com
>>> http://www.freeswitchcookbook.com
>>>
>>> Got Bugs? Report them here <https://freeswitch.org/jira>! | Reddit:
>>> /r/freeswitch <https://www.reddit.com/r/freeswitch>
>>>
>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378)
>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest
>>>
>>>
>>> _________________________________________________________________________
>>> Professional FreeSWITCH Consulting Services:
>>> consulting at freeswitch.org
>>> http://www.freeswitchsolutions.com
>>>
>>> Official FreeSWITCH Sites
>>> http://www.freeswitch.org
>>> http://confluence.freeswitch.org
>>> http://www.cluecon.com
>>>
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users at lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>
>>
>>
>> --
>> NOUSHI Fayçal
>> GSM : +212 661 56 03 37
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>
>
>
> --
>
> *Brian West*
> brian at freeswitch.org
>
>
> *Twitter: @FreeSWITCH , @briankwest*
> http://www.freeswitchbook.com
> http://www.freeswitchcookbook.com
>
> Got Bugs? Report them here <https://freeswitch.org/jira>! | Reddit:
> /r/freeswitch <https://www.reddit.com/r/freeswitch>
>
> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378)
> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>



-- 
NOUSHI Fayçal
GSM : +212 661 56 03 37
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/bc8809da/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list