Mailing List Archive

[ python-Bugs-872392 ] Finding X11 fails on SuSE Opteron
Bugs item #872392, was opened at 2004-01-07 14:36
Message generated for change (Comment added) made by birkenfeld
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=872392&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Joseph Winston (josephwinston)
Assigned to: Nobody/Anonymous (nobody)
Summary: Finding X11 fails on SuSE Opteron

Initial Comment:
The 64 bit versions of libraries are in a different location.

A possible patch would be:

opteron:~/src/Languages/Python/Python-2.3.3 cvs diff
setup.py
Index: setup.py
===================================
================================
RCS
file: /ts2/jwinston/CACHE/CVSROOT/jwinston/src/Langu
ages/Python/Python-2.3.3/setup.py,v
retrieving revision 1.1
diff -r1.1 setup.py
986a987,989
> elif os.path.exists('/usr/X11R6/lib64'):
> include_dirs.append('/usr/X11R6/include')
> added_lib_dirs.append('/usr/X11R6/lib64')


----------------------------------------------------------------------

>Comment By: Reinhold Birkenfeld (birkenfeld)
Date: 2005-09-22 08:47

Message:
Logged In: YES
user_id=1188172

Your proposed path has been applied in 2004-11-13.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=872392&group_id=5470
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com