i got sheepshaver working under vmware several versions back and i'll test with my mac hd for my linux install if you post binaries. Gw - does it work for you now?
I downloaded the latest cywin (all of the binaries).
After lots of hacking (specifically moving the gtk and gdk include files into the basilisk include directory structure) and grabbing the if_arp.h files etc. I get this far with BasiliskII. I've tried with gtk or without gtk both give this type of error (its weird that I compile without gtk and it still wants it!)
diofile -lm
obj/prefs_editor_dummy.o(.text+0x0):prefs_editor_dummy.cpp: multiple definition
of `PrefsEditor()'
obj/prefs_unix.o(.text+0xbe0):prefs_unix.cpp: first defined here
obj/main_unix.o(.text+0x148):main_unix.cpp: undefined reference to `LoadPrefs()
obj/main_unix.o(.text+0x807):main_unix.cpp: undefined reference to `_UserPrefsP
th'
obj/prefs.o(.text+0x1d):prefs.cpp: undefined reference to `AddPlatformPrefsDefa
lts()'
obj/prefs.o(.text+0x22):prefs.cpp: undefined reference to `LoadPrefs()'
obj/prefs.o(.text+0x41a):prefs.cpp: undefined reference to `_platform_prefs_ite
s'
obj/prefs.o(.text+0x4b9):prefs.cpp: undefined reference to `_platform_prefs_ite
s'
obj/prefs.o(.text+0xb5d):prefs.cpp: undefined reference to `_platform_prefs_ite
s'
obj/prefs_unix.o(.text+0x900):prefs_unix.cpp: undefined reference to `_g_list_a
pend'
obj/prefs_unix.o(.text+0x950):prefs_unix.cpp: undefined reference to `SavePrefs
)'
obj/prefs_unix.o(.text+0x2571):prefs_unix.cpp: undefined reference to `_g_list_
ppend'
obj/prefs_unix.o(.text+0x258b):prefs_unix.cpp: undefined reference to `_g_list_
ppend'
obj/prefs_unix.o(.text+0x25a5):prefs_unix.cpp: undefined reference to `_g_list_
ppend'
obj/prefs_unix.o(.text+0x25bf):prefs_unix.cpp: undefined reference to `_g_list_
ppend'
obj/prefs_unix.o(.text+0x25d9):prefs_unix.cpp: undefined reference to `_g_list_
ppend'
obj/prefs_unix.o(.text+0x277a):prefs_unix.cpp: more undefined references to `_g
list_append' follow
collect2: ld returned 1 exit status
make: *** [BasiliskII.exe] Error 1
For sheepshaver I get this:
checking for true... /usr/bin/true
checking for GCC 2.7 or higher... yes
checking for GCC 3.0 or higher... yes
checking for ICC... no
checking whether the compiler can generate ELF objects... unknown
checking whether dyngen can be used... no
configure: creating ./config.status
config.status: creating
.infig.status: error: cannot find input file:
In both cases aclocal gives me warnings. For Sheepshaver its:
$ ./autogen.sh
+ Running aclocal: configure.ac:366: warning: underquoted definition of AC_CHEC
K_FRAMEWORK
run info '(automake)Extending aclocal'
or see
http://sources.redhat.com/automake/auto ... ng-aclocal
configure.ac:456: warning: underquoted definition of AC_TRANSLATE_DEFINE
/usr/share/aclocal/freetype2.m4:7: warning: underquoted definition of AC_CHECK_F
T2
done.
For BasiliskII its:
configure.ac:381: warning: underquoted definition of AC_CHECK_FRAMEWORK
run info '(automake)Extending aclocal'
or see
http://sources.redhat.com/automake/auto ... ng-aclocal
configure.ac:524: warning: underquoted definition of AC_TRANSLATE_DEFINE
acinclude.m4:7: warning: underquoted definition of B2_PATH_GNOMEUI
/usr/share/aclocal/freetype2.m4:7: warning: underquoted definition of AC_CHECK_F
T2
aclocal:configure.ac:246: warning: macro `AM_GNU_GETTEXT' not found in library
Any and all assistance welcome.