Re: [OpenIndiana-discuss] Building Filezilla to replace gftp

2019-05-06 Thread Michal Nowak

Hi,

On 03/25/19 12:58 PM, russell wrote:

Hi,

After replacing gftp with Filezilla last year the latest OpenIndiana 
Hipster update cause Filezilla to complain about the libidn library.


that was me updating libidn which had soname version bump. I rebuild 
dependent components in oi-userland, but, obviously, outside component 
broke.


Would you care to contribute Filezilla to oi-userland, for others to 
consume it easily? Having it in oi-userland will prevent breakage like 
that one from libidn update.


Thanks,
Michal



So I decided to build it again and now have it working, so if you want 
to use Filezilla see the instructions below. Unfortunately to get the 
latest versions of Filezilla working wxWidgets 3.0.2 must be used. I 
have tried to build this previously but will have another attempt.


I have built libfilezilla and filezilla with my current default gcc 
compiiler which is gcc 6.5.0.


1. Build libfilezilla-0.12.1

$ CC=gcc CXX=g++ ./configure --prefix=/usr --enable-shared=yes 
--disable-static

$ gmake
# gmake install

2. Build Filezilla 3.7.4.1

$ CC=gcc CXX=g++ CPPFLAGS="-I/usr/include/idn -I/usr/include/wx-2.8" 
./configureĀ  --prefix=/usr --enable-shared=yes --disable-locales 
--disable-static --disable-autoupdatecheck --with-tinyxml=builtin

$ gmake
# gmake install

While this an old version of Filezilla it has never crashed while 
performing transfers which I used to experience with gftp.


Regards

Russell

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Building Filezilla to replace gftp

2019-03-25 Thread russell

Hi,

After replacing gftp with Filezilla last year the latest OpenIndiana 
Hipster update cause Filezilla to complain about the libidn library.


So I decided to build it again and now have it working, so if you want 
to use Filezilla see the instructions below. Unfortunately to get the 
latest versions of Filezilla working wxWidgets 3.0.2 must be used. I 
have tried to build this previously but will have another attempt.


I have built libfilezilla and filezilla with my current default gcc 
compiiler which is gcc 6.5.0.


1. Build libfilezilla-0.12.1

$ CC=gcc CXX=g++ ./configure --prefix=/usr --enable-shared=yes 
--disable-static

$ gmake
# gmake install

2. Build Filezilla 3.7.4.1

$ CC=gcc CXX=g++ CPPFLAGS="-I/usr/include/idn -I/usr/include/wx-2.8" 
./configure  --prefix=/usr --enable-shared=yes --disable-locales 
--disable-static --disable-autoupdatecheck --with-tinyxml=builtin

$ gmake
# gmake install

While this an old version of Filezilla it has never crashed while 
performing transfers which I used to experience with gftp.


Regards

Russell

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss