Howto: Compiling FileZilla 3 under Windows

Moderator: Project members

Post Reply
Message
Author
jdratlif
226 Transfer OK
Posts: 392
Joined: 2008-12-30 10:30
First name: John
Last name: Ratliff
Location: In a small white padded room.

Re: Howto: Compiling FileZilla 3 under Windows

#76 Post by jdratlif » 2009-05-05 18:53

http://jdrrant.blogspot.com/ - CODEpendent Blog

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Howto: Compiling FileZilla 3 under Windows

#77 Post by botg » 2009-05-05 18:54

You made a mistake earlier. Best is if you start over from scratch.

If you follow the instructions precisely you won't get that error.

networe
504 Command not implemented
Posts: 7
Joined: 2009-05-05 18:14
First name: sadsadds
Last name: sadsdasda

Re: Howto: Compiling FileZilla 3 under Windows

#78 Post by networe » 2009-05-05 19:06

mkdir -p /opt/wxWidgets
mkdir ~/source
cd ~/source
tar -xvjf /c/dev/download/wxWidgets-2.8.10.tar.bz2
cd wxWidgets-2.8.10
mkdir compile
cd compile
../configure --prefix=/opt/wxWidgets --enable-unicode --disable-shared
make
make install

I did it twice

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Howto: Compiling FileZilla 3 under Windows

#79 Post by botg » 2009-05-05 19:15

And the step afterwards?

networe
504 Command not implemented
Posts: 7
Joined: 2009-05-05 18:14
First name: sadsadds
Last name: sadsdasda

Re: Howto: Compiling FileZilla 3 under Windows

#80 Post by networe » 2009-05-05 19:32

I've checked all step before, if folder and files are there..
everything is Ok....

networe
504 Command not implemented
Posts: 7
Joined: 2009-05-05 18:14
First name: sadsadds
Last name: sadsdasda

Re: Howto: Compiling FileZilla 3 under Windows

#81 Post by networe » 2009-05-05 19:38

Ive seen on another website:

Install wxGTK-devel also.

But..How i do that?

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Howto: Compiling FileZilla 3 under Windows

#82 Post by botg » 2009-05-05 20:10

Install wxGTK-devel also.
oO... No...

networe
504 Command not implemented
Posts: 7
Joined: 2009-05-05 18:14
First name: sadsadds
Last name: sadsdasda

Re: Howto: Compiling FileZilla 3 under Windows

#83 Post by networe » 2009-05-05 20:16

I did all the step twice so..
Maybe i'll start again later because its so long to do all.

networe
504 Command not implemented
Posts: 7
Joined: 2009-05-05 18:14
First name: sadsadds
Last name: sadsdasda

Re: Howto: Compiling FileZilla 3 under Windows

#84 Post by networe » 2009-05-05 22:39

After compile:

Code: Select all

