Bug 174562 - configure cannot find X includes when building
Summary: configure cannot find X includes when building
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: numlockx
Version: rawhide
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: John Mahowald
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-11-30 05:03 UTC by John Mahowald
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-11-30 06:50:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description John Mahowald 2005-11-30 05:03:04 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7

Description of problem:
Will not build on devel, configure cannot find headers. numlockx needs X extensions to flip numlock on and off.

checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

Have tried "BuildRequires: libX11-devel libXtst-devel libXext-devel"

Relevent bits from the Makefile.am:

numlockx_LDADD   = @XTESTLIB@ -lXext -lX11 @X_PRE_LIBS@
numlockx_LDFLAGS = @X_LDFLAGS@
INCLUDES = @X_INCLUDES@

And configure.in

K_PATH_X
AC_PREFIX_PROGRAM(X)
NM_CHECK_XKB
NM_CHECK_XTEST
NM_CHECK_XSETUP
NM_CHECK_XINITRC


Version-Release number of selected component (if applicable):
numlockx-1.0-4.fc5

How reproducible:
Always

Steps to Reproduce:
Submit build to build sys

Actual Results:  Build failed.

Expected Results:  Build succeeded.

Additional info:

Comment 1 John Mahowald 2005-11-30 06:50:10 UTC
Works with BuildRequires:  libX11-devel libXtst-devel libXext-devel libXt-devel
imake


Note You need to log in before you can comment on or make changes to this bug.