Re: [OpenIndiana-discuss] Building Filezilla 3.41.2 - second attempt

2019-06-18 Thread Tim Mooney
In regard to: Re: [OpenIndiana-discuss] Building Filezilla 3.41.2 - second...: CXX=/usr/gcc/6/bin/g++ CXXFLAGS="-std=c++14 -m64 -I/opt/gnu/include -I/opt/gnu/include/wx-3.0 -I/opt/gnu/include/wx-3.0/wx -I/usr/include/idn -I/usr/gnu/include" LDFLAGS="-L/opt/gnu/lib -L/opt/gnu/l

Re: [OpenIndiana-discuss] Building Filezilla 3.41.2 - second attempt

2019-06-18 Thread russell
Hi, When I specifically modify the configure command as shown below CXX=/usr/gcc/6/bin/g++ CXXFLAGS="-std=c++14 -m64 -I/opt/gnu/include -I/opt/gnu/include/wx-3.0 -I/opt/gnu/include/wx-3.0/wx -I/usr/include/idn -I/usr/gnu/include" LDFLAGS="-L/opt/gnu/lib -L/opt/gnu/lib/64"

Re: [OpenIndiana-discuss] Building Filezilla 3.41.2 - second attempt

2019-06-18 Thread Udo Grabowski (IMK)
On 17/06/2019 23:11, russell wrote: Hi, Thanks for the feedback on the previous error, it appears that the wx-widgets-3.0.4 was compiled 32bits when it should have been 64 bits wx-widgets-3.0.4 was rebuilt using (again using Motif) CC=gcc CFLAGS=-m64 CXX=g++ CXXFLAGS=-m64 LDFLAGS=-m64

[OpenIndiana-discuss] Building Filezilla 3.41.2 - second attempt

2019-06-17 Thread russell
Hi, Thanks for the feedback on the previous error, it appears that the wx-widgets-3.0.4 was compiled 32bits when it should have been 64 bits wx-widgets-3.0.4 was rebuilt using (again using Motif)     CC=gcc CFLAGS=-m64 CXX=g++ CXXFLAGS=-m64 LDFLAGS=-m64 QT5_CUSTOM_DIR=/usr/lib/qt/5.8

Re: [OpenIndiana-discuss] Building Filezilla

2019-06-17 Thread Jonathan Adams
-lnettle ? or : https://stackoverflow.com/questions/47318505/how-do-i-fix-an-undefined-reference-to-nettle-sha256-digest On Mon, 17 Jun 2019 at 08:53, russell wrote: > Hi, > > After installing a pair of 500GB SSDs and performing a clean install of > OI Hipster I have started on rebuilding

Re: [OpenIndiana-discuss] Building Filezilla 3.14.2 - compilation error

2019-06-17 Thread Udo Grabowski (IMK)
On 08/06/2019 13:26, russell wrote: note: candidate: wxUniCharRef looks like this one: -- Dr.Udo Grabowski Inst.f.Meteorology & Climate Research IMK-ASF-SAT http://www.imk-asf.kit.edu/english/sat.php KIT - Karlsruhe Institute of Technology

[OpenIndiana-discuss] Building Filezilla 3.14.2 - compilation error

2019-06-17 Thread russell
Hi After performing a new install of OpenIndiana Hipster onto a pair of 500GB SSDs, I decided to try and build Filezilla 3.41.2 on this clean system. Tried building libfilezilla 0.15.1 but this was causing me problems so I switch to libfilezilla 0.16.0 and did get this built Build 

[OpenIndiana-discuss] Building Filezilla

2019-06-17 Thread russell
Hi, After installing a pair of 500GB SSDs and performing a clean install of OI Hipster I  have started on rebuilding Filezilla. In order to build a modern version I have been working on building libfilezilla 0.15.1 In order to build libfilezilla 0.15.1 there are a number of prerequities  

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,

Re: [OpenIndiana-discuss] OpenIndiana-discuss] Building Filezilla 3.12.02 and later, ...:

2019-03-26 Thread Tim Mooney
In regard to: Re: [OpenIndiana-discuss] OpenIndiana-discuss] Building...: mv -f .deps/filezilla-asksavepassworddialog.Tpo .deps/filezilla-asksavepassworddialog.Po g++ -DHAVE_CONFIG_H -I. -I../../src/include -I./../include -I/usr/lib/wx/include/motif-unicode-3.0 -I/usr/include/wx-3.0

Re: [OpenIndiana-discuss] OpenIndiana-discuss] Building Filezilla 3.12.02 and later, ...:

2019-03-26 Thread russell
Hi, The compilation of Filezilla 3.31.0 is almost complete it is failing on building the GUI (see extract below) Any advice gratefully received. Making all in . gmake[4]: Entering directory '/tmp/filezilla-3.31.0/src/interface' g++ -DHAVE_CONFIG_H -I. -I../../src/include -I./../include

[OpenIndiana-discuss] OpenIndiana-discuss] Building Filezilla 3.12.02 and later, ...:

