[Mono-list] Build error when compiling mcs tree - latest cvs

2004-05-03 Thread A Rafael D Teixeira
in the 'make PROFILE=net_2_0 all-profile' part
...
make[4]: Entering directory
`/home/rafael/projetos/mcs/class/I18N/Common'
touch ../../../build/deps/net_2_0_I18N.dll.stamp
MONO_PATH=../../../class/lib/net_2_0:$MONO_PATH mono 
../../../gmcs/gmcs.exe /r:mscorlib.dll  -d:NET_1_1 -d:NET_2_0 -2 -g
/noconfig  /target:library /out:../../../class/lib/net_2_0/I18N.dll
@I18N.dll.sources
Mono C# Compiler 0.25.99.0 for Generics
error CS2001: Source file '-2' could not be opened
Compilation failed: 1 error(s), 0 warnings
make[4]: *** [../../../class/lib/net_2_0/I18N.dll] Error 1
make[4]: Leaving directory `/home/rafael/projetos/mcs/class/I18N/Common'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/rafael/projetos/mcs/class/I18N'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/rafael/projetos/mcs/class'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rafael/projetos/mcs'
make: *** [all] Error 2

Regards,
-- 
Rafael Monoman Teixeira 
Mono Hacker since 16 Jul 2001 - http://www.go-mono.org/
Mono Brasil Founding Member - http://monobrasil.redesolbrasil.org/
English Blog: http://monoblog.blogspot.com/
Brazilian Portuguese Blog: http://monoblog.weblogger.terra.com.br/

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Build error

2004-02-20 Thread Paolo Molaro
On 02/18/04 Hector E. Gomez Morales wrote:
 I have this error since yesterday:
[...]
 ./.libs/libmono.so: undefined reference to `___tls_get_addr'
 collect2: ld returned 1 exit status
 make: *** [mono] Error 1

Tell us what version of libc, gcc and what operating system you're
using.

lupus

-- 
-
[EMAIL PROTECTED] debian/rules
[EMAIL PROTECTED] Monkeys do it better
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Build error

2004-02-18 Thread Hector E. Gomez Morales




I have this error since yesterday:

(cd .libs  rm -f libmono.la  ln -s ../libmono.la libmono.la)
/bin/sh ../../libtool --mode=link gcc -g -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -o mono -export-dynamic main.o libmono.la -pthread -lgthread-2.0 -lglib-2.0 -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0 -lm -lpthread -lm -L/usr/lib -licui18n -licuuc -licudata -lpthread -lm -lnsl -lpthread -lm
gcc -g -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -o .libs/mono main.o -Wl,--export-dynamic -Wl,--export-dynamic ./.libs/libmono.so -L/usr/lib -pthread /usr/lib/libgthread-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so -licui18n -licuuc -licudata -lnsl -lpthread -lm -Wl,--rpath -Wl,/usr/local/lib
./.libs/libmono.so: undefined reference to `___tls_get_addr'
collect2: ld returned 1 exit status
make: *** [mono] Error 1

Anyone is having this error?





RE: [Mono-list] Build error

2004-02-18 Thread Varga Zoltan

   Hi,

  Could you tell me the result of the following configure check:

'checking for working __thread'

   thanks

   Zoltan


  -Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of ext
Hector E. Gomez Morales
Sent: February 18,2004 12:30
To: Mono-List
Subject: [Mono-list] Build error


I have this error since yesterday:

(cd .libs  rm -f libmono.la  ln -s ../libmono.la libmono.la)
/bin/sh ../../libtool --mode=link gcc  -g -O2
-fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes
-Wmissing-declarations -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs 


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] Build error

2004-02-18 Thread Hector E. Gomez Morales
It is:

working __thread... yes

I have constructed mono with this same toolchain with no change in it:

gcc-3.3.2
glibc-2.3.3

On Wed, 2004-02-18 at 05:41, Varga Zoltan wrote:
Hi,
 
   Could you tell me the result of the following configure check:
 
 'checking for working __thread'
 
thanks
 
Zoltan
 
 
   -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of ext
 Hector E. Gomez Morales
 Sent: February 18,2004 12:30
 To: Mono-List
 Subject: [Mono-list] Build error
 
 
 I have this error since yesterday:
 
 (cd .libs  rm -f libmono.la  ln -s ../libmono.la libmono.la)
 /bin/sh ../../libtool --mode=link gcc  -g -O2
 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes
 -Wmissing-declarations -Wstrict-prototypes 
 -Wmissing-prototypes -Wnested-externs 
 
 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Build error

2004-01-20 Thread Tom Cabanski
Got latest from CVS last night and tried to compile under cygwin/Windows and received 
the following error.  Had been working fine before.  Is this related to recent changes 
I have read about regarding the file system watcher?

