[Bug 261259] emulators/bochs: Include directive -I/usr/local/include needed for SB16 config flag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Jan 2022 02:24:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261259
Bug ID: 261259
Summary: emulators/bochs: Include directive
-I/usr/local/include needed for SB16 config flag
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: nc@FreeBSD.org
Reporter: martys1oi@att.net
Flags: maintainer-feedback?(nc@FreeBSD.org)
Assignee: nc@FreeBSD.org
FreeBSD 13.0 port emulators/bochs version 2.7,2
Build with configure flag SB16 (Sound Blaster 16 Emulation) set results in
compile failure in file work/bochs-27/iodev/sound/soundlow.h with error message
File samplerate.h Not Found. The file is included with port audio/libsamplerate
which is installed on my machine, version 0.2.2. File samplerate.h resides in
directory /usr/local/include which is not currently part of the bochs build
script. When the include directive is added, the build proceeds normally.
Please add include directive -I/usr/local/include to the build.
--
You are receiving this mail because:
You are the assignee for the bug.