Help compiling Windows FZ3 under Ubuntu please...

Moderator: Project members

Post Reply
Message
Author
brandogg
500 Command not understood
Posts: 3
Joined: 2013-09-21 14:02
First name: Brandon
Last name: Booth

Help compiling Windows FZ3 under Ubuntu please...

#1 Post by brandogg » 2013-09-21 14:09

...hey I'm trying to compile FileZilla 3 for Windows under Ubuntu 12.04 but have a hangup at the last couple of steps :

wget -O $CFGPRE/bin/libgnutls-config http://filezilla-project.org/codesquid/libgnutls-config

echo $CFGPRE
/home/fz/mingw32 # remember the path

vi $CFGPRE/bin/libgnutls-config
prefix=/home/fz/mingw32 # edit this line.

chmod +x $CFGPRE/bin/libgnutls-config

I've done the wget -O ... part, but the last few steps seem a little ambiguous to me (I am new to these tools). I type them as they are and nothing seems to happen (nothing beneficial at least). I have successfully compiled in Windows using the steps on the Wiki, just got a hangup here. Thanks for the help, and sorry for the n00b questions.

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

Re: Help compiling Windows FZ3 under Ubuntu please...

#2 Post by botg » 2013-09-22 07:30

Open the file in an editor and edit the prefix in the file so that it matches your prefix. The editor used in the example is vi.

brandogg
500 Command not understood
Posts: 3
Joined: 2013-09-21 14:02
First name: Brandon
Last name: Booth

Re: Help compiling Windows FZ3 under Ubuntu please...

#3 Post by brandogg » 2013-09-30 13:23

OK I get that I need to edit that line, but echo $CFGPRE just prints a blank line. I'm 99% I didn't miss any steps, but if that's the issue is there an easy way to basically undo everything and start over? I'm using Ubuntu 12.04 VMware (latest) in Windows 8 if that matters, but I don't think it should. Thank you.

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

Re: Help compiling Windows FZ3 under Ubuntu please...

#4 Post by botg » 2013-09-30 17:36

Did you at any time close the terminal? If so, you need to re-enter the commands that set the environment variables.

brandogg
500 Command not understood
Posts: 3
Joined: 2013-09-21 14:02
First name: Brandon
Last name: Booth

Re: Help compiling Windows FZ3 under Ubuntu please...

#5 Post by brandogg » 2013-10-09 02:59

Sorry for the late reply, yes I did close the terminal, your suggestion worked. Thank you.

Post Reply