Opened 14 years ago
Closed 14 years ago
#1827 closed defect (fixed)
Section 8.15.1 (svgalib_helper) refers to "--with-extraincdir", which is no longer available.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | DOCS |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | compn | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
Under section 8.15.1 [1] of the MPlayer documentation is written:
"4. Then run configure again and pass the parameter --enable-svgalib_helper as well as --with-extraincdir=/path/to/svgalib_helper/sources/kernel/svgalib_helper, where /path/to/svgalib_helper/sources/ has to be adjusted to wherever you extracted svgalib_helper sources."
The config switch "--with-extraincdir" doesn't seem to be available anymore (in svn head) and trying to compile without it (but with "--enable-svgalib_helper") yelds the following error:
In file included from vidix/AsmMacros.h:80:0,
from vidix/dha.c:39:
vidix/sysdep/AsmMacros_x86.h:77:28: fatal error: svgalib_helper.h: No such file or directory
compilation terminated.
make: * [vidix/dha.o] Error 1
I don't know how to fix this, so I don't know how to update the documentation, either.
Regards,
Alessandro
[1] http://www.mplayerhq.hu/DOCS/HTML/en/vidix.html#svgalib_helper
Attachments (1)
Change History (5)
comment:1 by , 14 years ago
Cc: | added |
---|
comment:2 by , 14 years ago
Sorry, maybe I didn't get it right. I tried substituting --with-extraincdir with --extraincdir, but I got this error:
Unknown parameter: --extraincdir=/tmp/bauerbill/build/aur/mplayer-svn/src/mplayer/include/svgalib_helper/
I am attaching the output of "./configure --help", maybe it will shed some light on this.
comment:3 by , 14 years ago
oops, i was wrong. from:
http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/2009-March/036856.html
Replace --with-extraincdir option by --extra-cflags
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thank you, --extra-cflags="-I/path/to/svgalib_helper/sources/" did the trick.
change --with-extraincdir to --extraincdir