bug in Prebuild.exe

View: New views
2 Messages — Rating Filter:   Alert me  

bug in Prebuild.exe

by Sam Hocevar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

   The Prebuild.exe currently shipped in the mono SVN (in tao/other) has
a bug in the way it creates configure.ac. As there is no mailing-list
for dnpb I'm sending the simple patch here.

   Also, does anyone know whether new binary snapshots of Tao may appear
in the near future?

Regards,
--
Sam.


Index: src/data/autotools.xml
===================================================================
--- src/data/autotools.xml (revision 249)
+++ src/data/autotools.xml (working copy)
@@ -663,7 +663,7 @@
 >AC_INIT([<xsl:value-of select="$solutionName" />]-solution,[<xsl:value-of select="/dnpb:Prebuild/dnpb:Solution[@name=$solutionName]/@version" />])
 AC_CONFIG_AUX_DIR(.)
 AM_INIT_AUTOMAKE([1.9 tar-ustar])
-EXTRA_DIST=install-sh missing
+EXTRA_DIST="install-sh missing"
 SOLUTION_NAME=<xsl:value-of select="$solutionName" />
 SOLUTION_VERSION=$VERSION
 SOLUTION_DESCRIPTION="<xsl:value-of select="/dnpb:Prebuild/dnpb:Solution[@name=$solutionName]/dnpb:Description" />"


_______________________________________________
Tao-list mailing list
Tao-list@...
http://galactus.ximian.com/mailman/listinfo/tao-list

Re: bug in Prebuild.exe

by David_Hudson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Thanks for the patch. I must warn you that prebuild/dnpb is pretty much
dead. No one has worked on it for awhile. I will apply  the patch to
Prebuild (I am a maintainer for both Tao  and Prebuild). Going forward
however, I am not sure how long Tao will rely on Prebuild.

Dave

tao-list-bounces@... wrote on 10/25/2007 08:36:35 AM:

>    The Prebuild.exe currently shipped in the mono SVN (in tao/other) has
> a bug in the way it creates configure.ac. As there is no mailing-list
> for dnpb I'm sending the simple patch here.
>
>    Also, does anyone know whether new binary snapshots of Tao may appear
> in the near future?
>
> Regards,
> --
> Sam.
> [attachment "patch-prebuild-cjac-autotools.diff" deleted by David
> Hudson/INV/CG/CAPITAL] _______________________________________________
> Tao-list mailing list
> Tao-list@...
> http://galactus.ximian.com/mailman/listinfo/tao-list

_______________________________________________
Tao-list mailing list
Tao-list@...
http://galactus.ximian.com/mailman/listinfo/tao-list