Comment 3 for bug 2062961

Revision history for this message
Albrecht DIETRICH (albrechtd) wrote : Re: [Bug 2062961] [NEW] Can'nt build XPad 5.8

I meanwhile did
sudo apt install autoconf

and than
sudo ./autogen.sh

gave this response
Can't exec "autopoint": No such file or directory at
/usr/share/autoconf/Autom4te/FileUtils.pm line 293.
autoreconf: error: autopoint failed with exit status: 2

So I did:
|sudo apt-get install -y autopoint|

and than again
./autogen.sh
resulting in
./configure.ac: line 4: syntax error near unexpected token
`[Xpad],[5.8],[<email address hidden>]'
./configure.ac: line 4:
`AC_INIT([Xpad],[5.8],[<email address hidden>])'

Oh, how I wish I knew what I am doing !  ;-)

Mit freundlichen Grüßen!

Albrecht DIETRICH
Am Kreuzbuck 5
77955 Ettenheimweiler
G e r m a n y
Mobile: +49 (0)176 321 39 442
Fix: +49 (0)7822 - 51 45

Am 20.04.24 um 17:16 schrieb Albrecht DIETRICH:
> Dear Arthur,
>
> thanks for ufb quick reply.
>
> I uninstalled XPad, restarted my system and entered in the terminal
> ./autogen.sh
> showing this error msg:
> ./autogen.sh: 3: autoreconf: not found
>
>
> Mit freundlichen Grüßen!
>
> Albrecht DIETRICH
> Am Kreuzbuck 5
> 77955 Ettenheimweiler
> G e r m a n y
> Mobile: +49 (0)176 321 39 442
> Fix: +49 (0)7822 - 51 45
> Am 20.04.24 um 14:09 schrieb Arthur Borsboom:
>> I think you first need to run ./autogen.sh
>>
>> Also, sudo is not needed for building, since you don't need admin rights
>> for compiling software.
>> If you want to install it, then you might need it. These are the simplified
>> steps.
>>
>> Install the necessary dependencies for compiling the software.
>>
>> ./autogen.sh
>> ./configure
>> make
>> make install (installs for current user only) or sudo make install
>> (installs for all users / system-wide).
>>
>> Does this work for you?
>>
>> On Sat, 20 Apr 2024 at 12:15, Albrecht DIETRICH<email address hidden>
>> wrote:
>>
>>> Public bug reported:
>>>
>>> When trying to build XPad 5.8 by
>>> sudo ./configure.ac
>>> I get this error:
>>> ./configure.ac: 4: Syntax error: word unexpected (expecting ")")
>>>
>>>
>>> Please note the config file indeed has the extension ".ac" after unpacking.
>>> THe file has been set to "Executable" stat manually.
>>>
>>> My OS is Kubuntu 22.04.4 LTS and up to date / actual.
>>>
>>> Please advice what I am doing wrong (I assume it's my fault) of if it is
>>> really a bug.
>>>
>>> AL
>>>
>>> ** Affects: xpad
>>> Importance: Undecided
>>> Status: New
>>>
>>> --
>>> You received this bug notification because you are subscribed to Xpad.
>>> Matching subscriptions: Arthur Borsboom
>>> https://bugs.launchpad.net/bugs/2062961
>>>
>>> Title:
>>> Can'nt build XPad 5.8
>>>
>>> Status in Xpad:
>>> New
>>>
>>> Bug description:
>>> When trying to build XPad 5.8 by
>>> sudo ./configure.ac
>>> I get this error:
>>> ./configure.ac: 4: Syntax error: word unexpected (expecting ")")
>>>
>>>
>>> Please note the config file indeed has the extension ".ac" after
>>> unpacking.
>>> THe file has been set to "Executable" stat manually.
>>>
>>> My OS is Kubuntu 22.04.4 LTS and up to date / actual.
>>>
>>> Please advice what I am doing wrong (I assume it's my fault) of if it
>>> is really a bug.
>>>
>>> AL
>>>
>>> To manage notifications about this bug go to:
>>> https://bugs.launchpad.net/xpad/+bug/2062961/+subscriptions
>>>
>>>
>