|
|
Home » Community » U++ community news and announcements » 2020.1 officially released
Re: 2020.1 officially released [message #54151 is a reply to message #54149] |
Thu, 04 June 2020 13:52   |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
mirek wrote on Thu, 04 June 2020 04:31I have removed all #ifdef PLATFORM_* from GCC builder (except one case where this was not possible, but that one should not affect POSIX -> WIN32 compilation).
Thanks.
Unfortunately, your last commit broke linking of Linux console apps.
Linking...
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/.cache/upp.out/ide/Builders/CLANG.Debug.Debug_Full.Noblitz.Shared/Builders.a(Cocoa.o): in function `GccBuilder::CocoaAppBundle()':
/home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/ide/Builders/Cocoa.cpp:18: undefined reference to `Upp::StreamRaster::LoadFileAny(char const*, Upp::Function<bool (int, int)>)'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/ide/Builders/Cocoa.cpp:26: undefined reference to `Upp::Image::~Image()'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/ide/Builders/Cocoa.cpp:26: undefined reference to `Upp::Image::~Image()'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/ide/Builders/Cocoa.cpp:48: undefined reference to `Upp::Image::Image(Upp::Image const&)'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/ide/Builders/Cocoa.cpp:51: undefined reference to `Upp::PNGEncoder::PNGEncoder(int, Upp::ImageKind, bool)'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/ide/Builders/Cocoa.cpp:51: undefined reference to `Upp::Rescale(Upp::Image const&, int, int, Upp::Function<bool (int, int)>)'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/ide/Builders/Cocoa.cpp:51: undefined reference to `Upp::StreamRasterEncoder::SaveFile(char const*, Upp::Image const&)'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/ide/Builders/Cocoa.cpp:51: undefined reference to `Upp::Image::~Image()'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/ide/Builders/Cocoa.cpp:51: undefined reference to `Upp::PNGEncoder::~PNGEncoder()'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/ide/Builders/Cocoa.cpp:52: undefined reference to `Upp::Image::~Image()'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/ide/Builders/Cocoa.cpp:51: undefined reference to `Upp::Image::~Image()'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/ide/Builders/Cocoa.cpp:51: undefined reference to `Upp::PNGEncoder::~PNGEncoder()'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/ide/Builders/Cocoa.cpp:52: undefined reference to `Upp::Image::~Image()'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/.cache/upp.out/ide/Builders/CLANG.Debug.Debug_Full.Noblitz.Shared/Builders.a(Cocoa.o): in function `PNGRaster__initialize_struct':
/home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/plugin/png/png.h:8: undefined reference to `Upp::PNGRaster__initializer()'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/.cache/upp.out/ide/Builders/CLANG.Debug.Debug_Full.Noblitz.Shared/Builders.a(Cocoa.o): in function `Upp::SortedVectorMap<int, Upp::Image, Upp::StdLess<int> >::Add(int const&, Upp::Image const&)':
/home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/Core/InVector.h:650: undefined reference to `Upp::Image::operator=(Upp::Image const&)'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/Core/InVector.h:650: undefined reference to `Upp::Image::~Image()'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/Core/InVector.h:650: undefined reference to `Upp::Image::~Image()'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/.cache/upp.out/ide/Builders/CLANG.Debug.Debug_Full.Noblitz.Shared/Builders.a(Cocoa.o): in function `void Upp::Destroy<Upp::Image>(Upp::Image*, Upp::Image const*)':
/home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/Core/Vcont.h:28: undefined reference to `Upp::Image::~Image()'
/usr/bin/ld: /home/ssg/.local/soft/bb-worker/worker/l-upp/build/.cache/upp.out/ide/Builders/CLANG.Debug.Debug_Full.Noblitz.Shared/Builders.a(Cocoa.o): in function `Upp::Image Upp::clone<Upp::Image>(Upp::Image const&)':
/home/ssg/.local/soft/bb-worker/worker/l-upp/build/uppsrc/Core/Defs.h:398: undefined reference to `Upp::Image::Image(Upp::Image const&)'
Basically, umk cannot be built either using a Makefile or umk itself ...
Regards,
Novo
[Updated on: Thu, 04 June 2020 14:10] Report message to a moderator
|
|
|
 |
|
2020.1 officially released
By: mirek on Fri, 08 May 2020 16:26
|
 |
|
Re: 2020.1 officially released
By: Tom1 on Fri, 08 May 2020 19:08
|
 |
|
Re: 2020.1 officially released
By: forlano on Fri, 08 May 2020 22:09
|
 |
|
Re: 2020.1 officially released
By: deep on Sat, 09 May 2020 16:27
|
 |
|
Re: 2020.1 officially released
|
 |
|
Re: 2020.1 officially released
By: h3l1 on Wed, 13 May 2020 11:33
|
 |
|
Re: 2020.1 officially released
By: mirek on Wed, 13 May 2020 14:02
|
 |
|
Re: 2020.1 officially released
By: Novo on Fri, 15 May 2020 16:17
|
 |
|
Re: 2020.1 officially released
By: mirek on Sat, 16 May 2020 09:33
|
 |
|
Re: 2020.1 officially released
By: Novo on Sat, 16 May 2020 13:32
|
 |
|
Re: 2020.1 officially released
By: Novo on Sat, 16 May 2020 13:38
|
 |
|
Re: 2020.1 officially released
By: Novo on Sat, 16 May 2020 13:54
|
 |
|
Re: 2020.1 officially released
By: Novo on Sat, 30 May 2020 06:31
|
 |
|
Re: 2020.1 officially released
By: Novo on Sat, 30 May 2020 07:13
|
 |
|
Re: 2020.1 officially released
By: mirek on Sat, 30 May 2020 08:57
|
 |
|
Re: 2020.1 officially released
By: Novo on Sat, 30 May 2020 22:16
|
 |
|
Re: 2020.1 officially released
By: Novo on Sat, 30 May 2020 22:52
|
 |
|
Re: 2020.1 officially released
By: mirek on Sun, 31 May 2020 23:13
|
 |
|
Re: 2020.1 officially released
By: Novo on Mon, 01 June 2020 00:36
|
 |
|
Re: 2020.1 officially released
By: mirek on Mon, 01 June 2020 10:19
|
 |
|
Re: 2020.1 officially released
By: mirek on Mon, 01 June 2020 10:23
|
 |
|
Re: 2020.1 officially released
By: koldo on Mon, 01 June 2020 14:17
|
 |
|
Re: 2020.1 officially released
By: Novo on Mon, 01 June 2020 21:35
|
 |
|
Re: 2020.1 officially released
By: Novo on Mon, 01 June 2020 23:31
|
 |
|
Re: 2020.1 officially released
By: mirek on Mon, 01 June 2020 23:34
|
 |
|
Re: 2020.1 officially released
By: mirek on Thu, 04 June 2020 10:37
|
 |
|
Re: 2020.1 officially released
By: Novo on Fri, 05 June 2020 22:24
|
 |
|
Re: 2020.1 officially released
By: mirek on Sat, 06 June 2020 10:30
|
 |
|
Re: 2020.1 officially released
By: Novo on Sun, 07 June 2020 15:22
|
 |
|
Re: 2020.1 officially released
By: Novo on Sun, 07 June 2020 15:45
|
 |
|
Re: 2020.1 officially released
By: Novo on Sun, 07 June 2020 16:08
|
 |
|
Re: 2020.1 officially released
By: Novo on Sun, 07 June 2020 16:52
|
 |
|
Re: 2020.1 officially released
By: Novo on Mon, 01 June 2020 21:41
|
 |
|
Re: 2020.1 officially released
By: mirek on Mon, 01 June 2020 21:46
|
 |
|
Re: 2020.1 officially released
By: mirek on Mon, 01 June 2020 21:53
|
 |
|
Re: 2020.1 officially released
By: mirek on Mon, 01 June 2020 22:16
|
 |
|
Re: 2020.1 officially released
By: Novo on Mon, 01 June 2020 22:40
|
 |
|
Re: 2020.1 officially released
By: Novo on Mon, 01 June 2020 23:07
|
 |
|
Re: 2020.1 officially released
By: Novo on Mon, 01 June 2020 23:10
|
 |
|
Re: 2020.1 officially released
By: Novo on Mon, 01 June 2020 23:27
|
 |
|
Re: 2020.1 officially released
By: mirek on Mon, 01 June 2020 23:32
|
 |
|
Re: 2020.1 officially released
By: Novo on Tue, 02 June 2020 16:35
|
 |
|
Re: 2020.1 officially released
By: mirek on Tue, 02 June 2020 17:40
|
 |
|
Re: 2020.1 officially released
By: Novo on Tue, 02 June 2020 18:56
|
 |
|
Re: 2020.1 officially released
By: mirek on Tue, 02 June 2020 21:07
|
 |
|
Re: 2020.1 officially released
By: Novo on Tue, 02 June 2020 21:20
|
 |
|
Re: 2020.1 officially released
By: mirek on Tue, 02 June 2020 21:27
|
 |
|
Re: 2020.1 officially released
By: Novo on Tue, 02 June 2020 21:33
|
 |
|
Re: 2020.1 officially released
|
 |
|
Re: 2020.1 officially released
By: mirek on Wed, 03 June 2020 12:46
|
 |
|
Re: 2020.1 officially released
|
 |
|
Re: 2020.1 officially released
By: Tom1 on Wed, 03 June 2020 09:28
|
 |
|
Re: 2020.1 officially released
By: mirek on Tue, 02 June 2020 10:31
|
 |
|
Re: 2020.1 officially released
By: Novo on Tue, 02 June 2020 16:24
|
 |
|
Re: 2020.1 officially released
By: mirek on Sat, 30 May 2020 08:55
|
 |
|
Re: 2020.1 officially released
By: Novo on Sat, 30 May 2020 17:10
|
 |
|
Re: 2020.1 officially released
By: Novo on Sat, 30 May 2020 17:56
|
 |
|
Re: 2020.1 officially released
By: Novo on Sat, 30 May 2020 17:57
|
 |
|
Re: 2020.1 officially released
By: Novo on Tue, 02 June 2020 21:26
|
 |
|
Re: 2020.1 officially released
By: Novo on Tue, 02 June 2020 21:39
|
 |
|
Re: 2020.1 officially released
By: Novo on Wed, 03 June 2020 01:30
|
 |
|
Re: 2020.1 officially released
By: mirek on Wed, 03 June 2020 13:51
|
 |
|
Re: 2020.1 officially released
By: Novo on Wed, 03 June 2020 16:16
|
 |
|
Re: 2020.1 officially released
|
 |
|
Re: 2020.1 officially released
By: mirek on Thu, 04 June 2020 10:31
|
 |
|
Re: 2020.1 officially released
By: Novo on Thu, 04 June 2020 13:52
|
 |
|
Re: 2020.1 officially released
By: mirek on Thu, 04 June 2020 14:24
|
 |
|
Re: 2020.1 officially released
By: Novo on Thu, 04 June 2020 16:00
|
 |
|
Re: 2020.1 officially released
By: Novo on Thu, 04 June 2020 17:35
|
 |
|
Re: 2020.1 officially released
By: Novo on Fri, 05 June 2020 05:03
|
 |
|
Re: 2020.1 officially released
By: mirek on Fri, 05 June 2020 09:37
|
 |
|
Re: 2020.1 officially released
By: Novo on Thu, 04 June 2020 21:14
|
 |
|
Re: 2020.1 officially released
By: Novo on Fri, 05 June 2020 04:59
|
 |
|
Re: 2020.1 officially released
By: mirek on Fri, 05 June 2020 09:44
|
 |
|
Re: 2020.1 officially released
By: Novo on Fri, 05 June 2020 20:09
|
 |
|
Re: 2020.1 officially released
By: mirek on Sat, 06 June 2020 10:26
|
 |
|
Re: 2020.1 officially released
By: Novo on Sun, 07 June 2020 17:41
|
 |
|
Re: 2020.1 officially released
By: mirek on Fri, 05 June 2020 09:34
|
 |
|
Re: 2020.1 officially released
By: Novo on Fri, 05 June 2020 17:16
|
 |
|
Re: 2020.1 officially released
By: Novo on Tue, 16 June 2020 19:07
|
 |
|
Re: 2020.1 officially released
By: Novo on Fri, 05 June 2020 05:44
|
 |
|
Re: 2020.1 officially released: minor String bug?
|
 |
|
Re: 2020.1 officially released: minor String bug?
By: mirek on Thu, 18 June 2020 15:00
|
 |
|
Re: 2020.1 officially released
By: Giorgio on Tue, 07 July 2020 09:43
|
 |
|
Re: 2020.1 officially released
By: mirek on Tue, 07 July 2020 11:08
|
 |
|
Re: 2020.1 officially released
By: Giorgio on Wed, 08 July 2020 11:50
|
 |
|
Re: 2020.1 officially released
By: mirek on Wed, 08 July 2020 17:45
|
 |
|
Re: 2020.1 officially released
By: Giorgio on Thu, 09 July 2020 14:54
|
 |
|
Re: 2020.1 officially released
By: mirek on Mon, 13 July 2020 10:28
|
 |
|
Re: 2020.1 officially released
By: pvictor on Mon, 13 July 2020 18:51
|
 |
|
Re: 2020.1 officially released
By: mirek on Tue, 14 July 2020 10:23
|
Goto Forum:
Current Time: Thu Sep 18 19:28:42 CEST 2025
Total time taken to generate the page: 0.05668 seconds
|
|
|