|
|
Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » latest [-svn-] nigthly build 16135 fails to compile
latest [-svn-] nigthly build 16135 fails to compile [message #57843] |
Tue, 21 December 2021 08:46  |
slashupp
Messages: 231 Registered: July 2009
|
Experienced Member |
|
|
linux
using https://www.ultimatepp.org/downloads/upp-posix-16135.tar.xz
when I run make in unpacked upp/ I get:
...
mkdir -p .cache/upp.out/CtrlCore/GCC-Gcc-Gui-Linux-Posix-Shared/
mkdir -p .cache/upp.out/plugin/bmp/GCC-Gcc-Gui-Linux-Posix-Shared/
mkdir -p .cache/upp.out/RichText/GCC-Gcc-Gui-Linux-Posix-Shared/
(date '+#define bmYEAR %y%n#define bmMONTH %m%n#define bmDAY %d%n#define bmHOUR %H%n#define bmMINUTE %M%n#define bmSECOND %S%n#define bmTIME Time( %y, %m, %d, %H, %M, %S )' | sed 's| 0\([[:digit:]]\)| \1|g' && \
echo '#define bmMACHINE "'`hostname`'"' && \
echo '#define bmUSER "'`whoami`'"') > ".cache/upp.out//build_info.h"
c++ -c -x c++ -O3 -ffunction-sections -fdata-sections -std=c++14 -I./uppsrc/ `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` `pkg-config --cflags libpng` `pkg-config --cflags xinerama` `pkg-config --cflags xrender` `pkg-config --cflags xft` `pkg-config --cflags xdmcp` `pkg-config --cflags xext` `pkg-config --cflags gtk+-3.0` `pkg-config --cflags libnotify` -I./ -I.cache/upp.out/ -DflagGUI -DflagGCC -DflagSHARED -DflagPOSIX -DflagLINUX -DflagMAIN ./uppsrc/ide/BaseDlg.cpp -o .cache/upp.out/ide/GCC-Gcc-Gui-Linux-Main-Posix-Shared/BaseDlg.o
In file included from ./uppsrc/Core/Core.h:281,
from ./uppsrc/Esc/Esc.h:4,
from ./uppsrc/ide/Core/Core.h:4,
from ./uppsrc/ide/Common/Common.h:4,
from ./uppsrc/ide/ide.h:4,
from ./uppsrc/ide/BaseDlg.cpp:1:
./uppsrc/Core/Ops.h: In function 'Upp::byte Upp::addc64(Upp::uint64&, const uint64&, Upp::byte)':
./uppsrc/Core/Ops.h:231:9: error: '_addcarry_u64' was not declared in this scope
return _addcarry_u64(carry, result, value, &result);
^~~~~~~~~~~~~
make: *** [Makefile:615: .cache/upp.out/ide/GCC-Gcc-Gui-Linux-Main-Posix-Shared/BaseDlg.o] Error 1
[Updated on: Tue, 21 December 2021 15:35] Report message to a moderator
|
|
|
|
Re: latest [-svn-] nigthly build 16135 fails to compile [message #57869 is a reply to message #57865] |
Thu, 23 December 2021 15:24   |
 |
Klugier
Messages: 1099 Registered: September 2012 Location: Poland, Kraków
|
Senior Contributor |
|
|
Hello,
I see you are using makefile to build TheIDE. Could you try to install with ./install script (make sure you satisfied build requirements):
klugier@X470Pro:Dokumenty/upp $ ./install
Following command should be used to install required packages:
sudo pacman -Sy --needed gcc make zlib bzip2 gtk3 libnotify openssl clang pkgconfig gdb
Install script can run this command for you, but that will require
your sudo password.
Do you want the script to do that (Y/n)?n // <- You could run it if you want (I skiped, because I have all dependencies)
Please make sure that build dependecies are satisfied.
Continue (Y/n)?
Use prebuilt binary umks32 to accelerate the build (Y/n)?Y
Also use prebuild umk32 in order to build TheIDE.
-----------------------------------
I downloaded last nightly 16138 from our site and compiled it on Linux (Manjaro KDE x64). Everything works fine. Could you also provide information about your distribution and architecture.
Klugier
U++ - one framework to rule them all.
[Updated on: Thu, 23 December 2021 15:27] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Tue Apr 29 01:54:31 CEST 2025
Total time taken to generate the page: 0.00784 seconds
|
|
|