markpeek / rufus

The Reliable USB Formatting Utility
https://rufus.ie
GNU General Public License v3.0
0 stars 0 forks source link

missing: line 81: aclocal-1.14: command not found #1

Closed Marietto2008 closed 4 months ago

Marietto2008 commented 5 months ago

Hello.

I'm trying to compile the code,but I'm having a problem in my Ubuntu (23.10) installation :


root@Z390-AORUS-PRO-DEST:/home/ziomario/Scaricati/rufus# make

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/ziomario/Scaricati/rufus/missing aclocal-1.14 
/home/ziomario/Scaricati/rufus/missing: line 81: aclocal-1.14: command not found
WARNING: 'aclocal-1.14' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
make: *** [Makefile:277: aclocal.m4] Error 127

root@Z390-AORUS-PRO-DEST:/home/ziomario/Scaricati/rufus# apt reinstall aclocal-1.14

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package aclocal-1.14
E: Couldn't find any package by glob 'aclocal-1.14'

root@Z390-AORUS-PRO-DEST:/home/ziomario/Scaricati/rufus# apt search aclocal

Sorting... Done
Full Text Search... Done

root@Z390-AORUS-PRO-DEST:/home/ziomario/Scaricati/rufus# automake --version

automake (GNU automake) 1.16.5
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.

I prefer to compile it under Linux than under Windows,where I have 0 experience.

Marietto2008 commented 4 months ago

I've been able to compile your code using visual studio 2022 and it worked. Very thanks.

markpeek commented 4 months ago

Glad it worked. I opened https://github.com/pbatard/rufus/pull/2504 to get it merged into rufus. Note: I did rebase and force push my branch to clean it up so you'll need to reclone if you need it again.