2019-03-26 Thread russell
Hi Thanks Tim for your assistance, I have finally built Guile though it did take longer to build than watching the fifth Pirates of the Carribbean. So far I built the following prequisites for Filezilla 3.31.0 and earlier can use libfilezilla-0.12.1 For Filezilla 3.7.4.1 1. Build

Re: [OpenIndiana-discuss] Building Filezilla 3.12.02 and later

2019-03-25 Thread Tim Mooney
In regard to: [OpenIndiana-discuss] Building Filezilla 3.12.02 and later,...: 4. Build GNU Guile 2.2 or later $ CC=gcc CFLAGS="-I/usr/include/gmp" PKG_CONFIG_PATH=/opt/lib/pkgconfig ./configure --prefix=/usr -disable-static -enable-shared=yes You're not showing the part where conf

[OpenIndiana-discuss] Building Filezilla 3.12.02 and later

2019-03-25 Thread russell
Hi I was attempting to build Filezilla 3.12.0.2 and later versions which requires a number of dependencies, unforunately Guile 2.2 and later versions fail to build because it redfines accept4 in ./lib/accept4.c. I have tried various things to get round this without success. In order to use

[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

Re: [OpenIndiana-discuss] Building Filezilla

2018-09-18 Thread Tim Mooney
In regard to: [OpenIndiana-discuss] Building Filezilla, russell said (at...: Can anyone tell the ./configure comman used to build the wx-widgets 2.8 release? You can get that from https://github.com/OpenIndiana/oi-userland/tree/oi/hipster/components/library/wxwidgets All of hipster's

[OpenIndiana-discuss] Building Filezilla

2018-09-18 Thread russell
Hi, After building Filezilla 3.7.4.1 back in April, I have been working on building a more recent release. I found that I can build wx-widgets 3.1.1 using --prefix=/opt/gnu this is better than the required minimum for filezilla 3.31 only requires wx-widgets 3.0.3. Can anyone tell the

Re: [OpenIndiana-discuss] Building Filezilla 3.17 and later

2018-03-06 Thread Alexander Pyhalov
On 03/05/18 09:53 PM, russell wrote: Hi, Thanks for the feedback, I finally used the following command for v3.5.18 and v3.6.2 to allow the build to go further, unfortunately it started reporting issues with Guile. $ CC=gcc-6  CXX=g++-6 CFLAGS="-I/usr/include/idn -I/usr/include/idn2"

Re: [OpenIndiana-discuss] Building Filezilla 3.17 and later

2018-03-05 Thread russell
Hi, Thanks for the feedback, I finally used the following command for v3.5.18 and v3.6.2 to allow the build to go further, unfortunately it started reporting issues with Guile. $ CC=gcc-6  CXX=g++-6 CFLAGS="-I/usr/include/idn -I/usr/include/idn2" LDFLAGS="-L/opt/gnu/lib -L/usr/lib"

Re: [OpenIndiana-discuss] Building Filezilla 3.17 and later

2018-03-05 Thread Alexander Pyhalov
On 03/04/18 10:11 PM, russell wrote: Hi, In order to build Filezilla 3.17 and later I need to build an up to date version of GNUTLS, after some effort I have almost build gnutls v3.5.18 and v3.6.2. The problem I found earlier with the dsa structure definition was due to the fact I was

Re: [OpenIndiana-discuss] Building Filezilla 3.17 and later

2018-03-04 Thread Alan Coopersmith
On 03/ 4/18 11:11 AM, russell wrote: > Both Gnutls v3.5.18 and v3.6.2 both can almost be successfuly built using > > $ CC=gcc-6  CXX=g++-6 CFLAGS="-I/usr/include/idn -I/usr/include/idn2" > LDFLAGS="-L/opt/gnu/lib -L/usr/lib" NETTLE_CFLAGS="-I/opt/gnu/include/nettle" >

[OpenIndiana-discuss] Building Filezilla 3.17 and later

2018-03-04 Thread russell
Hi, In order to build Filezilla 3.17 and later I need to build an up to date version of GNUTLS, after some effort I have almost build gnutls v3.5.18 and v3.6.2. The problem I found earlier with the dsa structure definition was due to the fact I was using the system NETTLE v3.3 library,

Re: [OpenIndiana-discuss] Building Filezilla Client

2018-01-14 Thread russell
Hi, The problem of building an up to date version of Filezilla like 3.30.0 are the dependant libraries which in turn have further dependencies. So you have a situation where multiple libraries have to be maintained. All I need is a FTP/SCP client which does not crash like gftp. The gftp

Re: [OpenIndiana-discuss] Building Filezilla Client

2018-01-14 Thread Andreas Wacknitz
Am 13.01.18 um 22:38 schrieb russell: Hi Russell, I have some comments: 1. If I look at the project site I see the latest download is version 3.30.0. Why don't you use this one? 2. You will also need libfilezilla (0.11.2 is the newest version). 3. At least for libfilezilla you will need to use

[OpenIndiana-discuss] Building Filezilla Client

2018-01-13 Thread russell
Hi, After some experimentation I finally built a Filezilla Client using the standard libraries with OpenIndiana, unfortunately I hit a problem which is outside my experience. I am looking to use Filezilla as I find gftp crashes frequently. $ ./filezilla Fatal Error: Mismatch between the