← Back to team overview

xpad-hackers team mailing list archive

[Question #809153]: How does one build zpad 5.8?

 

New question #809153 on Xpad:
https://answers.launchpad.net/xpad/+question/809153

I have a brand-new install of Ubuntu 22.04LTS, a perfectly horrible distro.

I've tried many times to build version 5.8 of xpad, because 5.4, the version in the repo, does not work correctly (see my bug report).

Of course, I had to install autogen, and then comment out the reference to AM_GNU_GETTEXT: ... is used, but not AM_GNU_GETTEXT_VERSION or AM_GNU_GETTEXT_REQUIRE_VERSION

but it made the configure file anyway.  But when run, I get:

checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking for /proc/self/maps... yes
checking whether everything is installed to the same prefix... no
checking whether binary relocation support should be enabled... no
checking how to run the C preprocessor... gcc -E
checking for X... no
./configure: line 6543: syntax error near unexpected token `GTK,'
./configure: line 6543: `PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.22 gio-2.0 >= 2.56)'


I've been 'round and 'round numerous times until I'm both stumped and frustrated.

How does one build the xpad app in a system as broken as 22.04 appears to be?  I don't even know if it will work any better than the older version...


-- 
You received this question notification because your team Xpad
Developers is an answer contact for Xpad.