First post, by gentimjs
gentimjs
Offline
Rank
Newbie
Latest Solaris 10 / Sparc
Sunblade 1000, Dual 750mhz USIII, 2GB ram, Expert3d
I had dosbox working about a year ago, but now on this new install the compile fails. ./configure works fine, but on make I get the following:
bash-3.00$ sudo makemake all-recursiveMaking all in srcMaking all in cpuMaking all in core_fullMaking all in core_normalMaking all in core_dyn_x86Making all in debugMaking all in dosMaking all in fpuMaking all in guiMaking all in hardwareMaking all in serialportif g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include -I/opt/csw/include/SDL -D_REENTRANT -g -O2 -MT misc_util.o -MD -MP -MF ".deps/misc_util.Tpo" \-c -o misc_util.o `test -f 'misc_util.cpp' || echo './'`misc_util.cpp; \then mv -f ".deps/misc_util.Tpo" ".deps/misc_util.Po"; \else rm -f ".deps/misc_util.Tpo"; exit 1; \fimisc_util.cpp:40: error: `SOCKET' does not name a type*** Error code 1make: Fatal error: Command failed for target `misc_util.o'Current working directory /export/source/dosbox-0.70/src/hardware/serialport*** Error code 1The following command caused the error:set fnord $MAKEFLAGS; amf=$2; \dot_seen=no; \target=`echo all-recursive | sed s/-recursive//`; \list='serialport'; for subdir in $list; do \echo "Making $target in $subdir"; \if test "$subdir" = "."; then \dot_seen=yes; \local_target="$target-am"; \else \local_target="$target"; \fi; \(cd $subdir && make $local_target) \|| case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \done; \if test "$dot_seen" = "no"; then \make "$target-am" || exit 1; \fi; test -z "$fail"make: Fatal error: Command failed for target `all-recursive'Current working directory /export/source/dosbox-0.70/src/hardware*** Error code 1The following command caused the error:set fnord $MAKEFLAGS; amf=$2; \dot_seen=no; \target=`echo all-recursive | sed s/-recursive//`; \list='cpu debug dos fpu gui hardware libs ints misc shell platform'; for subdir in $list; do \echo "Making $target in $subdir"; \if test "$subdir" = "."; then \dot_seen=yes; \local_target="$target-am"; \else \local_target="$target"; \fi; \(cd $subdir && make $local_target) \|| case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \done; \if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \fi; test -z "$fail"make: Fatal error: Command failed for target `all-recursive'Current working directory /export/source/dosbox-0.70/src*** Error code 1The following command caused the error:set fnord $MAKEFLAGS; amf=$2; \dot_seen=no; \target=`echo all-recursive | sed s/-recursive//`; \list='src include docs visualc_net'; for subdir in $list; do \echo "Making $target in $subdir"; \if test "$subdir" = "."; then \dot_seen=yes; \local_target="$target-am"; \else \local_target="$target"; \fi; \(cd $subdir && make $local_target) \|| case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \done; \if test "$dot_seen" = "no"; then \make "$target-am" || exit 1; \fi; test -z "$fail"make: Fatal error: Command failed for target `all-recursive'Current working directory /export/source/dosbox-0.70*** Error code 1make: Fatal error: Command failed for target `all'bash-3.00$
Any thoughts?
More info I could post to be more helpful?
I'm using blastwave.org gcc and sdl