Issue 65976 - [PATCH] do not add compiler default include/library path
Summary: [PATCH] do not add compiler default include/library path
Status: REOPENED
Alias: None
Product: Build Tools
Classification: Code
Component: configure (show other issues)
Version: current
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-31 19:36 UTC by geki
Modified: 2017-05-20 10:47 UTC (History)
1 user (show)

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


Attachments
kill xinc/xlib defaults; xinerama hack (1.83 KB, text/plain)
2007-07-20 11:46 UTC, geki
no flags Details
XINC/XLIB defaults; xinerama resets XLIB (949 bytes, text/plain)
2007-07-24 20:25 UTC, geki
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description geki 2006-05-31 19:36:25 UTC
... do not accidently catch misplaced header files or libraries. Besides of this
it is just useless to add these.

That piece of configure could be cleaned up, maybe. But I am not sure so I do it
this way for now.

Patch is on URL.
Comment 1 Martin Hollmichel 2006-06-13 11:48:23 UTC
reassign for review and commit, looks ok from my side.
Comment 2 rene 2006-06-13 11:53:56 UTC
right
Comment 3 rene 2006-06-13 20:06:23 UTC
committed to cws configure18
Comment 4 geki 2006-06-14 09:59:47 UTC
verified
Comment 5 geki 2006-07-27 16:37:36 UTC
seen in m179. closing.
Comment 6 geki 2006-09-14 13:19:13 UTC
This issue broke the xinerama check in configure, reverted. So we need a proper fix.
Comment 7 pavel 2006-09-29 08:32:33 UTC
Move target to 2.1.
Comment 8 pavel 2006-11-10 08:28:56 UTC
What is the status of this issue, please?

Time to close it and create new one for the xinerama proble should there be any?
Comment 9 rene 2006-11-22 13:21:26 UTC
pjanik: no
Comment 10 rene 2006-11-22 13:23:33 UTC
uh, sorry, oversaw something....

pjanik: yes. (No extra issue needed, apparently)
Comment 11 rene 2006-11-22 13:23:48 UTC
close
Comment 12 geki 2007-07-20 11:45:35 UTC
reopen
Comment 13 geki 2007-07-20 11:46:49 UTC
Created attachment 46938 [details]
kill xinc/xlib defaults; xinerama hack
Comment 14 geki 2007-07-24 12:23:56 UTC
Is there any reason to link to static xinerama library for linux/freebsd
nowadays? Mac OS X supports dynamic version only.

Would be nice to simplify for linux/freebsd, too. ;)
Comment 15 geki 2007-07-24 20:25:23 UTC
Created attachment 47047 [details]
XINC/XLIB defaults; xinerama resets XLIB
Comment 16 geki 2007-07-24 20:33:10 UTC
Second patch still sets XINC and XLIB to 'default_x_*'. The Xinerama check
resets XLIB later which does not change the build time XINC and XLIB variables.

This, at least, should suffice to fix your configure error for Xinerama, Rene.
And it should fix some strange include errors on Gentoo AMD64 multilib systems.


Another thing I wonder about:

There is a 'AC_CHECK_LIB(Xinerama, XineramaIsActive, [], [AC_MSG_ERROR(Xinerama
not functional?)], [$XINERAMA_EXTRA_LIBS])' check.

If you chose static linking and you happen to have a dynamic version, too, it
will check the dynamic version instead, won't it? :)
Comment 17 geki 2010-04-03 23:18:51 UTC
Is there any news to this? Latest patch available here:

http://cgit.freedesktop.org/ooo-build/ooo-build/tree/patches/dev300/config_office-XINC-XLIB-defaults.diff
Comment 18 Rob Weir 2013-03-11 15:05:01 UTC
I'm adding this comment to all open issues with Issue Type == PATCH.  We have 220 such issues, many of them quite old.  I apologize for that.  

We need your help in prioritizing which patches should be integrated into our next release, Apache OpenOffice 4.0.

If you have submitted a patch and think it is applicable for AOO 4.0, please respond with a comment to let us know.

On the other hand, if the patch is no longer relevant, please let us know that as well.

If you have any general questions or want to discuss this further, please send a note to our dev mailing list:  dev@openoffice.apache.org

Thanks!

-Rob
Comment 19 Marcus 2017-05-20 10:47:29 UTC
Reset assigne to the default "issues@openoffice.apache.org".