Issue 338

Summary: Configure assumes stlport headers under stlport4-home/stlport/
Product: Build Tools Reporter: issues@www <issues>
Component: codeAssignee: oisinboydell
Status: CLOSED FIXED QA Contact: issues@www <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 614   
Target Milestone: ---   
Hardware: PC   
OS: Linux, all   
URL: none
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
updates $SOLARINC correctly
none
This patches configure.in (Linux Specific header control)
none
*correct* patch for set_soenv.1.diff (adds the correct include path for Linux _only_) none

Description issues@www 2001-01-26 21:20:14 UTC
This assumption is wrong, because under linux headers are (supposed to be) located under /usr/include/stlport or /usr/local/include/stlport.
Until the stlport headers are taken directly from the stlport source tree, everything works OK. Once they are moved into the proper place, bootstrap never finishes, complaining it cannot fond "list"
Comment 1 sander_traveling 2001-01-26 21:35:57 UTC
I'm not all that sure about 'supposed' and 'proper place'. 

And the assumpion is a bit deeper than just configure. 

But you can install the stlport libaray in /usr/local/lib and the headers in
/usr/local/stlport and call /usr/local stlport4-home.

If you want the part changed, just send in patches.
Comment 2 issues@www 2001-01-26 22:14:28 UTC
According to the <A HREF="http://www.pathname.com/fhs/2.1/fhs-toc.html"> 
Linux Filesystem Hierarchy Standard</A> /usr/include and /usr/local/include are the standard C include files directories.
The only distro which makes a package (Query for stlport-devel on rpmfind.net) puts header files under /usr/include/stlport
Users are free to do as they please of course ;)
Comment 3 issues@www 2001-01-26 22:20:33 UTC
Created attachment 58 [details]
updates $SOLARINC correctly
Comment 4 issues@www 2001-01-26 22:22:58 UTC
Sorry, the last patch is a diff to set_soenv.1 (didn't know filenames weren't kept) :(
Comment 5 issues@www 2001-01-26 22:44:21 UTC
Created attachment 59 [details]
This patches configure.in (Linux Specific header control)
Comment 6 issues@www 2001-01-26 22:57:29 UTC
Created attachment 60 [details]
*correct* patch for set_soenv.1.diff (adds the correct include path for Linux _only_)
Comment 7 Unknown 2001-01-31 13:48:56 UTC
reassigned to oisin boydell
Comment 8 oisinboydell 2001-06-01 12:41:55 UTC
Fixed
Comment 9 foskey 2003-03-18 04:03:33 UTC
This is no longer an issue, verifying.
Comment 10 Raphael Bircher 2007-10-11 03:22:27 UTC
Close now