Can'nt build XPad 5.8

Bug #2062961 reported by Albrecht DIETRICH
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Xpad
New
Undecided
Unassigned

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

Revision history for this message
Arthur Borsboom (arthurborsboom) wrote : Re: [Bug 2062961] [NEW] Can'nt build XPad 5.8

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
>
>

Revision history for this message
Albrecht DIETRICH (albrechtd) wrote :

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
>>
>>

Revision history for this message
Albrecht DIETRICH (albrechtd) wrote :
Download full text (3.2 KiB)

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 not...

Read more...

Revision history for this message
Arthur Borsboom (arthurborsboom) wrote :
Download full text (3.5 KiB)

I am guessing that a build dependency is missing, probably automake tools.

On Sat, 20 Apr 2024, 17:25 Albrecht DIETRICH, <email address hidden>
wrote:

> 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
> >>
> >>
>
> --
> 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 th...

Read more...

Revision history for this message
Arthur Borsboom (arthurborsboom) wrote :
Download full text (3.9 KiB)

Maybe:

sudo apt-get install autotools-dev

Source: https://askubuntu.com/questions/430706/installing-autotools-autoconf-on-ubuntu

On Sat, 20 Apr 2024 at 17:43, Arthur Borsboom <email address hidden>
wrote:

> I am guessing that a build dependency is missing, probably automake tools.
>
> On Sat, 20 Apr 2024, 17:25 Albrecht DIETRICH, <email address hidden>
> wrote:
>
>> 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
>> >>
>> >>
>>
>> --
>> You received this bug notification because you are subscribed to Xpad.
>> Matching subscription...

Read more...

Revision history for this message
Albrecht DIETRICH (albrechtd) wrote :
Download full text (4.6 KiB)

Dear Arthur,

you were right. Everything worked well. I had to do this:

  * sudo apt-get install autotools-dev
  * sudo apt-get install autoconf
  * sudo apt-get install libgtksourceview-4-dev

Reading the error messages and installing the missing dependencies
ALWAYS helps hi hi.

The thing is done but anyway XPad ist not there. How do I start it?
Typing "xpad" in terminal says "bash: /usr/bin/xpad: No such file or
directory".
Can you please help me again?

Best regards and 1'000 thanks!!

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 21.04.24 um 09:36 schrieb Arthur Borsboom:
> Maybe:
>
> sudo apt-get install autotools-dev
>
> Source:https://askubuntu.com/questions/430706/installing-autotools-
> autoconf-on-ubuntu
>
>
> On Sat, 20 Apr 2024 at 17:43, Arthur Borsboom<email address hidden>
> wrote:
>
>> I am guessing that a build dependency is missing, probably automake tools.
>>
>> On Sat, 20 Apr 2024, 17:25 Albrecht DIETRICH,<email address hidden>
>> wrote:
>>
>>> 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
>>>>...

Read more...

Revision history for this message
Albrecht DIETRICH (albrechtd) wrote :
Download full text (5.3 KiB)

Dear Arthur,

please excuse me making you trouble & work:
I AM AN IDIOT!

As you already wrote in your FIRST E-mail:
sudo make install
was the solution.

Again 1'000 thanks from an idiot, who can'nt read error messages and
E-Mails.

So sorry!

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 21.04.24 um 11:13 schrieb Albrecht DIETRICH:
> Dear Arthur,
>
> you were right. Everything worked well. I had to do this:
>
> * sudo apt-get install autotools-dev
> * sudo apt-get install autoconf
> * sudo apt-get install libgtksourceview-4-dev
>
> Reading the error messages and installing the missing dependencies
> ALWAYS helps hi hi.
>
> The thing is done but anyway XPad ist not there. How do I start it?
> Typing "xpad" in terminal says "bash: /usr/bin/xpad: No such file or
> directory".
> Can you please help me again?
>
>
> Best regards and 1'000 thanks!!
>
> 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 21.04.24 um 09:36 schrieb Arthur Borsboom:
>> Maybe:
>>
>> sudo apt-get install autotools-dev
>>
>> Source:https://askubuntu.com/questions/430706/installing-autotools-
>> autoconf-on-ubuntu
>>
>>
>> On Sat, 20 Apr 2024 at 17:43, Arthur Borsboom<email address hidden>
>> wrote:
>>
>>> I am guessing that a build dependency is missing, probably automake tools.
>>>
>>> On Sat, 20 Apr 2024, 17:25 Albrecht DIETRICH,<email address hidden>
>>> wrote:
>>>
>>>> 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.
>>>>>>...

Read more...

Revision history for this message
Arthur Borsboom (arthurborsboom) wrote :
Download full text (6.7 KiB)

Haha, no worries.

This is the way I have learned many things as well. All normal. :-)

Enjoy playing, testing, learning and improving.

On Sun, 21 Apr 2024, 11:35 Albrecht DIETRICH, <email address hidden>
wrote:

> Dear Arthur,
>
> please excuse me making you trouble & work:
> I AM AN IDIOT!
>
> As you already wrote in your FIRST E-mail:
> sudo make install
> was the solution.
>
> Again 1'000 thanks from an idiot, who can'nt read error messages and
> E-Mails.
>
> So sorry!
>
> 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 21.04.24 um 11:13 schrieb Albrecht DIETRICH:
> > Dear Arthur,
> >
> > you were right. Everything worked well. I had to do this:
> >
> > * sudo apt-get install autotools-dev
> > * sudo apt-get install autoconf
> > * sudo apt-get install libgtksourceview-4-dev
> >
> > Reading the error messages and installing the missing dependencies
> > ALWAYS helps hi hi.
> >
> > The thing is done but anyway XPad ist not there. How do I start it?
> > Typing "xpad" in terminal says "bash: /usr/bin/xpad: No such file or
> > directory".
> > Can you please help me again?
> >
> >
> > Best regards and 1'000 thanks!!
> >
> > 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 21.04.24 um 09:36 schrieb Arthur Borsboom:
> >> Maybe:
> >>
> >> sudo apt-get install autotools-dev
> >>
> >> Source:https://askubuntu.com/questions/430706/installing-autotools-
> >> autoconf-on-ubuntu
> >>
> >>
> >> On Sat, 20 Apr 2024 at 17:43, Arthur Borsboom<email address hidden>
> >> wrote:
> >>
> >>> I am guessing that a build dependency is missing, probably automake
> tools.
> >>>
> >>> On Sat, 20 Apr 2024, 17:25 Albrecht DIETRICH,<
> <email address hidden>>
> >>> wrote:
> >>>
> >>>> 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:
> >>>>>
> >>>>>> ...

Read more...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.