creating libmint.la
(cd .libs  rm -f libmint.la  ln -s ../libmint.la libmint.la)
/bin/bash ../../libtool --mode=link gcc -mno-cygwin -O -g -O2 -fno-strict-aliasing -g 
-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes  
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align 
-Wwrite-strings  -L/usr/local/lib -o mint.exe  main.o libmint.la -lws2_32 -lpsapi
gcc -mno-cygwin -O -g -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes 
-Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -o mint.exe main.o  
-L/usr/local/lib ./.libs/libmint.a -lgc -LC:/cygwin/usr/local/lib -lgthread-2.0 
-lgmodule-2.0 -lglib-2.0 /usr/lib/libintl.dll.a -L/usr/lib /usr/lib/libiconv.dll.a 
-L/usr/local/icu/lib -licuuc -licuin -lws2_32 -lpsapi
./.libs/libmint.a(icall.o)(.data+0xee4): In function `ves_icall_System_Array_SetValue':
/tom/mono/mono/metadata/icall.c:452: undefined reference to 
`_ves_icall_System_IO_FSW_SupportsFSW'
./.libs/libmint.a(icall.o)(.data+0xeec):/tom/mono/mono/metadata/icall.c:453: undefined 
reference to `_ves_icall_System_IO_FSW_OpenDirectory'
./.libs/libmint.a(icall.o)(.data+0xef4):/tom/mono/mono/metadata/icall.c:454: undefined 
reference to `_ves_icall_System_IO_FSW_CloseDirectory'
./.libs/libmint.a(icall.o)(.data+0xefc):/tom/mono/mono/metadata/icall.c:454: undefined 
reference to `_ves_icall_System_IO_FSW_ReadDirectoryChanges'
./.libs/libmint.a(icall.o)(.data+0xf04):/tom/mono/mono/metadata/icall.c:453: undefined 
reference to `_ves_icall_System_IO_FAMW_InternalFAMNextEvent'
Info: resolving _GC_finalize_on_demand by linking to __imp__GC_finalize_on_demand 
(auto-import)
Info: resolving _GC_finalizer_notifier by linking to __imp__GC_finalizer_notifier 
(auto-import)
collect2: ld returned 1 exit status
make[3]: *** [mint.exe] Error 1
make[3]: Leaving directory `/tom/mono/mono/interpreter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tom/mono/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tom/mono'
make: *** [all] Error 2

Thanks

-
Tom Cabanski
 


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Build error

2003-06-26 Thread Willem . Smit
Thanx a mill Thomas ;)
I wonder why configure didn't pick it up though. It worked on my rh9 box at
home no prob ?!

Anywayz it's sorted out now.
cheerz
Willem Smit
SL IT
9471637
0724872442

***
Any views expressed in this message are those of the individual sender, and
Sanlam accepts no liability therefore, except where the sender specifically
states them to be those of Sanlam.
Enige sienswyses of stellings wat in hierdie boodskap uitgedruk word is dié
van die individuele afsender, en Sanlam aanvaar geen aanspreeklikheid
daarvoor nie, behalwe waar die afsender uitdruklik vermeld dat dit dié van
Sanlam is.


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Build error

2003-06-25 Thread Willem . Smit
Hi guys,

I've never had this problem before at home, but after I set up a test pc
here at work with Redhat 9 i got this error while building mono-0.24:

exceptions  -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
-Wstrict-prototypes  -Wmissing-prototypes -Wnested-externs -Wpointer-arith
-Wno-cast-qual -Wcast-align -Wwrite-strings -c -o daemon.lo `test -f
'daemon.c' || echo './'`daemon.c
rm -f .libs/daemon.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -D_WAPI_BUILDING=1 -DMONO_BINDIR
=\/usr/local/bin\ -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES
-D_GNU_SOURCE -D_REENTRANT -fexceptions -g -Wall -Wunused
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual
-Wcast-align -Wwrite-strings -c daemon.c -MT daemon.lo -MD -MP -MF
.deps/daemon.TPlo  -fPIC -DPIC -o .libs/daemon.lo
In file included from ../../mono/io-layer/handles-private.h:16,
 from daemon.c:26:
../../mono/io-layer/wapi-private.h:25:2: #error configure failed to
discover size of unix socket path
make[3]: *** [daemon.lo] Error 1
make[3]: Leaving directory `/root/mono/mono-0.24/mono/io-layer'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/mono/mono-0.24/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/mono/mono-0.24'
make: *** [all] Error 2

I've made make clean and reconfigured a few times, but still the same
problem. Any1 know whats up ?
Willem Smit
SL IT
9471637
0724872442

***
Any views expressed in this message are those of the individual sender, and
Sanlam accepts no liability therefore, except where the sender specifically
states them to be those of Sanlam.
Enige sienswyses of stellings wat in hierdie boodskap uitgedruk word is dié
van die individuele afsender, en Sanlam aanvaar geen aanspreeklikheid
daarvoor nie, behalwe waar die afsender uitdruklik vermeld dat dit dié van
Sanlam is.


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Build error

2003-06-25 Thread Thomas P. Schrantz
I've seen that on both RH8 and 9, going back probably as far as .22 or .21,
when I first installed Mono, but definitely in .23 and .24.  I don't know
what's causing it or if this fix will break anything, but it seems to have
worked for me (I'm going on memory of doing this about a month and a half
ago, so it's probably fuzzy...):

Run ./configure, but don't make just yet.  Open up the configure.h (Or was
it config.h...?) and find #define MONO_SIZEOF_SUNPATH line.  It's setting it
to 0, which is bad.  I think the correct size was 108, but I would
definitely look in your standard socket library header files for something
that looks like the socket path size (It was an array declaration,
somewhere.).  Change that #define in the configuration header to whatever
that number turns out to be, save the file, then you should be able to do a
make from there.

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list