VOGONS


First post, by gentimjs

User metadata
Rank Newbie
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 make
make all-recursive
Making all in src
Making all in cpu
Making all in core_full
Making all in core_normal
Making all in core_dyn_x86
Making all in debug
Making all in dos
Making all in fpu
Making all in gui
Making all in hardware
Making all in serialport
if 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; \
fi
misc_util.cpp:40: error: `SOCKET' does not name a type
*** Error code 1
make: Fatal error: Command failed for target `misc_util.o'
Current working directory /export/source/dosbox-0.70/src/hardware/serialport
*** Error code 1
The 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 1
The 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 \
Show last 28 lines
  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 1
The 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 1
make: 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