Bug 174562

Summary: configure cannot find X includes when building
Product: [Fedora] Fedora Reporter: John Mahowald <jpmahowald>
Component: numlockxAssignee: John Mahowald <jpmahowald>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-11-30 06:50:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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