Mailing list archives : pcb-rnd

ID:4695
From:smilie <sm...@posteo.de>
Date:Tue, 26 Jan 2021 10:10:35 +0100
Subject:[pcb-rnd] trunk does not compile clean?
replies: 4697 from rn...@igor2.repo.hu , 4698 from Nicklas SB Karlsson <nk...@nksb.online>
Hello All,
 
 
i doe this:
 
 
svn up
./configure --buildin-io_eagle --buildin-export_openscad --buildin-export_i=
pcd356 --buildin-io_mentor_cell --buildin-polystitch --buildin-io_kicad --b=
uildin-hid_gtk2_gl
make
 
 
i get this:
 
 
 
make[2]: Verzeichnis =E2=80=9E/home/smilebef/Downloads/trunk/src=E2=80=9C w=
ird betreten
gcc -c -pipe -fPIC -I. -I.. -I../src_3rd/librnd-local/src -I../src_3rd/libr=
nd-local/src/../src_3rd -I../src_3rd -I../src -I../src_3rd/liblihata -O3 -D=
NDEBUG -I/usr/include/freetype2 -I/usr/include/freetype2/freetype -I/usr/in=
clude/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/=
include    -o ../src_plugins/io_tedax/io_tedax.o ../src_plugins/io_tedax/io=
_tedax.c
../src_plugins/io_tedax/io_tedax.c: In function =E2=80=98pplg_init_io_tedax=
=E2=80=99:
../src_plugins/io_tedax/io_tedax.c:356:63: error: =E2=80=98tedax_menu=E2=80=
=99 undeclared (first use in this function)
  356 |  rnd_hid_menu_load(rnd_gui, NULL, tedax_cookie, 195, NULL, 0, tedax=
_menu, "plugin: io_tedax");
      |                                                               ^~~~~=
~~~~~
../src_plugins/io_tedax/io_tedax.c:356:63: note: each undeclared identifier=
 is reported only once for each function it appears in
make[2]: *** [Makefile:1639: ../src_plugins/io_tedax/io_tedax.o] Fehler 1
make[2]: Verzeichnis =E2=80=9E/home/smilebef/Downloads/trunk/src=E2=80=9C w=
ird verlassen
make[1]: *** [Makefile:50: all] Fehler 2
make[1]: Verzeichnis =E2=80=9E/home/smilebef/Downloads/trunk/src=E2=80=9C w=
ird verlassen
make: *** [Makefile:2: all] Fehler 2
 

Reply subtree:
4695 [pcb-rnd] trunk does not compile clean? from smilie <sm...@posteo.de>
  4697 Re: [pcb-rnd] trunk does not compile clean? from rn...@igor2.repo.hu
    4699 Re: [pcb-rnd] trunk does not compile clean? from smilie <sm...@posteo.de>
      4700 Re: [pcb-rnd] trunk does not compile clean? from rn...@igor2.repo.hu
        4703 checking out edakrill (Re: [pcb-rnd] trunk does not compile clean?) from ka...@aspodata.se
          4705 Re: checking out edakrill (Re: [pcb-rnd] trunk does not compile from rn...@igor2.repo.hu
            4707 Re: checking out edakrill (Re: [pcb-rnd] trunk does not compile clean?) from ka...@aspodata.se
              4709 Re: checking out edakrill (Re: [pcb-rnd] trunk does not compile from rn...@igor2.repo.hu
  4698 Re: [pcb-rnd] trunk does not compile clean? from Nicklas SB Karlsson <nk...@nksb.online>