Version 7.5 with 32bit System compiling error

Get help for specific problems
Posts: 1
Joined: 26 Feb 2008

flowil

Hi.
I upgraded to 7.5 on a 64bit arch-system. No problems occured.
Now I tried do the same on a 32bit arch system with the PKGBUILD from AUR (like I did on 64bit).

This time the "make" show this error below

Any ideas?
Thanks - Flo
mkdir -p ../Obj/FFS_GCC_Make_Release/ffs/src/ui/
g++ -std=c++14 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -include "zen/warn_static.h" -Wall -O3 -DNDEBUG `wx-config --cxxflags --debug=no` -DZEN_LINUX -pthread `pkg-config --cflags gtk+-2.0` -c ui/version_check.cpp -o ../Obj/FFS_GCC_Make_Release/ffs/src/ui/version_check.o
ui/version_check.cpp: In Funktion »bool zen::runPeriodicUpdateCheckNow(time_t)«:
ui/version_check.cpp:413:9: Fehler: statische Erklärung gescheitert: Still using 32-bit time_t? WTF!!
         static_assert(sizeof(time_t) >= 8, [b]"Still using 32-bit time_t? WTF!!");[/b]
         ^
Makefile:98: die Regel für Ziel „../Obj/FFS_GCC_Make_Release/ffs/src/ui/version_check.o“ scheiterte
make: *** [../Obj/FFS_GCC_Make_Release/ffs/src/ui/version_check.o] Fehler 1