Oh nice, thanks, I didn't know about that command as I have never ran it
myself before. I'll try to work through these errors and figure out how to
solve them:

root@ubuntu:tmp/openvpn-fork-bulk# autoreconf -vif
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /usr/bin/autoconf --force
configure.ac:470: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:471: error: possibly undefined macro: AC_LIBTOOL_RC
configure.ac:472: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: error: /usr/bin/autoconf failed with exit status: 1

I also updated my commit/branch/pull-request as I forgot during the
implementation to free the extra allocated buffers which is a bad mistake.
I had made a mental note of it initially but got distracted trying to
optimize and organize and find any edge cases I may have missed along the
way!

Thanks again :)
Jon C




On Thu, Aug 7, 2025 at 1:44 AM Gert Doering <g...@greenie.muc.de> wrote:

> Hi,
>
> On Wed, Aug 06, 2025 at 07:50:16PM -0400, Jon Chiappetta via Openvpn-devel
> wrote:
> > I was still working on looking into some potential limited access to
> > gerrit. I manually ported the diff from the 2.6 source code I was able to
> > compile and run with over to the generalized master branch which doesn't
> > contain any configure/makefile so I am not able to build/run that version
> > at the moment (untested).
>
> git clone $master_url $workdir
> cd $workdir
> autoreconf -vif
> ./configure
>
> gert
>
> --
> "If was one thing all people took for granted, was conviction that if you
>  feed honest figures into a computer, honest figures come out. Never
> doubted
>  it myself till I met a computer with a sense of humor."
>                              Robert A. Heinlein, The Moon is a Harsh
> Mistress
>
> Gert Doering - Munich, Germany
> g...@greenie.muc.de
>
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to