[Home]

Summary:ASTERISK-11836: app_meetme.c : compilation failed in dev-mode.
Reporter:Yuri (ys)Labels:
Date Opened:2008-04-13 05:45:47Date Closed:2008-04-16 09:06:57
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_meetme.c.diff
Description:
In my FreeBSD box, patch for issue ASTERISK-11733 does not allow me to compile app_meetme with dev-mode compiler flag:

app_meetme.c: In function `conf_run':
app_meetme.c:1701: warning: implicit declaration of function `mkdir'
gmake[1]: *** [app_meetme.o] Error 1
gmake[1]: Leaving directory `/usr/home/asterisk/src/asterisk/apps'
gmake: *** [apps] Error 2


****** ADDITIONAL INFORMATION ******

http://svn.digium.com/view/asterisk/trunk/apps/app_meetme.c?r1=110270&r2=114030
Comments:By: Digium Subversion (svnbot) 2008-04-13 09:30:51

Repository: asterisk
Revision: 114096

U   trunk/apps/app_meetme.c

------------------------------------------------------------------------
r114096 | tilghman | 2008-04-13 09:30:46 -0500 (Sun, 13 Apr 2008) | 3 lines

Use ast_mkdir instead of mkdir
(Closes issue ASTERISK-11836)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=114096

By: Digium Subversion (svnbot) 2008-04-13 09:33:40

Repository: asterisk
Revision: 114097

_U  branches/1.6.0/
U   branches/1.6.0/apps/app_meetme.c

------------------------------------------------------------------------
r114097 | tilghman | 2008-04-13 09:33:39 -0500 (Sun, 13 Apr 2008) | 11 lines

Merged revisions 114096 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r114096 | tilghman | 2008-04-13 09:35:43 -0500 (Sun, 13 Apr 2008) | 3 lines

Use ast_mkdir instead of mkdir
(Closes issue ASTERISK-11836)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=114097

By: Yuri (ys) 2008-04-16 05:38:45

Can You also fix this in 1.4 branch?

quick fix uploaded.

By: Digium Subversion (svnbot) 2008-04-16 09:05:50

Repository: asterisk
Revision: 114167

U   branches/1.4/apps/app_meetme.c

------------------------------------------------------------------------
r114167 | file | 2008-04-16 09:05:47 -0500 (Wed, 16 Apr 2008) | 6 lines

Include the proper headers for using mkdir on FreeBSD.
(closes issue ASTERISK-11836)
Reported by: ys
Patches:
     app_meetme.c.diff uploaded by ys (license 281)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=114167

By: Digium Subversion (svnbot) 2008-04-16 09:06:08

Repository: asterisk
Revision: 114168

_U  trunk/

------------------------------------------------------------------------
r114168 | file | 2008-04-16 09:06:07 -0500 (Wed, 16 Apr 2008) | 13 lines

Blocked revisions 114167 via svnmerge

........
r114167 | file | 2008-04-16 11:10:46 -0300 (Wed, 16 Apr 2008) | 6 lines

Include the proper headers for using mkdir on FreeBSD.
(closes issue ASTERISK-11836)
Reported by: ys
Patches:
     app_meetme.c.diff uploaded by ys (license 281)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=114168

By: Digium Subversion (svnbot) 2008-04-16 09:06:57

Repository: asterisk
Revision: 114169

_U  branches/1.6.0/

------------------------------------------------------------------------
r114169 | file | 2008-04-16 09:06:57 -0500 (Wed, 16 Apr 2008) | 20 lines

Blocked revisions 114168 via svnmerge

................
r114168 | file | 2008-04-16 11:11:18 -0300 (Wed, 16 Apr 2008) | 13 lines

Blocked revisions 114167 via svnmerge

........
r114167 | file | 2008-04-16 11:10:46 -0300 (Wed, 16 Apr 2008) | 6 lines

Include the proper headers for using mkdir on FreeBSD.
(closes issue ASTERISK-11836)
Reported by: ys
Patches:
     app_meetme.c.diff uploaded by ys (license 281)

........

................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=114169