[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: gpcb compile error
On Thu, 2 Mar 2000, Reinhard Kotucha wrote:
> Hi,
> when I run make in the gpcb directory I get the following error:
>
> In file included from board.c:31:
> ../include/a_memory.h:44: parse error before `*'
> ../include/a_memory.h:44: warning: type defaults to `int' in declaration of `new_outline'
> ../include/a_memory.h:44: warning: data definition has no type or storage class
If you look at line 44 in a_memory.h it starts with the type OUTLINE_T.
That line is defined in pcb_struct.h.
If you read gpcb/INSTALL there is a blurb on that file. I think you have
to make sure that the new and improved pcb_struct.h are installed at
$INSTALLED/include/libgeda. The simplest trick is to recompile/reinstall
libgeda et al.
/spe
/----------------------------------\
! Stefan Petersen, MSc EE ! \
! http://www.stacken.kth.se/~spe/ ! \___________
! spe@stacken.kth.se ! /
! stefan.petersen@home.se ! /
\----------------------------------/