Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
autoconf question
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
glitch13
Apprentice
Apprentice


Joined: 02 Oct 2002
Posts: 213
Location: New Orleans, LA

PostPosted: Thu May 08, 2003 2:44 pm    Post subject: autoconf question Reply with quote

I can't get autoconf to find the header for wxGTK. Here's what I have in configure.in:
Code:

AC_CHECK_HEADER(wx/wx.h, AC_MSG_RESULT(WX Found), AC_MSG_ERROR(WX Not Found) )


the header is there in /usr/include/wx but it fails to find it. The line right below it is checking for the libpq header int /usr/include and finding it just fine. What gives?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum