binarycrusader / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Configuring libproxy with CMake fails #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Configuring libproxy with CMake fails still with SVN 507 (using CMake 2.8.0):

-- The C compiler identification is GNU                                   

-- The CXX compiler identification is GNU                                 

-- Check for working C compiler: /usr/bin/gcc                             

-- Check for working C compiler: /usr/bin/gcc -- works                    

-- Detecting C compiler ABI info                                          

-- Detecting C compiler ABI info - done                                   

-- Check for working CXX compiler: /usr/bin/c++                           

-- Check for working CXX compiler: /usr/bin/c++ -- works                  

-- Detecting CXX compiler ABI info                                        

-- Detecting CXX compiler ABI info - done                                 

-- checking for modules 'x11;xmu'                                         

--   found x11, version 1.2.2                                             

--   found xmu, version 1.0.4                                             

-- checking for modules 'NetworkManager;dbus-1'                           

--   found NetworkManager, version 0.7.1                                  

--   found dbus-1, version 1.2.16                                         

-- checking for module 'webkit-1.0'                                       

--   package 'webkit-1.0' not found                                       

-- checking for module 'xulrunner-js'                                     

--   package 'xulrunner-js' not found                                     

-- checking for module 'firefox-js'                                       

--   package 'firefox-js' not found                                       

-- checking for module 'mozilla-js'                                       

--   found mozilla-js, version 1.9.1.7                                    

-- checking for module 'gconf-2.0'                                        

--   package 'gconf-2.0' not found                                        

-- Looking for Q_WS_X11                                                   

-- Looking for Q_WS_X11 - found                                           

-- Looking for Q_WS_WIN                                                   

-- Looking for Q_WS_WIN - not found.                                      

-- Looking for Q_WS_QWS                                                   

-- Looking for Q_WS_QWS - not found.                                      

-- Looking for Q_WS_MAC                                                   

-- Looking for Q_WS_MAC - not found.                                      

-- Found Qt-Version 4.5.3 (using /usr/bin/qmake)                          

-- Looking for XOpenDisplay in
Xmu;Xt;X11;SM;ICE;/usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.s
o;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so

-- Looking for XOpenDisplay in
Xmu;Xt;X11;SM;ICE;/usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.s
o;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so
- found                                                                   

-- Looking for gethostbyname                                              

-- Looking for gethostbyname - found                                      

-- Looking for connect                                                    

-- Looking for connect - found                                            

-- Looking for remove                                                     

-- Looking for remove - found                                             

-- Looking for shmat                                                      

-- Looking for shmat - found                                              

-- Looking for IceConnectionNumber in ICE                                 

-- Looking for IceConnectionNumber in ICE - found                         

-- Found X11: /usr/lib64/libX11.so                                        

-- Looking for include files CMAKE_HAVE_PTHREAD_H                         

-- Looking for include files CMAKE_HAVE_PTHREAD_H - found                 

-- Looking for pthread_create in pthreads                                 

-- Looking for pthread_create in pthreads - not found                     

-- Looking for pthread_create in pthread                                  

-- Looking for pthread_create in pthread - found                          

-- Found Threads: TRUE                                                    

-- Found Automoc4: /usr/bin/automoc4                                      

-- Found Perl: /usr/bin/perl                                              

-- Phonon Version: 4.3.0                                                  

-- Found Phonon: /usr/lib64/libphonon.so                                  

-- Found Phonon Includes: /usr/include/KDE;/usr/include                   

-- Performing Test _OFFT_IS_64BIT                                         

-- Performing Test _OFFT_IS_64BIT - Success                               

-- Performing Test HAVE_FPIE_SUPPORT                                      

-- Performing Test HAVE_FPIE_SUPPORT - Success                            

-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL                        

-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success              

-- Performing Test __KDE_HAVE_GCC_VISIBILITY                              

-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success                    

-- Found KDE 4.3 include dir: /usr/include                                

-- Found KDE 4.3 library dir: /usr/lib64                                  

-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler

-- Found automoc4: /usr/bin/automoc4                                      

MODULES TO BUILD:                                                         

        m       config_wpad                                               

        +       config_envvar                                             

        +       config_file
                config_gnome
        m       config_kde4
        m       network_networkmanager
        m       pacrunner_mozjs
CMake Error at libproxy/CMakeLists.txt:94 (px_module_condmod):
  px_module_condmod Function invoked with incorrect arguments for function
  named: px_module_condmod

        +       ignore_domain
        +       ignore_ip
        +       wpad_dns_alias

-- Found PythonInterp: /usr/bin/python2.6
-- Configuring incomplete, errors occurred!

Original issue reported on code.google.com by lukas.so...@gmx-topmail.de on 26 Jan 2010 at 5:16

GoogleCodeExporter commented 9 years ago
I believe this is fixed in r508.  Please test.

Original comment by npmccallum@gmail.com on 26 Jan 2010 at 5:30

GoogleCodeExporter commented 9 years ago
Yes, it is fixed in r508.

Original comment by lukas.so...@gmx-topmail.de on 27 Jan 2010 at 9:48

GoogleCodeExporter commented 9 years ago

Original comment by npmccallum@gmail.com on 4 Feb 2010 at 3:36