Opened 17 years ago

Closed 16 years ago

#4086 closed defect (wontfix)

configure doesn't find X

Reported by: Benoît LORAND <benoit.lorand@…> Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

hi,

Since many times i'm obliged to update configure to find X. here it's svn diff who show the difference.

root@MythTV:/home/rev new/mythtv# svn diff configure Index: configure =================================================================== --- configure (révision 14695) +++ configure (copie de travail) @@ -1640,7 +1640,7 @@

has_header() {

  • HPATHS="/usr/local/include /usr/include /usr/include/g++-v3 /usr/X11R6/include"

+ HPATHS="/usr/local/include /usr/include /usr/include/g++-v3 /usr/X11R6/include /srv/xorg/include"

INCL=echo $DYLD_LIBRARY_PATH $LD_LIBRARY_PATH | sed s/':'/' '/g HPATHS="$HPATHS echo $INCL | sed s/$libdir_name/include/g "

I have search to indicate $x11_include_path at the same place but it's not define yet at this moment.

Thanks

Change History (1)

comment:1 Changed 16 years ago by danielk

Resolution: wontfix
Status: newclosed

That's a pretty non-standard location for Xorg...

Note: See TracTickets for help on using tickets.