Opened 13 years ago

Closed 13 years ago

#1827 closed defect (fixed)

Section 8.15.1 (svgalib_helper) refers to "--with-extraincdir", which is no longer available.

Reported by: alessandro_pezzoni@… Owned by: diego@…
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)

configure_help_output.txt (17.8 KB ) - added by alessandro_pezzoni@… 13 years ago.
"./configure --help" output

Download all attachments as: .zip

Change History (5)

comment:1 by compn, 13 years ago

Cc: patriotact@… added

change --with-extraincdir to --extraincdir

by alessandro_pezzoni@…, 13 years ago

Attachment: configure_help_output.txt added

"./configure --help" output

comment:2 by alessandro_pezzoni@…, 13 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 compn, 13 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 alessandro_pezzoni@…, 13 years ago

Resolution: fixed
Status: newclosed

Thank you, --extra-cflags="-I/path/to/svgalib_helper/sources/" did the trick.

Note: See TracTickets for help on using tickets.