Issue 338 - Configure assumes stlport headers under stlport4-home/stlport/
Summary: Configure assumes stlport headers under stlport4-home/stlport/
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: 614
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: oisinboydell
QA Contact: issues@www
URL: none
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-26 21:20 UTC by issues@www
Modified: 2007-10-11 03:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
updates $SOLARINC correctly (140 bytes, patch)
2003-12-06 14:52 UTC, issues@www
no flags Details | Diff
This patches configure.in (Linux Specific header control) (1.21 KB, patch)
2003-12-06 14:52 UTC, issues@www
no flags Details | Diff
*correct* patch for set_soenv.1.diff (adds the correct include path for Linux _only_) (198 bytes, patch)
2003-12-06 14:52 UTC, issues@www
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
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