OK now the below error has returned. I'm not sure why. I reinstalled a bunch of things like autoconf, automake, libiconv, gettext, libtool, etc., trying to fix the second error... then the first error came back and I am at a loss as to how to fix it. I'm not sure why it names the folder ".deps" instead of just "deps" ... might that have something to do with it?
So can anyone think of why the following error would appear? Last time I did setfile -a v .deps and ran ./autogen.sh in the sub-directories. No dice this time, though. Thanks for any help. All I wanna do is compile mono. darkgoob wrote: > > I followed your directions closely, but when I run "make" on mono itself, > it dies with this error: > > > /bin/sh ./libtool --quiet --mode=compile gcc -DPACKAGE_NAME=\"libgc-mono\" > -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" > -DPACKAGE_STRING=\"libgc-mono\ 6.6\" > -DPACKAGE_BUGREPORT=\"[email protected]\" -DGC_DARWIN_THREADS=1 > -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 > -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 > -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 > -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 > -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 > -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include > -no-cpp-precomp -D_THREAD_SAFE -DGC_MACOSX_THREADS -DPLATFORM_MACOSX > -DUSE_MMAP -DUSE_MUNMAP -DGetCurrentProcess=MonoGetCurrentProcess > -DGetCurrentThread=MonoGetCurrentThread -DCreateEvent=MonoCreateEvent > -arch i386 -D_XOPEN_SOURCE -mmacosx-version-min=10.5 -arch i386 > -D_XOPEN_SOURCE -mmacosx-version-min=10.5 -g -MT allchblk.lo -MD -MP -MF > .deps/allchblk.Tpo -c -o allchblk.lo allchblk.c > mv -f .deps/allchblk.Tpo .deps/allchblk.Plo > mv: rename .deps/allchblk.Tpo to .deps/allchblk.Plo: No such file or > directory > make[3]: *** [allchblk.lo] Error 1 > > Not sure how to fix this. > -- View this message in context: http://mono.1490590.n4.nabble.com/Nullref-when-clearing-TextBox-that-hasn-t-been-shown-yet-tp3002455p3035416.html Sent from the Mono - Dev mailing list archive at Nabble.com. _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