Configured wxWidgets 2.8.10 for `i686-pc-mingw32'

  Which GUI toolkit should wxWidgets use?                 msw
  Should wxWidgets be compiled into single library?       no
  Should wxWidgets be compiled in debug mode?             no
  Should wxWidgets be linked as a shared library?         no
  Should wxWidgets be compiled in Unicode mode?           yes
  What level of wxWidgets compatibility should be enabled?
                                       wxWidgets 2.4      no
                                       wxWidgets 2.6      yes
  Which libraries should wxWidgets use?
                                       jpeg               builtin
                                       png                builtin
                                       regex              builtin
                                       tiff               builtin
                                       zlib               builtin
                                       odbc               no
                                       expat              builtin
                                       libmspack          no
                                       sdl                no
Seem to be ok,

After Make Install:

Code: Select all

done
 
 ------------------------------------------------------
 
 The installation of wxWidgets is finished.  On certain
 platforms (e.g. Linux) you'll now have to run ldconfig
 if you installed a shared library and also modify the
 LD_LIBRARY_PATH (or equivalent) environment variable.
 
 wxWidgets comes with no guarantees and doesn't claim
 to be suitable for any purpose.
 
 Read the wxWidgets Licence on licencing conditions.
 
 ------------------------------------------------------
The install is ok i dont know why i got error

jdratlif
226 Transfer OK
Posts: 392
Joined: 2008-12-30 10:30
First name: John
Last name: Ratliff
Location: In a small white padded room.

Re: Howto: Compiling FileZilla 3 under Windows

#85 Post by jdratlif » 2009-05-06 02:25

Is /opt/wxWidgets/bin in your path?

Try this:

Code: Select all

export PATH=/opt/wxWidgets/bin:$PATH
./configure --prefix /opt/FileZilla3
make
edit: Kinda looks like you missed this step: http://wiki.filezilla-project.org/Compi ... _variables

You will need to restart msys after that. i.e. close it and relaunch.
http://jdrrant.blogspot.com/ - CODEpendent Blog

networe
504 Command not implemented
Posts: 7
Joined: 2009-05-05 18:14
First name: sadsadds
Last name: sadsdasda

Re: Howto: Compiling FileZilla 3 under Windows

#86 Post by networe » 2009-05-06 02:54

Oh well,
I did all the step 3 times with re-installing alllllllllllll the shitttttttttt
Nothing work, always the same problem, im not idiot i fallow the same same same same step, i download the same same same files, i change nothing in the Wiki...

Code: Select all

Jpp@MONPCESTI ~
$ echo 'export PATH="$PATH:/opt/wxWidgets/bin"' >> ~/.profile

Jpp@MONPCESTI ~
$ echo 'export LD_LIBRARY_PATH=/opt/wxWidgets/lib' >> ~/.profile

Jpp@MONPCESTI ~
$ source ~/.profile
I restart...

cd ~/source
svn co http://filezilla.svn.sourceforge.net/sv ... lla3/trunk FileZilla3
cd FileZilla3
./autogen.sh

Code: Select all

Jpp@MONPCESTI ~/source/FileZilla3
$ ./autogen.sh
--- FileZilla 3 autogen script ---

HINT: If this script fails, please download a recent source tarball from http://filezilla-project.org/nightly                             .php

1. Cleaning previous files... done
2. Checking required tools... 
2.1 Checking for automake >= 1.8.0 ... found 1.10.2, ok.
2.2 Checking for aclocal ... found 1.10.2, ok.
2.3 Checking for autoheader ... found 2.63, ok.
2.4 Checking for autoconf >= 2.60 ... found 2.63, ok.
2.5 Checking for libtoolize >= 1.4 ... found 2.2.6, ok.
3. Creating configure and friends... 
3.1 Running aclocal... 
/share/aclocal/autoopts.m4:22: warning: underquoted definition of AG_PATH_AUTOOPTS
/share/aclocal/autoopts.m4:22:   run info '(automake)Extending aclocal'
/share/aclocal/autoopts.m4:22:   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
3.2 Running autoheader... 
3.3 Runnig libtoolize... 
3.4 Running autoconf... 
3.5 Runing automake... 
configure.in:9: installing `config/compile'
configure.in:6: installing `config/config.guess'
configure.in:6: installing `config/config.sub'
configure.in:4: installing `config/install-sh'
configure.in:4: installing `config/missing'
locales/Makefile.am:46: `%'-style pattern rules are a GNU make extension
locales/Makefile.am:50: `%'-style pattern rules are a GNU make extension
src/dbus/Makefile.am: installing `config/depcomp'
src/include/Makefile.am:31: `%'-style pattern rules are a GNU make extension
4. Checking generate files... done

Script completed successfully.
Now run ./configure, see ./configure --help for more information

Code: Select all

Jpp@MONPCESTI ~/source/FileZilla3
$ cd compile

YEAH, It works with your

Code: Select all

export PATH=/opt/wxWidgets/bin:$PATH
I'll add it in the Wiki , Thanks :)

jdratlif
226 Transfer OK
Posts: 392
Joined: 2008-12-30 10:30
First name: John
Last name: Ratliff
Location: In a small white padded room.

Re: Howto: Compiling FileZilla 3 under Windows

#87 Post by jdratlif » 2009-05-06 03:19

Sounds like there might be a space in your $PATH variable somewhere. Probably something not quoted quite right.

Would you mind posting the output of this command:

echo $PATH

when you first start msys?
http://jdrrant.blogspot.com/ - CODEpendent Blog

kevinr
504 Command not implemented
Posts: 10
Joined: 2009-09-09 17:58
First name: Kevin
Last name: Roberts

Re: Howto: Compiling FileZilla 3 under Windows

#88 Post by kevinr » 2009-09-11 17:25

Please can you help

$ make
Making all in bin
make[1]: Entering directory `/usr/src/autoconf-2.61/bin'
make[2]: Entering directory `/usr/src/autoconf-2.61'
make[2]: Leaving directory `/usr/src/autoconf-2.61'
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' ../bin/autom4te -B '..'/lib -B '..'/lib --language M4sh --cache '' --m
elt ./autoconf.as -o autoconf.in
The system cannot find the file specified.
autom4te: need GNU m4 1.4 or later: /bin/m4
make[1]: *** [autoconf.in] Error 1
make[1]: Leaving directory `/usr/src/autoconf-2.61/bin'
make: *** [all-recursive] Error 1

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Howto: Compiling FileZilla 3 under Windows

#89 Post by botg » 2009-09-11 17:40

Please start over and follow the guide more precisely. You need to do it exactly as described, do not deviate in any step.

kevinr
504 Command not implemented
Posts: 10
Joined: 2009-09-09 17:58
First name: Kevin
Last name: Roberts

Re: Howto: Compiling FileZilla 3 under Windows

#90 Post by kevinr » 2009-09-11 20:52

The only diff is the version..
The "MinGW-5.0.3.exe" file could not be found or is not available. Please select another file.

Post Reply