[Gtk-sharp-list] Combined installer compiling problem
Pedro Villavicencio
pvillavicencio@linuxcenter.cl
Tue, 27 Jul 2004 09:01:53 -0400
On Tue, 2004-07-27 at 12:31 +0100, miguel díaz wrote:
> Hi all,
> i installed the combined installer and when i try to
> compile i get this error:
>
> la aplicación no se ha podido inicializar
> correctamente (0x0000135). Haga click en aceptar par
> terminar la aplicación.
> (the aplication couldnt start correctly..)
>
> any ideas? I use this to compile, i adapted it from
> somewhere since i have little idea:
>
> SET MCS=mcs
> SET MONO_LIBS=C:/Archivos de
> programa/Mono-1.0/lib/mono/gtk-sharp
>
> SET SRC_DIR=GnomeNet
> SET SOURCES=%SRC_DIR%/EasyTranscriptorApp.cs
> %SRC_DIR%/Code/*.cs %SRC_DIR%/Gui/*.cs
>
> %MCS% -g -r %MONO_LIBS%/glib-sharp.dll -r
> %MONO_LIBS%/gdk-sharp.dll -r
> %MONO_LIBS%/pango-sharp.dll -r
> %MONO_LIBS%/gtk-sharp.dll -o EasyTranscriptorpp.exe
> %SOURCES%
>
> Where can i learn to create a makefile?
> thanks in advance
is my idea or you talk spanish? well german poo have in his docs a
really good tutorial about autoconf and automake(in spanish)
http://www.ubiobio.cl/~gpoo/documentos/
saludos.