emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Build failure with --with-x-toolkit=no


From: martin rudalics
Subject: Build failure with --with-x-toolkit=no
Date: Wed, 27 Mar 2024 10:19:51 +0100
User-agent: Mozilla Thunderbird

When attempting to build master on Debian bookworm with gcc 12.2.0 using

CFLAGS='-O0 -g3 -no-pie -Wno-missing-braces' ../configure 
--with-gif=ifavailable --with-tiff=ifavailable --with-gnutls=no --without-pop 
--enable-gcc-warnings=warn-only --with-x-toolkit=no --enable-checking=yes 
--enable-check-lisp-object-type=yes

I'm currently getting

  CCLD     temacs
  GEN      ../etc/DOC
/usr/bin/ld: ../oldXMenu/libXMenu11.a(Activate.o): in function `XMenuActivate':
/home/martin/emacs-git/trunk/obj-none/oldXMenu/../../oldXMenu/Activate.c:631: 
undefined reference to `rpl_free'
/usr/bin/ld: ../oldXMenu/libXMenu11.a(Destroy.o): in function `XMenuDestroy':
/home/martin/emacs-git/trunk/obj-none/oldXMenu/../../oldXMenu/Destroy.c:61: 
undefined reference to `rpl_free'
/usr/bin/ld: 
/home/martin/emacs-git/trunk/obj-none/oldXMenu/../../oldXMenu/Destroy.c:68: 
undefined reference to `rpl_free'
/usr/bin/ld: 
/home/martin/emacs-git/trunk/obj-none/oldXMenu/../../oldXMenu/Destroy.c:134: 
undefined reference to `rpl_free'
/usr/bin/ld: ../oldXMenu/libXMenu11.a(XDestAssoc.o): in function 
`XDestroyAssocTable':
/home/martin/emacs-git/trunk/obj-none/oldXMenu/../../oldXMenu/XDestAssoc.c:45: 
undefined reference to `rpl_free'
/usr/bin/ld: 
../oldXMenu/libXMenu11.a(XDestAssoc.o):/home/martin/emacs-git/trunk/obj-none/oldXMenu/../../oldXMenu/XDestAssoc.c:50:
 more undefined references to `rpl_free' follow
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:743: temacs] Fehler 1
make[2]: Verzeichnis „/home/martin/emacs-git/trunk/obj-none/src“ wird verlassen
make[1]: *** [Makefile:554: src] Fehler 2
make[1]: Verzeichnis „/home/martin/emacs-git/trunk/obj-none“ wird verlassen
make[1]: Verzeichnis „/home/martin/emacs-git/trunk/obj-none“ wird betreten
***
*** "make all" failed with exit status 2.
***
*** You could try to:
*** - run "make bootstrap", which might fix the problem
*** - run "make V=1", which displays the full commands invoked by make,
***   to further investigate the problem
***
make[1]: *** [Makefile:418: advice-on-failure] Fehler 2
make[1]: Verzeichnis „/home/martin/emacs-git/trunk/obj-none“ wird verlassen
make: *** [Makefile:374: all] Fehler 2

Any ideas?

Thanks, martin

reply via email to

[Prev in Thread] Current Thread [Next in Thread]