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

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

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] 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 configure says

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

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" >

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