[Mono-winforms-list] order of installation

gennady wexler adyler@winisp.net
Sun, 03 Oct 2004 10:51:51 -0700


perhaps you may know what this is? I cant seem to be able to compile
libgdiplus, getting this errors:

this is macosx, darwin 7.5.0, I tried this with stock gcc 3.3 as well as
latest gcc 3.4.2 - all comes back wrong..

any help would be very much appreciated!

apple:~/mono/cvs/libgdiplus adyler$ ./autogen.sh --prefix=/usr/local
Running libtoolize...
Running aclocal  ...
/sw/share/aclocal/pkg.m4:5: warning: underquoted definition of
PKG_CHECK_MODULES
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/sw/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
/sw/share/aclocal/linc.m4:1: warning: underquoted definition of AM_PATH_LINC
/sw/share/aclocal/libart.m4:11: warning: underquoted definition of
AM_PATH_LIBART
/sw/share/aclocal/libIDL.m4:6: warning: underquoted definition of
AM_PATH_LIBIDL
/sw/share/aclocal/imlib.m4:9: warning: underquoted definition of
AM_PATH_IMLIB
/sw/share/aclocal/imlib.m4:167: warning: underquoted definition of
AM_PATH_GDK_IMLIB
/sw/share/aclocal/gtkgl.m4:4: warning: underquoted definition of
AM_PATH_GTKGL
/sw/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/sw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/sw/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of
AM_PATH_GDK_PIXBUF
/sw/share/aclocal/audiofile.m4:12: warning: underquoted definition of
AM_PATH_AUDIOFILE
/sw/share/aclocal/ORBit.m4:4: warning: underquoted definition of
AM_PATH_ORBIT
Running autoheader...
Running automake --gnu  ...
Running autoconf ...
Running ./configure --enable-maintainer-mode --enable-compile-warnings
--prefix=/usr/local ...
checking build system type... powerpc-apple-darwin7.5.0
checking host system type... powerpc-apple-darwin7.5.0
checking target system type... powerpc-apple-darwin7.5.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C
compiler cannot create executables
See `config.log' for more details.
apple:~/mono/cvs/libgdiplus adyler$ make
 cd . && /bin/sh ./config.status Makefile
config.status: creating Makefile
make  all-recursive
Making all in src
 cd .. && /bin/sh ./config.status src/Makefile depfiles
config.status: creating src/Makefile
config.status: executing depfiles commands
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I.
-I.. -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/sw/include
-I/sw/include/libpng12 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include
-I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -Wall -Werror
-Wno-unused -Wno-format    -no-cpp-precomp -I/sw/include -pthread -MT
bitmap.lo -MD -MP -MF ".deps/bitmap.Tpo" -c -o bitmap.lo bitmap.c; \
then mv -f ".deps/bitmap.Tpo" ".deps/bitmap.Plo"; else rm -f
".deps/bitmap.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include
-I/usr/X11R6/include/freetype2 -I/sw/include -I/sw/include/libpng12
-I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/usr/X11R6/include
-I/usr/X11R6/include/freetype2 -Wall -Werror -Wno-unused -Wno-format
-no-cpp-precomp -I/sw/include -pthread -MT bitmap.lo -MD -MP -MF
.deps/bitmap.Tpo -c bitmap.c  -fno-common -DPIC -o .libs/bitmap.o
gcc: unrecognized option `-pthread'
In file included from bitmap.c:29:
gdip_win32.h:146: warning: `__stdcall__' attribute directive ignored
gdip_win32.h:147: warning: `__stdcall__' attribute directive ignored
gdip_win32.h:148: warning: `__stdcall__' attribute directive ignored
gdip_win32.h:150: warning: `__stdcall__' attribute directive ignored
gdip_win32.h:152: warning: `__stdcall__' attribute directive ignored
gdip_win32.h:153: warning: `__stdcall__' attribute directive ignored
gdip_win32.h:154: warning: `__stdcall__' attribute directive ignored
gdip_win32.h:156: warning: `__stdcall__' attribute directive ignored
gdip_win32.h:157: warning: `__stdcall__' attribute directive ignored
gdip_win32.h:159: warning: `__stdcall__' attribute directive ignored
gdip_win32.h:160: warning: `__stdcall__' attribute directive ignored
gdip_win32.h:161: warning: `__stdcall__' attribute directive ignored
gdip_win32.h:170: warning: `__stdcall__' attribute directive ignored
make[2]: *** [bitmap.lo] Error 1
make[1]: *** [all-recursive] Error 1



On 10/3/04 5:22 AM, "Paul" <paul@all-the-johnsons.co.uk> wrote:

> Hi,
> 
>> I am doing it on Solaris 8, so have to build it all.  Would red-carpet work
>> on soloris?
> 
> *From memory* there is no version of RC for Solaris.
> 
> The order of installing from cvs (or source tarballs) is available at
> 
> http://www.all-the-johnsons.co.uk/mono/mono-compiling.html
> 
> It gives complete and detailed instructions on how to do the install and
> setup using winforms from the managed area. It will be getting updated
> today or tomorrow with a small script to automate the procedure and also
> a bit of a trouble shooter.
> 
> TTFN
> 
> Paul