LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Make files for vcdimager (https://www.linuxquestions.org/questions/linux-software-2/make-files-for-vcdimager-64261/)

sbadelt 06-07-2003 03:59 PM

Make files for vcdimager
 
Hey all,

I'm new to the whole task of MAKEing my packages. What's the best reference for a newbie? Specifically, I'm getting the following messages from make output....

make all-recursive
make[1]: Entering directory `/home/sbadelt/tmp/vcdimager-0.6.2'
Making all in libvcd
make[2]: Entering directory `/home/sbadelt/tmp/vcdimager-0.6.2/libvcd'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wunused -Wall -Wmissing-prototypes -Wunused -Wpointer-arith -Wwrite-strings -c vcd.c
In file included from vcd.c:39:
vcd_files_private.h:364: flexible array member in otherwise empty struct
vcd_files_private.h:446: flexible array member in otherwise empty struct
vcd_files_private.h:467: flexible array member in otherwise empty struct
make[2]: *** [vcd.o] Error 1
make[2]: Leaving directory `/home/sbadelt/tmp/vcdimager-0.6.2/libvcd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sbadelt/tmp/vcdimager-0.6.2'
make: *** [all-recursive-am] Error 2

Can someone please explain in plain English?

Thanks,
Steve

BigNate 06-09-2003 06:27 AM

I have not read the whole thing so I am not sure if it'll help, but it sure can't hurt.

http://www.ibiblio.org/pub/Linux/doc...Building-HOWTO

Good Luck!


All times are GMT -5. The time now is 08:01 AM.