[Freeswitch-users] Bug in the 2012 solutin in the libmpg123 project
João Mesquita
jmesquita at freeswitch.org
Wed Jan 9 16:07:09 MSK 2013
Dude, JIRA!! We will say that as many times as we need to aren't we?
Sent from my iPhone
On Jan 9, 2013, at 9:03 AM, Alexander Haugg <Alexander.Haugg at c4b.de> wrote:
> Hi,
>
> the project libmpg123 do not build in debug mode. The error is in the „Download mpg123.2012.vcxproj“.
> see the fix in my git diff:
>
> diff --git libs/win32/Download mpg123.2012.vcxproj libs/win32/Download mpg123.2012.vcxproj
> index ead3f9b..9942004 100644
> --- libs/win32/Download mpg123.2012.vcxproj
> +++ libs/win32/Download mpg123.2012.vcxproj
> @@ -68,7 +68,9 @@
> <CustomBuild Include="cleancount">
> <FileType>Document</FileType>
> <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Downloading mpg123.</Message>
> - <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">if not exist "$(ProjectDir)..\libmpg123" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/mpg123-1.14.4.tar.bz2 "$(ProjectDir).."</Command>
> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">if not exist "$(ProjectDir)..\libmpg123" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/mpg123-1.14.4.tar.bz2 "$(ProjectDir).."
> +if not exist "$(ProjectDir)..\libmpg123" move "$(ProjectDir)..\mpg123-1.14.4" "$(ProjectDir)..\libmpg123"
> +</Command>
> <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\libmpg123;%(Outputs)</Outputs>
> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Downloading mpg123.</Message>
> <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">if not exist "$(ProjectDir)..\libmpg123" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/mpg123-1.14.4.tar.bz2 "$(ProjectDir).."
>
> In the debug mode the mpg123-1.14.4 folder will not renamend to libmpg123.
>
> Is it possible to fix it?
>
> Thanks for your help.
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
>
>
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130109/0602d965/attachment.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list