[Freeswitch-users] xmlrpc build issue
Jason Steele
jason.steele at rcsuk.co.uk
Mon Apr 16 02:24:41 PDT 2007
Hi,
I have just downloaded the latest source and found that it still has the
same build problem I have been experiencing for the last couple of weeks.
I am using Windows XP and VS 2005.
I believe the problem is caused by the created bat created not having quotes
everywhere it needs to.
Below is a paste from the BuildLog.htm for xmlrpc. You can see that a lot of
the file paths are not delimited by quotes. This causes the error "'and' is
not recognized as an internal or external command" to occur because the and
is interpreted as a seperate argument rather than being part of the path.
I would imagine that this could be worked around by putting my FreeSwitch
folder in my root.
I am new to open source projects and I am unsure of the protocols. If I find
a bug can I just fix it and check it in? Or do I need to raise it here so
that one of the official contributors can fix it?
Many thanks,
Jason
Creating temporary file "d:\Documents and Settings\Jason\My Documents\Visual
Studio
2005\Projects\FreeSWITCH\libs\win32\xmlrpc\Debug\xmlrpc\BAT00001A33044364.ba
t" with contents
[
@echo off
if not exist d:\Documents and Settings\Jason\My Documents\Visual Studio
2005\Projects\FreeSWITCH\libs\win32\xmlrpc\..\..\xmlrpc-c\transport_config.h
copy "d:\Documents and Settings\Jason\My Documents\Visual Studio
2005\Projects\FreeSWITCH\libs\win32\xmlrpc\..\..\xmlrpc-c\Windows\transport_
config_win32.h" d:\Documents and Settings\Jason\My Documents\Visual Studio
2005\Projects\FreeSWITCH\libs\win32\xmlrpc\..\..\xmlrpc-c\transport_config.h
if not exist d:\Documents and Settings\Jason\My Documents\Visual Studio
2005\Projects\FreeSWITCH\libs\win32\xmlrpc\..\..\xmlrpc-c\config.h copy
"d:\Documents and Settings\Jason\My Documents\Visual Studio
2005\Projects\FreeSWITCH\libs\win32\xmlrpc\..\..\xmlrpc-c\Windows\xmlrpc_win
32_config.h" d:\Documents and Settings\Jason\My Documents\Visual Studio
2005\Projects\FreeSWITCH\libs\win32\xmlrpc\..\..\xmlrpc-c\config.h
if not exist d:\Documents and Settings\Jason\My Documents\Visual Studio
2005\Projects\FreeSWITCH\libs\win32\xmlrpc\..\..\xmlrpc-c\xmlrpc_config.h
copy "d:\Documents and Settings\Jason\My Documents\Visual Studio
2005\Projects\FreeSWITCH\libs\win32\xmlrpc\..\..\xmlrpc-c\Windows\xmlrpc_win
32_config.h" d:\Documents and Settings\Jason\My Documents\Visual Studio
2005\Projects\FreeSWITCH\libs\win32\xmlrpc\..\..\xmlrpc-c\xmlrpc_config.h
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from "Performing
Pre-Build Event..."
exit 1
:VCEnd
]
Creating command line """d:\Documents and Settings\Jason\My Documents\Visual
Studio
2005\Projects\FreeSWITCH\libs\win32\xmlrpc\Debug\xmlrpc\BAT00001A33044364.ba
t"""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20070416/5a94e89c/attachment-0002.html
More information about the FreeSWITCH-users
mailing list