Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 16/09/2007, à 11:25

chdorb

make FileZilla 3

Bonjour,

J'essaye d'installer FileZilla 3 à partir des sources pour en faire un paquet debian, après avoir galéré avec les dépendances lors du ./configure j'ai des soucis quand je lance make.

Pour info j'ai fais ça sous Gusty Tribe 5 pour satisfaire toutes les dépendances.

Quand je lance make j'ai ça et ne sais pas du tout quoi en faire:

chdorb@ubuntu:~/filezilla-3.0.0/compile$ make
Making all in .
make[1]: Entering directory `/home/chdorb/filezilla-3.0.0/compile'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/chdorb/filezilla-3.0.0/compile'
Making all in src
make[1]: Entering directory `/home/chdorb/filezilla-3.0.0/compile/src'
Making all in include
make[2]: Entering directory `/home/chdorb/filezilla-3.0.0/compile/src/include'
make  all-am
make[3]: Entering directory `/home/chdorb/filezilla-3.0.0/compile/src/include'
if g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I.     -g -O2 -Wall -g -fexceptions -I/usr/lib/wx/include/base-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES  -MT FileZilla.h.gch -MD -MP -MF ".deps/FileZilla.Tpo" -c -o FileZilla.h.gch ../../../src/include/FileZilla.h; \
        then mv -f ".deps/FileZilla.Tpo" ".deps/FileZilla.Po"; else rm -f ".deps/FileZilla.Tpo"; exit 1; fi
