[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help compiling rec utils - arch linux
From: |
Thomas Dupond |
Subject: |
Re: Help compiling rec utils - arch linux |
Date: |
Wed, 22 May 2024 16:36:28 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hello Ben,
Ben French <Benjamin.French@brescia.co.za> a écrit :
> Dear recutils community
>
> I thankyou in advance for your wonderful work on this project.
> I am having difficulty compiling the program in linux arch.
> I believe all dependencies are installed - libgcrypt
> I get the following error.
>
> ======================
>
> bs/rec-sex-parser.o
> rec-sex-parser.c: In function 'rec_sex_parser_new':
> rec-sex-parser.c:53:7: error: implicit declaration of function 'sexlex_init'
> [-Wimplicit-function-declaration]
> 53 | sexlex_init (&(new->scanner));
> | ^~~~~~~~~~~
> rec-sex-parser.c:54:7: error: implicit declaration of function 'sexset_extra'
> [-Wimplicit-function-declaration]
> 54 | sexset_extra (new, new->scanner);
> | ^~~~~~~~~~~~
> rec-sex-parser.c: In function 'rec_sex_parser_destroy':
> rec-sex-parser.c:70:5: error: implicit declaration of function
> 'sexlex_destroy' [-Wimplicit-function-declaration]
> 70 | sexlex_destroy (parser->scanner);
> | ^~~~~~~~~~~~~~
> make[2]: *** [Makefile:2047: rec-sex-parser.lo] Error 1
> make[2]: Leaving directory
> '/home/ben/Downloads/recutils/recutils/src/recutils-1.9/src'
> make[1]: *** [Makefile:1904: all] Error 2
> make[1]: Leaving directory
> '/home/ben/Downloads/recutils/recutils/src/recutils-1.9/src'
> make: *** [Makefile:1889: all-recursive] Error 1
> ==> ERROR: A failure occurred in build().
> Aborting...
>
> =====================
I just tried compiling on my machine (Linux 6.1.0-21-amd64 Debian
6.1.90-1) and everything went well. I had the same warnings about
implicit function declaration but no errors.
What commands did you run to get to these errors?
Regards,
--
Thomas