Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2002 01:01:22 +0600
From:      Leon <leon@ed.rk.tusur.ru>
To:        ports@FreeBSD.org
Subject:   CAN'T COMPILE current ports/emulators/bochs with option WITH_SOUND
Message-ID:  <90627934822.20020527010122@ed.rk.tusur.ru>

next in thread | raw e-mail | index | archive | help
Hi there.

1) Running my FreeBSD-4.6-PRERELEASE I fetch current ports(with bochs-1.4),
unpack them, cd emulators/bochs; make install clean; it's compiles and works
pretty fine, but, if I type make WITH_SOUND=yes, then:
------
sb16.cc: In function `static void bx_sb16_c::init(bx_devices_c *)':
sb16.cc:118: syntax error before `('
gmake[1]: *** [sb16.o] Error 1
gmake: *** [iodev/libiodev.a] Error 2
------
I don't know how to fix. So, please, do something with it ;-)


2) I made little modification for ports/emulators/bochs/Makefile:
---------------------------------------------------
--- Makefile.original   Sun May 26 13:01:08 2002
+++ Makefile    Sun May 26 17:24:45 2002
@@ -64,7 +64,7 @@
 .endif
 
 .if defined(WITH_SOUND)
-CONFIGURE_ARGS+=       --enable-sb16=linux
+CONFIGURE_ARGS+=       --enable-sb16=freebsd
 .endif
 
 MAN1=          bochs.1 bochsrc.1 bximage.1
----------------------------------------------------
  

-- 
Best regards,
 Leon                          mailto:leon@ed.rk.tusur.ru


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?90627934822.20020527010122>