/usr/include/wx-2.8/wx/hashmap.h: In member function ‘wxLongToLongHashMap_wxImplementation_HashTable::Node** wxLongToLongHashMap_wxImplementation_HashTable::GetNodePtr(const long int&) const’:
/usr/include/wx-2.8/wx/hashmap.h:714: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/include/wx-2.8/wx/clntdata.h: In member function ‘wxShadowObjectMethods_wxImplementation_HashTable::Node** wxShadowObjectMethods_wxImplementation_HashTable::GetNodePtr(const wxString&) const’:
/usr/include/wx-2.8/wx/clntdata.h:20: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/include/wx-2.8/wx/clntdata.h: In member function ‘wxShadowObjectFields_wxImplementation_HashTable::Node** wxShadowObjectFields_wxImplementation_HashTable::GetNodePtr(const wxString&) const’:
/usr/include/wx-2.8/wx/clntdata.h:25: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/include/wx-2.8/wx/cursor.h: In constructor ‘wxBusyCursorSuspender::wxBusyCursorSuspender()’:
/usr/include/wx-2.8/wx/cursor.h:65: error: ‘wxIsBusy’ was not declared in this scope
/usr/include/wx-2.8/wx/cursor.h:67: error: ‘wxBusyCursor’ has not been declared
/usr/include/wx-2.8/wx/cursor.h:67: error: ‘wxSetCursor’ was not declared in this scope
/usr/include/wx-2.8/wx/cursor.h: In destructor ‘wxBusyCursorSuspender::~wxBusyCursorSuspender()’:
/usr/include/wx-2.8/wx/cursor.h:72: error: ‘wxIsBusy’ was not declared in this scope
/usr/include/wx-2.8/wx/cursor.h:74: error: ‘wxBusyCursor’ has not been declared
/usr/include/wx-2.8/wx/cursor.h:74: error: ‘wxSetCursor’ was not declared in this scope
/usr/include/wx-2.8/wx/gdicmn.h: In member function ‘wxStringToColourHashMap_wxImplementation_HashTable::Node** wxStringToColourHashMap_wxImplementation_HashTable::GetNodePtr(const wxString&) const’:
/usr/include/wx-2.8/wx/gdicmn.h:544: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/include/wx-2.8/wx/region.h: In member function ‘bool wxRegionBase::Intersect(const wxRect&)’:
/usr/include/wx-2.8/wx/region.h:251: error: invalid use of undefined type ‘struct wxRegion’
/usr/include/wx-2.8/wx/gdicmn.h:38: error: forward declaration of ‘struct wxRegion’
/usr/include/wx-2.8/wx/region.h: In member function ‘bool wxRegionBase::Subtract(const wxRect&)’:
/usr/include/wx-2.8/wx/region.h:256: error: invalid use of undefined type ‘struct wxRegion’
/usr/include/wx-2.8/wx/gdicmn.h:38: error: forward declaration of ‘struct wxRegion’
/usr/include/wx-2.8/wx/region.h: In member function ‘bool wxRegionBase::Xor(const wxRect&)’:
/usr/include/wx-2.8/wx/region.h:261: error: invalid use of undefined type ‘struct wxRegion’
/usr/include/wx-2.8/wx/gdicmn.h:38: error: forward declaration of ‘struct wxRegion’
/usr/include/wx-2.8/wx/window.h: At global scope:
/usr/include/wx-2.8/wx/window.h:82: error: field ‘font’ has incomplete type
/usr/include/wx-2.8/wx/window.h:85: error: field ‘colFg’ has incomplete type
/usr/include/wx-2.8/wx/window.h:89: error: field ‘colBg’ has incomplete type
/usr/include/wx-2.8/wx/window.h:907: error: ‘wxUpdateUIEvent’ has not been declared
/usr/include/wx-2.8/wx/window.h:1088: error: ‘wxSysColourChangedEvent’ has not been declared
/usr/include/wx-2.8/wx/window.h:1089: error: ‘wxInitDialogEvent’ has not been declared
/usr/include/wx-2.8/wx/window.h:1090: error: ‘wxMouseEvent’ has not been declared
/usr/include/wx-2.8/wx/window.h:1105: error: ‘WXWidget’ does not name a type
/usr/include/wx-2.8/wx/window.h:1107: error: ‘WXWidget’ has not been declared
/usr/include/wx-2.8/wx/window.h:1196: error: field ‘m_cursor’ has incomplete type
/usr/include/wx-2.8/wx/window.h:1197: error: field ‘m_font’ has incomplete type
/usr/include/wx-2.8/wx/window.h:1198: error: field ‘m_backgroundColour’ has incomplete type
/usr/include/wx-2.8/wx/window.h:1199: error: field ‘m_foregroundColour’ has incomplete type
/usr/include/wx-2.8/wx/window.h:1206: error: field ‘m_updateRegion’ has incomplete type
/usr/include/wx-2.8/wx/window.h:556: error: ‘wxNavigationKeyEvent’ has not been declared
/usr/include/wx-2.8/wx/window.h: In member function ‘const wxRegion& wxWindowBase::GetUpdateRegion() const’:
/usr/include/wx-2.8/wx/window.h:748: error: ‘m_updateRegion’ was not declared in this scope
/usr/include/wx-2.8/wx/window.h: In member function ‘wxRegion& wxWindowBase::GetUpdateRegion()’:
/usr/include/wx-2.8/wx/window.h:749: error: ‘m_updateRegion’ was not declared in this scope
/usr/include/wx-2.8/wx/window.h: In member function ‘const wxCursor& wxWindowBase::GetCursor() const’:
/usr/include/wx-2.8/wx/window.h:837: error: ‘m_cursor’ was not declared in this scope
/usr/include/wx-2.8/wx/window.h: In member function ‘wxWindow* wxWindowBase::GetGrandParent() const’:
/usr/include/wx-2.8/wx/window.h:1513: error: invalid use of undefined type ‘struct wxWindow’
/usr/include/wx-2.8/wx/utils.h:51: error: forward declaration of ‘struct wxWindow’
/usr/include/wx-2.8/wx/generic/splitter.h: At global scope:
/usr/include/wx-2.8/wx/generic/splitter.h:53: error: invalid use of undefined type ‘struct wxWindow’
/usr/include/wx-2.8/wx/utils.h:51: error: forward declaration of ‘struct wxWindow’
/usr/include/wx-2.8/wx/generic/splitter.h:191: error: ‘wxPaintEvent’ has not been declared
/usr/include/wx-2.8/wx/generic/splitter.h:194: error: ‘wxMouseEvent’ has not been declared
/usr/include/wx-2.8/wx/generic/splitter.h:197: error: ‘wxSizeEvent’ has not been declared
/usr/include/wx-2.8/wx/generic/splitter.h:289: error: field ‘m_sashCursorWE’ has incomplete type
/usr/include/wx-2.8/wx/generic/splitter.h:290: error: field ‘m_sashCursorNS’ has incomplete type
/usr/include/wx-2.8/wx/generic/splitter.h:300: error: ‘wxChildFocusEvent’ has not been declared
/usr/include/wx-2.8/wx/generic/splitter.h:316: error: expected class-name before ‘{’ token
/usr/include/wx-2.8/wx/generic/splitter.h:316: warning: ‘class wxSplitterEvent’ has virtual functions but non-virtual destructor
/usr/include/wx-2.8/wx/generic/splitter.h: In constructor ‘wxSplitterEvent::wxSplitterEvent(wxEventType, wxSplitterWindow*)’:
/usr/include/wx-2.8/wx/generic/splitter.h:320: error: class ‘wxSplitterEvent’ does not have any field named ‘wxNotifyEvent’
/usr/include/wx-2.8/wx/generic/splitter.h:322: error: ‘SetEventObject’ was not declared in this scope
/usr/include/wx-2.8/wx/generic/splitter.h:323: error: ‘m_id’ was not declared in this scope
/usr/include/wx-2.8/wx/generic/splitter.h:323: error: ‘class wxSplitterWindow’ has no member named ‘GetId’
/usr/include/wx-2.8/wx/filesys.h: In member function ‘wxFSHandlerHash_wxImplementation_HashTable::Node** wxFSHandlerHash_wxImplementation_HashTable::GetNodePtr(const void* const&) const’:
/usr/include/wx-2.8/wx/filesys.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../src/include/engineprivate.h: At global scope:
../../../src/include/engineprivate.h:78: error: ‘wxTimerEvent’ has not been declared
../../../src/include/engineprivate.h:129: error: ‘wxTimer’ does not name a type
make[3]: *** [FileZilla.h.gch] Error 1
make[3]: Leaving directory `/home/chdorb/filezilla-3.0.0/compile/src/include'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/chdorb/filezilla-3.0.0/compile/src/include'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/chdorb/filezilla-3.0.0/compile/src'
make: *** [all-recursive] Error 1

Si vous avez une idée, je serai ravi de créer mon premier paquet ubuntu


--

Hors ligne

#2 Le 16/09/2007, à 11:50

Astier

Re : make FileZilla 3

Il me semble à première vue que c'est un problème avec les wxwidgets. Après je ne saurai t'en dire plus hmm

Bonne continuation

A+

Hors ligne

#3 Le 16/09/2007, à 12:04

teto

Re : make FileZilla 3

Oui apparemment il faudrait que tu installes les header wxwidgets,par exemple:
sudo aptitude install wx2.x-headers ( remplace le second x par le bon numero de version,6 ou 8 )


La révolution est en marche.

Hors ligne

#4 Le 16/09/2007, à 12:13

mr_pouit

Re : make FileZilla 3

Filezilla est déjà dans gutsy (et debian), donc tu peux regarder le paquet déjà existant. wink

Hors ligne

#5 Le 16/09/2007, à 14:16

chdorb

Re : make FileZilla 3

J'ai déjà installé wx2.8-headers et rien n'y fait


--

Hors ligne

#6 Le 16/09/2007, à 14:28

chdorb

Re : make FileZilla 3

J'ai essayé d'installer le package filezilla3 de gutsy sous feisty et j'ai une erreur de dépendance libc6.
Si je comprends bien, vu qu'il n'y a pas libc6 2.6 sous feisty, y'a pas moyen d'avoir un package filezilla3 sous feisty ..?


--

Hors ligne

#7 Le 16/09/2007, à 15:01

Combes

Re : make FileZilla 3

Apparemment non. Tu devras te contenter de la 3.0b7 sous Feisty sad

Hors ligne

#8 Le 16/09/2007, à 18:27

Diti

Re : make FileZilla 3

Bah, où est le problème ?

Hors ligne

#9 Le 16/09/2007, à 19:26

Oby.

Re : make FileZilla 3

Il existe déjà en .deb je viens de le mettre sur le serveur de free :

http://dl.free.fr/enmT8c5Vb/filezilla_3.0.0-1_i386.deb

Mais ce serais mieux que ce que en fasse une mieux supporté au niveau des dépendances (même si je n'ai aucune idée de comment on fait)

Bonne chance !


Chaque heure blesse ... La dernière tue

Hors ligne

#10 Le 17/09/2007, à 04:55

Combes

Re : make FileZilla 3

oby: tu n'as pas une version AMD64 par hasard ? wink

Hors ligne

#11 Le 25/09/2007, à 10:35

Florut

Re : make FileZilla 3

Filezilla est déjà dans gutsy (et debian), donc tu peux regarder le paquet déjà existant. wink

Oui mais la version stable est beaucoup mieux que la beta7 !! En plus j'ai vu que la 3.0.1 est sortie...


J'ai moi aussi un problème pour créer un package... J'ai bien les dernières versions de make, et GCC (et gettext même si je sais pas à quoi ça sert gettext ??)

J'ai suivi scrupuleusement la doc fournie (et voici la console quand je lance make :

flo@flox:~/Desktop/filezilla-3.0.1/compile$ make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.

dans le dossier compile ne se trouvent que deux fichiers : un log et "libtool" un scritpt shell

Si quelq'un savait ce que voulaient dire ces erreurs :


conftest.c:10:28: error: ac_nonexistent.h: No such file or directory

Ceci me fait bien rire (ça montre le côté bourgeois de certains logiciels libres!!) :

configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
|
|       end

le log complet:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by FileZilla configure 3.0.1, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ../configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = flox
uname -m = i686
uname -r = 2.6.20-16-generic
uname -s = Linux
uname -v = #2 SMP Fri Aug 31 00:55:27 UTC 2007

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2052: checking for a BSD-compatible install
configure:2108: result: /usr/bin/install -c
configure:2119: checking whether build environment is sane
configure:2162: result: yes
configure:2227: checking for gawk
configure:2257: result: no
configure:2227: checking for mawk
configure:2243: found /usr/bin/mawk
configure:2254: result: mawk
configure:2265: checking whether make sets $(MAKE)
configure:2286: result: yes
configure:2477: checking build system type
configure:2495: result: i686-pc-linux-gnu
configure:2517: checking host system type
configure:2532: result: i686-pc-linux-gnu
configure:2613: checking for g++
configure:2629: found /usr/bin/g++
configure:2640: result: g++
configure:2671: checking for C++ compiler version
configure:2678: g++ --version >&5
g++ (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2681: $? = 0
configure:2688: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
configure:2691: $? = 0
configure:2698: g++ -V >&5
g++: '-V' option must have argument
configure:2701: $? = 1
configure:2724: checking for C++ compiler default output file name
configure:2751: g++    conftest.cpp  >&5
configure:2754: $? = 0
configure:2792: result: a.out
configure:2809: checking whether the C++ compiler works
configure:2819: ./a.out
configure:2822: $? = 0
configure:2839: result: yes
configure:2846: checking whether we are cross compiling
configure:2848: result: no
configure:2851: checking for suffix of executables
configure:2858: g++ -o conftest    conftest.cpp  >&5
configure:2861: $? = 0
configure:2885: result: 
configure:2891: checking for suffix of object files
configure:2917: g++ -c   conftest.cpp >&5
configure:2920: $? = 0
configure:2943: result: o
configure:2947: checking whether we are using the GNU C++ compiler
configure:2976: g++ -c   conftest.cpp >&5
configure:2982: $? = 0
configure:2999: result: yes
configure:3004: checking whether g++ accepts -g
configure:3034: g++ -c -g  conftest.cpp >&5
configure:3040: $? = 0
configure:3139: result: yes
configure:3173: checking for style of include used by make
configure:3201: result: GNU
configure:3229: checking dependency style of g++
configure:3319: result: gcc3
configure:3349: checking for a BSD-compatible install
configure:3405: result: /usr/bin/install -c
configure:3536: checking for gcc
configure:3552: found /usr/bin/gcc
configure:3563: result: gcc
configure:3801: checking for C compiler version
configure:3808: gcc --version >&5
gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3811: $? = 0
configure:3818: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
configure:3821: $? = 0
configure:3828: gcc -V >&5
gcc: '-V' option must have argument
configure:3831: $? = 1
configure:3834: checking whether we are using the GNU C compiler
configure:3863: gcc -c   conftest.c >&5
configure:3869: $? = 0
configure:3886: result: yes
configure:3891: checking whether gcc accepts -g
configure:3921: gcc -c -g  conftest.c >&5
configure:3927: $? = 0
configure:4026: result: yes
configure:4043: checking for gcc option to accept ISO C89
configure:4117: gcc  -c -g -O2  conftest.c >&5
configure:4123: $? = 0
configure:4146: result: none needed
configure:4166: checking dependency style of gcc
configure:4256: result: gcc3
configure:4273: checking for a sed that does not truncate output
configure:4327: result: /bin/sed
configure:4330: checking for grep that handles long lines and -e
configure:4404: result: /bin/grep
configure:4409: checking for egrep
configure:4487: result: /bin/grep -E
configure:4503: checking for ld used by gcc
configure:4570: result: /usr/bin/ld
configure:4579: checking if the linker (/usr/bin/ld) is GNU ld
configure:4594: result: yes
configure:4599: checking for /usr/bin/ld option to reload object files
configure:4606: result: -r
configure:4624: checking for BSD-compatible nm
configure:4673: result: /usr/bin/nm -B
configure:4677: checking whether ln -s works
configure:4681: result: yes
configure:4688: checking how to recognise dependent libraries
configure:4864: result: pass_all
configure:5098: checking how to run the C preprocessor
configure:5138: gcc -E  conftest.c
configure:5144: $? = 0
configure:5175: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5181: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "FileZilla"
| #define PACKAGE_TARNAME "filezilla"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "FileZilla 3.0.1"
| #define PACKAGE_BUGREPORT "tim.kosse@gmx.de"
| #define PACKAGE "filezilla"
| #define VERSION "3.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5214: result: gcc -E
configure:5243: gcc -E  conftest.c
configure:5249: $? = 0
configure:5280: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5286: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "FileZilla"
| #define PACKAGE_TARNAME "filezilla"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "FileZilla 3.0.1"
| #define PACKAGE_BUGREPORT "tim.kosse@gmx.de"
| #define PACKAGE "filezilla"
| #define VERSION "3.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5324: checking for ANSI C header files
configure:5354: gcc -c -g -O2  conftest.c >&5
configure:5360: $? = 0
configure:5459: gcc -o conftest -g -O2   conftest.c  >&5
configure:5462: $? = 0
configure:5468: ./conftest
configure:5471: $? = 0
configure:5488: result: yes
configure:5512: checking for sys/types.h
configure:5533: gcc -c -g -O2  conftest.c >&5
configure:5539: $? = 0
configure:5555: result: yes
configure:5512: checking for sys/stat.h
configure:5533: gcc -c -g -O2  conftest.c >&5
configure:5539: $? = 0
configure:5555: result: yes
configure:5512: checking for stdlib.h
configure:5533: gcc -c -g -O2  conftest.c >&5
configure:5539: $? = 0
configure:5555: result: yes
configure:5512: checking for string.h
configure:5533: gcc -c -g -O2  conftest.c >&5
configure:5539: $? = 0
configure:5555: result: yes
configure:5512: checking for memory.h
configure:5533: gcc -c -g -O2  conftest.c >&5
configure:5539: $? = 0
configure:5555: result: yes
configure:5512: checking for strings.h
configure:5533: gcc -c -g -O2  conftest.c >&5
configure:5539: $? = 0
configure:5555: result: yes
configure:5512: checking for inttypes.h
configure:5533: gcc -c -g -O2  conftest.c >&5
configure:5539: $? = 0
configure:5555: result: yes
configure:5512: checking for stdint.h
configure:5533: gcc -c -g -O2  conftest.c >&5
configure:5539: $? = 0
configure:5555: result: yes
configure:5512: checking for unistd.h
configure:5533: gcc -c -g -O2  conftest.c >&5
configure:5539: $? = 0
configure:5555: result: yes
configure:5582: checking dlfcn.h usability
configure:5599: gcc -c -g -O2  conftest.c >&5
configure:5605: $? = 0
configure:5619: result: yes
configure:5623: checking dlfcn.h presence
configure:5638: gcc -E  conftest.c
configure:5644: $? = 0
configure:5658: result: yes
configure:5691: checking for dlfcn.h
configure:5699: result: yes
configure:5722: checking how to run the C++ preprocessor
configure:5758: g++ -E  conftest.cpp
configure:5764: $? = 0
configure:5795: g++ -E  conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:5801: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "FileZilla"
| #define PACKAGE_TARNAME "filezilla"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "FileZilla 3.0.1"
| #define PACKAGE_BUGREPORT "tim.kosse@gmx.de"
| #define PACKAGE "filezilla"
| #define VERSION "3.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5834: result: g++ -E
configure:5863: g++ -E  conftest.cpp
configure:5869: $? = 0
configure:5900: g++ -E  conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:5906: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "FileZilla"
| #define PACKAGE_TARNAME "filezilla"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "FileZilla 3.0.1"
| #define PACKAGE_BUGREPORT "tim.kosse@gmx.de"
| #define PACKAGE "filezilla"
| #define VERSION "3.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5999: checking for g77
configure:6029: result: no
configure:5999: checking for xlf
configure:6029: result: no
configure:5999: checking for f77
configure:6029: result: no
configure:5999: checking for frt
configure:6029: result: no
configure:5999: checking for pgf77
configure:6029: result: no
configure:5999: checking for cf77
configure:6029: result: no
configure:5999: checking for fort77
configure:6029: result: no
configure:5999: checking for fl32
configure:6029: result: no
configure:5999: checking for af77
configure:6029: result: no
configure:5999: checking for xlf90
configure:6029: result: no
configure:5999: checking for f90
configure:6029: result: no
configure:5999: checking for pgf90
configure:6029: result: no
configure:5999: checking for pghpf
configure:6029: result: no
configure:5999: checking for epcf90
configure:6029: result: no
configure:5999: checking for gfortran
configure:6029: result: no
configure:5999: checking for g95
configure:6029: result: no
configure:5999: checking for xlf95
configure:6029: result: no
configure:5999: checking for f95
configure:6029: result: no
configure:5999: checking for fort
configure:6029: result: no
configure:5999: checking for ifort
configure:6029: result: no
configure:5999: checking for ifc
configure:6029: result: no
configure:5999: checking for efc
configure:6029: result: no
configure:5999: checking for pgf95
configure:6029: result: no
configure:5999: checking for lf95
configure:6029: result: no
configure:5999: checking for ftn
configure:6029: result: no
configure:6056: checking for Fortran 77 compiler version
configure:6063:  --version >&5
../configure: line 6064: --version: command not found
configure:6066: $? = 127
configure:6073:  -v >&5
../configure: line 6074: -v: command not found
configure:6076: $? = 127
configure:6083:  -V >&5
../configure: line 6084: -V: command not found
configure:6086: $? = 127
configure:6094: checking whether we are using the GNU Fortran 77 compiler
configure:6113:  -c  conftest.F >&5
../configure: line 6114: -c: command not found
configure:6119: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:6136: result: no
configure:6142: checking whether  accepts -g
configure:6159:  -c -g conftest.f >&5
../configure: line 6160: -c: command not found
configure:6165: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:6181: result: no
configure:6211: checking the maximum length of command line arguments
configure:6320: result: 32768
configure:6331: checking command to parse /usr/bin/nm -B output from gcc object
configure:6436: gcc -c -g -O2  conftest.c >&5
configure:6439: $? = 0
configure:6443: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6446: $? = 0
configure:6498: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6501: $? = 0
configure:6539: result: ok
configure:6543: checking for objdir
configure:6558: result: .libs
configure:6650: checking for ar
configure:6666: found /usr/bin/ar
configure:6677: result: ar
configure:6746: checking for ranlib
configure:6762: found /usr/bin/ranlib
configure:6773: result: ranlib
configure:6842: checking for strip
configure:6858: found /usr/bin/strip
configure:6869: result: strip
configure:7155: checking if gcc supports -fno-rtti -fno-exceptions
configure:7173: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7177: $? = 0
configure:7190: result: no
configure:7205: checking for gcc option to produce PIC
configure:7415: result: -fPIC
configure:7423: checking if gcc PIC flag -fPIC works
configure:7441: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:7445: $? = 0
configure:7458: result: yes
configure:7486: checking if gcc static flag -static works
configure:7514: result: yes
configure:7524: checking if gcc supports -c -o file.o
configure:7545: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:7549: $? = 0
configure:7571: result: yes
configure:7597: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:8552: result: yes
configure:8573: checking whether -lc should be explicitly linked in
configure:8578: gcc -c -g -O2  conftest.c >&5
configure:8581: $? = 0
configure:8596: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:8599: $? = 0
configure:8611: result: no
configure:8619: checking dynamic linker characteristics
configure:9195: result: GNU/Linux ld.so
configure:9204: checking how to hardcode library paths into programs
configure:9229: result: immediate
configure:9243: checking whether stripping libraries is possible
configure:9248: result: yes
configure:10049: checking if libtool supports shared libraries
configure:10051: result: yes
configure:10054: checking whether to build shared libraries
configure:10075: result: yes
configure:10078: checking whether to build static libraries
configure:10082: result: yes
configure:10174: creating libtool
configure:10762: checking for ld used by g++
configure:10829: result: /usr/bin/ld
configure:10838: checking if the linker (/usr/bin/ld) is GNU ld
configure:10853: result: yes
configure:10904: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11838: result: yes
configure:11856: g++ -c -g -O2  conftest.cpp >&5
configure:11859: $? = 0
configure:11978: checking for g++ option to produce PIC
configure:12252: result: -fPIC
configure:12260: checking if g++ PIC flag -fPIC works
configure:12278: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:12282: $? = 0
configure:12295: result: yes
configure:12323: checking if g++ static flag -static works
configure:12351: result: yes
configure:12361: checking if g++ supports -c -o file.o
configure:12382: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:12386: $? = 0
configure:12408: result: yes
configure:12434: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:12462: result: yes
configure:12529: checking dynamic linker characteristics
configure:13105: result: GNU/Linux ld.so
configure:13114: checking how to hardcode library paths into programs
configure:13139: result: immediate
configure:19487: checking for wx-config
configure:19519: result: no
configure:19698: error:
        	wxWidgets must be installed on your system
		but wx-config script couldn't be found.

		Please check that wx-config is in path, the directory
		where wxWidgets libraries are installed (returned by
		'wx-config --libs' command) is in LD_LIBRARY_PATH or
		equivalent variable and wxWidgets version is 2.8.4 or above.
	

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_WX_CONFIG_PATH=no
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/flo/Desktop/filezilla-3.0.1/config/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/flo/Desktop/filezilla-3.0.1/config/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/flo/Desktop/filezilla-3.0.1/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/flo/Desktop/filezilla-3.0.1/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/flo/Desktop/filezilla-3.0.1/config/missing --run automake-1.9'
AWK='mawk'
CATALOGS_TO_INSTALL=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall -g -fexceptions'
CPP='gcc -E'
CPPFLAGS=''
CPPUNIT_CFLAGS=''
CPPUNIT_CONFIG=''
CPPUNIT_LIBS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -Wall -g -fexceptions'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_PRECOMP_FALSE=''
ENABLE_PRECOMP_TRUE=''
EXEEXT=''
F77=''
FFLAGS=''
FILEZILLA_LINGUAS=''
FILEZILLA_LINGUAS_MO=''
FILEZILLA_LINGUAS_PO=''
FILEZILLA_LINGUAS_PO_NEW=''
GREP='/bin/grep'
HAS_CPPUNIT_FALSE=''
HAS_CPPUNIT_TRUE=''
IDN_LIB=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBGNUTLS_CFLAGS=''
LIBGNUTLS_CONFIG=''
LIBGNUTLS_LIBS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LOCALES_FALSE=''
LOCALES_ONLY_FALSE=''
LOCALES_ONLY_TRUE=''
LOCALES_TRUE=''
LTLIBOBJS=''
MACAPPBUNDLE_FALSE=''
MACAPPBUNDLE_TRUE=''
MAKEINFO='${SHELL} /home/flo/Desktop/filezilla-3.0.1/config/missing --run makeinfo'
MAKENSISSCRIPT_FALSE=''
MAKENSISSCRIPT_TRUE=''
MINGW_FALSE=''
MINGW_TRUE=''
OBJEXT='o'
PACKAGE='filezilla'
PACKAGE_BUGREPORT='tim.kosse@gmx.de'
PACKAGE_NAME='FileZilla'
PACKAGE_STRING='FileZilla 3.0.1'
PACKAGE_TARNAME='filezilla'
PACKAGE_VERSION='3.0.1'
PACKAGE_VERSION_MAJOR=''
PACKAGE_VERSION_MICRO=''
PACKAGE_VERSION_MINOR=''
PACKAGE_VERSION_NANO=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SFTP_MINGW_FALSE=''
SFTP_MINGW_TRUE=''
SFTP_UNIX_FALSE=''
SFTP_UNIX_TRUE=''
SHELL='/bin/bash'
STRIP='strip'
USE_BINRELOC_FALSE=''
USE_BINRELOC_TRUE=''
USE_RESOURCEFILE_FALSE=''
USE_RESOURCEFILE_TRUE=''
VERSION='3.0.1'
WINDRES=''
WINDRESFLAGS=''
WXRC=''
WX_CFLAGS=''
WX_CFLAGS_ONLY=''
WX_CONFIG_PATH='no'
WX_CONFIG_WITH_ARGS=''
WX_CPPFLAGS=''
WX_CXXFLAGS=''
WX_CXXFLAGS_ONLY=''
WX_LIBS=''
WX_LIBS_STATIC=''
WX_RESCOMP=''
WX_VERSION=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/flo/Desktop/filezilla-3.0.1/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
msgfmt=''
msgmerge=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
xgettext=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "FileZilla"
#define PACKAGE_TARNAME "filezilla"
#define PACKAGE_VERSION "3.0.1"
#define PACKAGE_STRING "FileZilla 3.0.1"
#define PACKAGE_BUGREPORT "tim.kosse@gmx.de"
#define PACKAGE "filezilla"
#define VERSION "3.0.1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define USED_HOST "i686-pc-linux-gnu"
#define USED_CXXFLAGS "-g -O2 -Wall -g -fexceptions"
#define USED_COMPILER "gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)"

configure: exit 1

Ou si quelqu'un sait où je peux trouver un package tout fait bien sûr (mais j'aurais bien aimé comprendre le problème quand même !

Hors ligne

#12 Le 14/05/2009, à 01:37

0july0

Re : make FileZilla 3

Bonjour,

le package nécessaire est, en plus des wx standard, libalien-wxwidgets-perl.

Compilation réussie aujourdh'ui de la 3.2.4 smile

Hors ligne