[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-user: compile error Kubuntu



   I'm trying to compile the latest sources in Kubuntu 8.10.  I've
   installed all the prereqs I think I need and libgeda installs OK.
   I then
     499  export
   PATH=/usr/local/share/geda/bin:${PATH}

     500  export
   LD_LIBRARY_PATH=/usr/local/share/geda/lib

     501  export
   PKG_CONFIG_PATH=/usr/local/share/geda/lib/pkgconfig/:$PKG_CONFIG_PATH
   seem to be set up ok.  but when I try to 'make' after a successful
   ./configure -prefix=/usr/local/share/geda
   I get the following errors in geda-utils and geda-gschem source
   directories:
   Utils:
   make  all-recursive
   make[1]: Entering directory
   `/home/kurt/Documents/gedacompile/geda-utils-1.4.3'
   Making all in src
   make[2]: Entering directory
   `/home/kurt/Documents/gedacompile/geda-utils-1.4.3/src'
   make[2]: Nothing to be done for `all'.
   make[2]: Leaving directory
   `/home/kurt/Documents/gedacompile/geda-utils-1.4.3/src'
   Making all in gschlas
   make[2]: Entering directory
   `/home/kurt/Documents/gedacompile/geda-utils-1.4.3/gschlas'
   gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/share/geda/include
   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
   -I/usr/include/gtk-2.0
   -DPCBDATADIR=\"/usr/local/share/geda/share\"
   -DPCBLIBPATH=\"/usr/local/share/geda/share/pcb/pcblib-newlib:/usr/loca
   l/share/geda/share/pcb/newlib\"  -g -O2 -MT i_vars.o -MD -MP -MF
   .deps/i_vars.Tpo -c -o i_vars.o i_vars.c
   In file included from i_vars.c:31:
   ../include/globals.h:22: error: expected =, ,, ;, asm or __attribute__
   before * token
   ../include/globals.h:23: error: expected =, ,, ;, asm or __attribute__
   before * token
   ../include/globals.h:26: error: expected =, ,, ;, asm or __attribute__
   before white
   ../include/globals.h:27: error: expected =, ,, ;, asm or __attribute__
   before black
   ../include/globals.h:28: error: expected =, ,, ;, asm or __attribute__
   before red
   ../include/globals.h:29: error: expected =, ,, ;, asm or __attribute__
   before green
   ../include/globals.h:30: error: expected =, ,, ;, asm or __attribute__
   before blue
   ../include/globals.h:31: error: expected =, ,, ;, asm or __attribute__
   before cyan
   ../include/globals.h:32: error: expected =, ,, ;, asm or __attribute__
   before yellow
   ../include/globals.h:33: error: expected =, ,, ;, asm or __attribute__
   before grey
   ../include/globals.h:34: error: expected =, ,, ;, asm or __attribute__
   before grey90
   ../include/globals.h:35: error: expected =, ,, ;, asm or __attribute__
   before darkgreen
   ../include/globals.h:36: error: expected =, ,, ;, asm or __attribute__
   before darkred
   ../include/globals.h:37: error: expected =, ,, ;, asm or __attribute__
   before darkyellow
   ../include/globals.h:38: error: expected =, ,, ;, asm or __attribute__
   before darkcyan
   ../include/globals.h:39: error: expected =, ,, ;, asm or __attribute__
   before darkblue
   ../include/globals.h:40: error: expected =, ,, ;, asm or __attribute__
   before darkgrey
   make[2]: *** [i_vars.o] Error 1
   make[2]: Leaving directory
   `/home/kurt/Documents/gedacompile/geda-utils-1.4.3/gschlas'
   make[1]: *** [all-recursive] Error 1
   make[1]: Leaving directory
   `/home/kurt/Documents/gedacompile/geda-utils-1.4.3'
   make: *** [all] Error 2
   gschem: (Which gives me a libstroke 'no' on ./configure even though
   libstroke is installed)
   make  all-recursive
   make[1]: Entering directory
   `/home/kurt/Documents/gedacompile/geda-gschem-1.4.3'
   Making all in
   include
   make[2]: Entering directory
   `/home/kurt/Documents/gedacompile/geda-gschem-1.4.3/include'
   make[2]: Nothing to be done for
   `all'.
   make[2]: Leaving directory
   `/home/kurt/Documents/gedacompile/geda-gschem-1.4.3/include'
   Making all in
   lib

   make[2]: Entering directory
   `/home/kurt/Documents/gedacompile/geda-gschem-1.4.3/lib'
   make[2]: Nothing to be done for
   `all'.
   make[2]: Leaving directory
   `/home/kurt/Documents/gedacompile/geda-gschem-1.4.3/lib'
   Making all in
   intl

   make[2]: Entering directory
   `/home/kurt/Documents/gedacompile/geda-gschem-1.4.3/intl'
   make[2]: Nothing to be done for
   `all'.
   make[2]: Leaving directory
   `/home/kurt/Documents/gedacompile/geda-gschem-1.4.3/intl'
   Making all in
   src

   make[2]: Entering directory
   `/home/kurt/Documents/gedacompile/geda-gschem-1.4.3/src'
   gcc -DLOCALEDIR=\"/usr/local/share/geda/share/locale\" -DHAVE_CONFIG_H
   -I. -I.. -I/usr/local/share/geda/include -I../intl -I../include
   -pthread -I/usr/local/share/geda/include -I/usr/include/glib-2.0
   -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -pthread
   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -Wall -g -O2
   -MT a_pan.o -MD -MP -MF .deps/a_pan.Tpo -c -o a_pan.o
   a_pan.c

   In file included from
   a_pan.c:27:


   ../include/gschem_struct.h:10: error: expected
   specifier-qualifier-list before
   GtkWidget

   In file included from
   a_pan.c:29:


   ../include/prototype.h:294: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:300: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:301: error: expected ) before *
   token

   ../include/prototype.h:302: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:303: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:304: error: expected ) before *
   token

   ../include/prototype.h:305: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:306: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:307: error: expected ) before *
   token

   ../include/prototype.h:308: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:309: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:310: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:311: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:312: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:313: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:314: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:315: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:316: error: expected ) before *
   token

   ../include/prototype.h:317: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:318: error: expected ) before *
   token

   ../include/prototype.h:319: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:320: error: expected ) before *
   token

   ../include/prototype.h:321: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:322: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:323: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:324: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:325: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:326: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:327: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:328: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:329: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:330: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:331: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:332: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:333: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:334: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:335: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:336: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:337: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:338: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:339: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:340: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:341: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:342: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:343: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:344: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:345: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:346: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:347: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:348: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:349: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:350: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:351: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:352: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:353: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:354: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:355: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:356: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:357: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:358: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:359: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:360: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:361: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:362: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:363: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:364: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:365: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:366: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:367: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:368: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:369: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:370: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:371: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:372: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:373: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:374: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:375: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:376: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:377: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:378: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:379: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:380: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:381: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:382: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:383: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:384: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:385: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:386: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:387: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:388: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:389: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:390: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:391: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:392: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:393: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:394: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:395: error: expected ) before *
   token

   ../include/prototype.h:396: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:397: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:398: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:399: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:400: error: expected ) before *
   token

   ../include/prototype.h:401: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:402: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:403: error: expected ) before *
   token

   ../include/prototype.h:404: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:405: error: expected ) before *
   token

   ../include/prototype.h:406: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:407: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:408: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:409: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:410: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:411: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:412: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:413: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:414: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:415: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:416: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:417: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:418: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:419: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:420: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:421: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:422: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:423: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:424: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:425: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:426: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:427: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:428: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:429: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:430: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:431: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:432: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:433: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:434: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:435: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:436: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:437: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:438: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:439: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:440: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:441: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:442: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:443: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:444: error: expected declaration specifiers or
   ... before
   GtkWidget

   ../include/prototype.h:445: error: expected ) before *
   token

   ../include/prototype.h:450: error: expected ) before *
   token

   ../include/prototype.h:451: error: expected ) before *
   token

   ../include/prototype.h:452: error: expected ) before *
   token

   ../include/prototype.h:453: error: expected ) before *
   token

   ../include/prototype.h:454: error: expected ) before *
   token

   ../include/prototype.h:480: error: expected declaration specifiers or
   ... before
   GdkColor

   ../include/prototype.h:489: error: expected ) before *
   token

   ../include/prototype.h:490: error: expected ) before *
   token

   ../include/prototype.h:491: error: expected ) before *
   token

   ../include/prototype.h:492: error: expected ) before *
   token

   ../include/prototype.h:493: error: expected ) before *
   token

   ../include/prototype.h:494: error: expected ) before *
   token

   ../include/prototype.h:495: error: expected ) before *
   token

   ../include/prototype.h:496: error: expected ) before *
   token

   ../include/prototype.h:497: error: expected ) before *
   token

   ../include/prototype.h:524: error: expected ) before *
   token

   ../include/prototype.h:525: error: expected ) before *
   token

   ../include/prototype.h:526: error: expected ) before *
   token

   ../include/prototype.h:527: error: expected ) before *
   token

   ../include/prototype.h:600: error: expected ) before *
   token

   ../include/prototype.h:601: error: expected ) before *
   token

   ../include/prototype.h:602: error: expected ) before *
   token

   ../include/prototype.h:603: error: expected ) before *
   token

   ../include/prototype.h:604: error: expected ) before *
   token

   ../include/prototype.h:707: error: expected ) before *
   token

   ../include/prototype.h:708: error: expected ) before *
   token

   ../include/prototype.h:719: error: expected ) before *
   token

   ../include/prototype.h:722: error: expected =, ,, ;, asm or
   __attribute__ before *
   token

   ../include/prototype.h:723: error: expected =, ,, ;, asm or
   __attribute__ before *
   token

   ../include/prototype.h:726: error: expected ) before *
   token

   ../include/prototype.h:727: error: expected ) before *
   token

   ../include/prototype.h:728: error: expected ) before *
   token

   ../include/prototype.h:729: error: expected ) before *
   token

   ../include/prototype.h:731: error: expected ) before *
   token

   ../include/prototype.h:732: error: expected ) before *
   token

   ../include/prototype.h:744: error: expected ) before *
   token

   ../include/prototype.h:746: error: expected ) before *
   token

   ../include/prototype.h:761: error: expected ) before *
   token

   ../include/prototype.h:763: error: expected ) before *
   token

   ../include/prototype.h:764: error: expected ) before *
   token

   ../include/prototype.h:765: error: expected ) before *
   token

   ../include/prototype.h:766: error: expected ) before *
   token

   ../include/prototype.h:767: error: expected ) before *
   token

   ../include/prototype.h:769: error: expected ) before *
   token

   ../include/prototype.h:770: error: expected ) before *
   token

   ../include/prototype.h:771: error: expected ) before * token
   ../include/prototype.h:772: error: expected ) before * token
   ../include/prototype.h:773: error: expected ) before * token
   ../include/prototype.h:797: error: expected ) before * token
   ../include/prototype.h:798: error: expected =, ,, ;, asm or
   __attribute__ before * token
   ../include/prototype.h:799: error: expected declaration specifiers or
   ... before GdkEventButton
   ../include/prototype.h:835: error: expected ) before * token
   a_pan.c: In function a_pan_general:
   a_pan.c:109: error: A_PAN_IGNORE_BORDERS undeclared (first use in this
   function)
   a_pan.c:109: error: (Each undeclared identifier is reported only once
   a_pan.c:109: error: for each function it appears in.)
   a_pan.c:116: error: GSCHEM_TOPLEVEL has no member named inside_action
   a_pan.c:117: warning: implicit declaration of function SCREENtoWORLD
   a_pan.c:117: error: GSCHEM_TOPLEVEL has no member named start_x
   a_pan.c:117: error: GSCHEM_TOPLEVEL has no member named start_y
   a_pan.c:119: error: GSCHEM_TOPLEVEL has no member named last_x
   a_pan.c:119: error: GSCHEM_TOPLEVEL has no member named last_y
   a_pan.c:121: error: GSCHEM_TOPLEVEL has no member named second_x
   a_pan.c:121: error: GSCHEM_TOPLEVEL has no member named second_y
   a_pan.c:123: error: GSCHEM_TOPLEVEL has no member named loc_x
   a_pan.c:123: error: GSCHEM_TOPLEVEL has no member named loc_y
   a_pan.c:125: error: GSCHEM_TOPLEVEL has no member named save_x
   a_pan.c:125: error: GSCHEM_TOPLEVEL has no member named save_y
   a_pan.c:127: warning: implicit declaration of function WORLDabs
   a_pan.c:127: error: GSCHEM_TOPLEVEL has no member named distance
   a_pan.c:128: warning: implicit declaration of function snap_grid
   a_pan.c:210: error: GSCHEM_TOPLEVEL has no member named inside_action
   a_pan.c:211: warning: implicit declaration of function WORLDtoSCREEN
   a_pan.c:212: error: GSCHEM_TOPLEVEL has no member named start_x
   a_pan.c:212: error: GSCHEM_TOPLEVEL has no member named start_y
   a_pan.c:214: error: GSCHEM_TOPLEVEL has no member named last_x
   a_pan.c:214: error: GSCHEM_TOPLEVEL has no member named last_y
   a_pan.c:216: error: GSCHEM_TOPLEVEL has no member named second_x
   a_pan.c:216: error: GSCHEM_TOPLEVEL has no member named second_y
   a_pan.c:218: error: GSCHEM_TOPLEVEL has no member named loc_x
   a_pan.c:218: error: GSCHEM_TOPLEVEL has no member named loc_y
   a_pan.c:220: error: GSCHEM_TOPLEVEL has no member named save_x
   a_pan.c:220: error: GSCHEM_TOPLEVEL has no member named save_y
   a_pan.c:221: error: GSCHEM_TOPLEVEL has no member named distance
   a_pan.c:221: warning: implicit declaration of function SCREENabs
   a_pan.c:225: error: A_PAN_DONT_REDRAW undeclared (first use in this
   function)
   a_pan.c: In function a_pan:
   a_pan.c:250: warning: implicit declaration of function mil_x
   a_pan.c:251: warning: implicit declaration of function mil_y
   make[2]: *** [a_pan.o] Error 1
   make[2]: Leaving directory
   `/home/kurt/Documents/gedacompile/geda-gschem-1.4.3/src'
   make[1]: *** [all-recursive] Error 1
   make[1]: Leaving directory
   `/home/kurt/Documents/gedacompile/geda-gschem-1.4.3'
   make: *** [all] Error 2
   ANy ideas?  I used to compile ok from sources in Suse, but have
   recently "upgraded" to Kubuntu.
   Regards,
   Kurt

_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user