|
|
Home » Developing U++ » U++ Developers corner » Please check the list of 2019.1 changes
Re: Please check the list of 2019.1 changes [message #51198 is a reply to message #51184] |
Tue, 19 February 2019 14:14   |
 |
Klugier
Messages: 1105 Registered: September 2012 Location: Poland, Kraków
|
Senior Contributor |
|
|
Hello Oblivion,
You are right the SSH package doesn't compile on macOS due to problem you have mentioned.
Here is the output of compilation on mac (Please notice that I do not have openssl installed):
----- Core ( CLANG DEBUG SHARED DEBUG_FULL BLITZ POSIX BSD OSX ) (1 / 3)
BLITZ: Cpu.cpp Mt.cpp StringFind.cpp String.cpp WString.cpp StrUtil.cpp SplitMerge.cpp Utf.cpp UnicodeInfo.cpp Bom.cpp Path.cpp NetNode.cpp App.cpp Huge.cpp Stream.cpp BlockStream.cpp FileMapping.cpp FilterStream
.cpp Log.cpp Debug.cpp Ini.cpp Util.cpp mathutil.cpp Random.cpp Speller.cpp LocalProcess.cpp Vcont.cpp Hash.cpp TimeDate.cpp Value.cpp ValueUtil.cpp Format.cpp Convert.cpp Color.cpp Gtypes.cpp Lang.cpp LangIn
fo.cpp parser.cpp XML.cpp Xmlize.cpp JSON.cpp Uuid.cpp Ptr.cpp Topic.cpp CoWork.cpp MD5.cpp SHA1.cpp SHA256.cpp xxHsh.cpp InetUtil.cpp MIME.cpp Socket.cpp Http.cpp WebSocket.cpp Dli.cpp Win32Util.cpp
heaputil.cpp
sheap.cpp
lheap.cpp
heap.cpp
heapdbg.cpp
CharSet.cpp
t.cpp
z.cpp
lz4.c
xxhash.c
----- Core/SSH ( CLANG DEBUG SHARED DEBUG_FULL BLITZ POSIX BSD OSX ) (2 / 3)
BLITZ: Core.cpp Malloc.cpp SFtp.cpp SFtpStream.cpp Channels.cpp Scp.cpp Exec.cpp Tunnel.cpp Shell.cpp Hosts.cpp
Session.cpp
libssh2upp.c
----- SshBasics ( MAIN CLANG DEBUG SHARED DEBUG_FULL BLITZ POSIX BSD OSX ) (3 / 3)
BLITZ: main.cpp SFtp.cpp SFtpStream.cpp SFtpFileSystemInfo.cpp Exec.cpp Scp.cpp Shell.cpp X11Shell.cpp Tunnel.cpp SFtpMT.cpp ExecMT.cpp PickSemantics.cpp VerboseLogging.cpp
In file included from /Users/rebaczz/upp/uppsrc/Core/SSH/libssh2upp.c:4:
In file included from /Users/rebaczz/upp/uppsrc/Core/SSH/libssh2/agent.c:40:
In file included from /Users/rebaczz/upp/uppsrc/Core/SSH/libssh2/libssh2_priv.h:140:
In file included from /Users/rebaczz/upp/uppsrc/Core/SSH/libssh2/crypto.h:42:
/Users/rebaczz/upp/uppsrc/Core/SSH/libssh2/openssl.h:40:10: fatal error: 'openssl/opensslconf.h' file not found
#include <openssl/opensslconf.h>
^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
In file included from /Users/rebaczz/out/reference/Core/SSH/CLANG.Debug.Debug_Full.Shared/$blitz.cpp:3:
In file included from /Users/rebaczz/upp/uppsrc/Core/SSH/Core.cpp:1:
In file included from /Users/rebaczz/upp/uppsrc/Core/SSH/SSH.h:46:
/Users/rebaczz/upp/uppsrc/Core/SSH/SFtp.h:238:5: warning: conversion function converting 'Upp::SFtpFileSystemInfo' to its base class 'Upp::FileSystemInfo' will never be used
operator FileSystemInfo&() { return static_cast<FileSystemInfo&>(*this); }
^
In file included from /Users/rebaczz/out/reference/Core/SSH/CLANG.Debug.Debug_Full.Shared/$blitz.cpp:71:
/Users/rebaczz/upp/uppsrc/Core/SSH/Shell.cpp:48:14: error: use of undeclared identifier 'sigtimedwait'
auto rc = sigtimedwait(&set, nullptr, &timeout);
^
1 warning and 1 error generated.
In file included from /Users/rebaczz/out/reference/SshBasics/CLANG.Debug.Debug_Full.Main.Shared/$blitz.cpp:3:
In file included from /Users/rebaczz/upp/reference/SshBasics/main.cpp:1:
In file included from /Users/rebaczz/upp/reference/SshBasics/SshBasics.h:5:
In file included from /Users/rebaczz/upp/uppsrc/Core/SSH/SSH.h:46:
/Users/rebaczz/upp/uppsrc/Core/SSH/SFtp.h:238:5: warning: conversion function converting 'Upp::SFtpFileSystemInfo' to its base class 'Upp::FileSystemInfo' will never be used
operator FileSystemInfo&() { return static_cast<FileSystemInfo&>(*this); }
^
1 warning generated.
In file included from /Users/rebaczz/upp/uppsrc/Core/SSH/Session.cpp:1:
In file included from /Users/rebaczz/upp/uppsrc/Core/SSH/SSH.h:46:
/Users/rebaczz/upp/uppsrc/Core/SSH/SFtp.h:238:5: warning: conversion function converting 'Upp::SFtpFileSystemInfo' to its base class 'Upp::FileSystemInfo' will never be used
operator FileSystemInfo&() { return static_cast<FileSystemInfo&>(*this); }
^
1 warning generated.
Core/SSH: 12 file(s) built in (0:00.05), 4 msecs / file, duration = 2274 msecs, parallelization 100%
SshBasics: 13 file(s) built in (0:00.00), 0 msecs / file, duration = 1367 msecs, parallelization 100%
Core: 66 file(s) built in (0:02.51), 38 msecs / file, duration = 5018 msecs, parallelization 98%
There were errors. (0:05.02)
Please also look at warning, maybe they are worth fixing, too.
Sincerely,
Klugier
U++ - one framework to rule them all.
|
|
|
 |
|
Please check the list of 2019.1 changes
By: mirek on Fri, 08 February 2019 09:29
|
 |
|
Re: Please check the list of 2019.1 changes
By: Klugier on Fri, 08 February 2019 10:57
|
 |
|
Re: Please check the list of 2019.1 changes
By: mirek on Fri, 08 February 2019 12:04
|
 |
|
Re: Please check the list of 2019.1 changes
By: Zbych on Fri, 08 February 2019 22:20
|
 |
|
Re: Please check the list of 2019.1 changes
By: Novo on Wed, 13 February 2019 12:44
|
 |
|
Re: Please check the list of 2019.1 changes
By: Novo on Wed, 13 February 2019 22:10
|
 |
|
Re: Please check the list of 2019.1 changes
By: Klugier on Thu, 14 February 2019 14:34
|
 |
|
Re: Please check the list of 2019.1 changes
By: mirek on Sun, 24 February 2019 14:21
|
 |
|
Re: Please check the list of 2019.1 changes
By: mirek on Fri, 22 February 2019 19:06
|
 |
|
Re: Please check the list of 2019.1 changes
By: Novo on Fri, 22 February 2019 19:39
|
 |
|
Re: Please check the list of 2019.1 changes
By: mirek on Sat, 23 February 2019 07:55
|
 |
|
Re: Please check the list of 2019.1 changes
By: Novo on Sat, 23 February 2019 13:14
|
 |
|
Re: Please check the list of 2019.1 changes
By: mirek on Sat, 23 February 2019 13:42
|
 |
|
Re: Please check the list of 2019.1 changes
By: mirek on Mon, 25 February 2019 12:29
|
 |
|
Re: Please check the list of 2019.1 changes
By: Novo on Tue, 05 March 2019 06:07
|
 |
|
Re: Please check the list of 2019.1 changes
By: Zbych on Thu, 14 February 2019 21:35
|
 |
|
Re: Please check the list of 2019.1 changes
By: Novo on Fri, 15 February 2019 13:04
|
 |
|
Re: Please check the list of 2019.1 changes
By: mirek on Sun, 17 February 2019 17:43
|
 |
|
Re: Please check the list of 2019.1 changes
By: Novo on Sun, 17 February 2019 18:12
|
 |
|
Re: Please check the list of 2019.1 changes
By: Oblivion on Sun, 17 February 2019 18:35
|
 |
|
Re: Please check the list of 2019.1 changes
By: Klugier on Tue, 19 February 2019 14:14
|
 |
|
Re: Please check the list of 2019.1 changes
By: Oblivion on Tue, 19 February 2019 17:38
|
 |
|
Re: Please check the list of 2019.1 changes
By: Klugier on Thu, 21 February 2019 21:44
|
 |
|
Re: Please check the list of 2019.1 changes
By: mirek on Fri, 22 February 2019 09:00
|
 |
|
Re: Please check the list of 2019.1 changes
By: mirek on Fri, 22 February 2019 19:08
|
 |
|
Re: Please check the list of 2019.1 changes
By: mirek on Mon, 25 February 2019 12:36
|
 |
|
Re: Please check the list of 2019.1 changes
By: Tom1 on Tue, 19 February 2019 13:32
|
Goto Forum:
Current Time: Sun Aug 03 18:48:54 CEST 2025
Total time taken to generate the page: 0.00839 seconds
|
|
|