[Mono-list] Re: [Mono-list] RE: [Mono-list] Canīt compil e Mono on cygwin

apollo13 apollo13@01019freenet.de
Wed, 18 Jul 2001 02:17:11 +0200


> > This change to gstrfuncs.c seemed to allow the glib build to finish:
>
> You could alternatively edit the config.h file that is generated after
> running configure, and change:
>
> #undef HAVE_STRSIGNAL
>
> to:
>
> #define HAVE_STRSIGNAL 1
>
> It seems like the autoconf test did not figure this out correctly.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Hi Miguel,

it should be read as:
in _config.h_, change
#define HAVE_STRSIGNAL 1
to:
#undef HAVE_STRSIGNAL

Implementation on the class libs has just started, but i am wondering, why
you did not
provide _automatically generated_ implementation-skeletons, provided for
_all_ intended classes.
These skeletons could be easily created by tools like WinCV, ClsView
(SDK-sample)
or derived from the ecma-specs and could be made downloadable at your site.
This would provide possibilities for an uniform layout for
in-code-documentation and other code formatting.
As well there could be generated skeletons for simple test-applications.

Cheers, Wolfgang
_______________________________________________
> Mono-list maillist  -  Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>