autoconf-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #7897] Fix python detection


From: anonymous
Subject: [patch #7897] Fix python detection
Date: Tue, 04 Dec 2012 10:13:33 +0000
User-agent: Mozilla/5.0 (Windows NT 5.0; rv:12.0) Gecko/20100101 Firefox/12.0

URL:
  <http://savannah.gnu.org/patch/?7897>

                 Summary: Fix python detection
                 Project: GNU Autoconf Archive
            Submitted by: None
            Submitted on: mar. 04 déc. 2012 10:13:31 UTC
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I saw those warnings on libnl-3.2.12 configure
checking for python2.6... python2.6
checking for main in -lpython2.6... yes
checking python2.6/Python.h usability... yes
checking python2.6/Python.h presence... yes
checking for python2.6/Python.h... yes
./configure: line 12065: test: !=: unary operator expected
checking for python2.5... (cached) python2.6
checking for main in -lpython2.6... (cached) yes
checking for python2.6/Python.h... (cached) yes
./configure: line 12065: test: !=: unary operator expected
checking for python2.4... (cached) python2.6
checking for main in -lpython2.6... (cached) yes
checking for python2.6/Python.h... (cached) yes
./configure: line 12065: test: !=: unary operator expected
checking for python2.3... (cached) python2.6
checking for main in -lpython2.6... (cached) yes
checking for python2.6/Python.h... (cached) yes
./configure: line 12065: test: !=: unary operator expected
checking for python2.2... (cached) python2.6
checking for main in -lpython2.6... (cached) yes
checking for python2.6/Python.h... (cached) yes
./configure: line 12065: test: !=: unary operator expected
checking for python2.1... (cached) python2.6
checking for main in -lpython2.6... (cached) yes
checking for python2.6/Python.h... (cached) yes
./configure: line 12065: test: !=: unary operator expected
checking for python... (cached) python2.6
checking for main in -lpython2.6... (cached) yes
checking for python2.6/Python.h... (cached) yes
./configure: line 12065: test: !=: unary operator expected
  results of the Python check:
    Binary:      python2.6
    Library:     python2.6
    Include Dir: no

Fix the 'unary operator' warning
Add more recent python version detection (untested)




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: mar. 04 déc. 2012 10:13:31 UTC  Name: 0001-Fix-python-detection.patch 
Size: 2 ko   By: None

<http://savannah.gnu.org/patch/download.php?file_id=27035>
-------------------------------------------------------
Date: mar. 04 déc. 2012 10:13:31 UTC  Name:
0002-Add-code-for-testing-more-recent-python-versions.patch  Size: 914 o   By:
None

<http://savannah.gnu.org/patch/download.php?file_id=27036>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7897>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]