id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
1294	Build failure on OpenBSD 4.6 -- missing dependency?	doughera		"When building with r42551, I got the following error.  I suspect a missing Makefile dependency of some sort, since I was trying a parallel 'make' command.  This was on OpenBSD 4.6/x86.

{{{
cc -c -o foo2.o -I/home/doughera/src/parrot/parrot-svn/include -I/home/doughera/src/parrot/parrot-svn/include/pmc [more flags]  foo2.c
foo2.c:21:21: pmc_foo.h: No such file or directory
./foo2.pmc: In function `Parrot_Foo2_get_integer':
./foo2.pmc:14: warning: implicit declaration of function `Parrot_Foo_get_vtable'
./foo2.pmc:14: error: invalid type argument of `->'
./foo2.c: In function `Parrot_Foo2_get_vtable':
./foo2.c:77: warning: assignment makes pointer from integer without a cast
./foo2.c: In function `Parrot_Foo2_ro_get_vtable':
./foo2.c:88: warning: implicit declaration of function `Parrot_Foo_ro_get_vtable'
./foo2.c:88: warning: assignment makes pointer from integer without a cast
./foo2.c: In function `Parrot_Foo2_get_mro':
./foo2.c:101: warning: implicit declaration of function `Parrot_Foo_get_mro'
./foo2.c:101: warning: assignment makes pointer from integer without a cast
./foo2.c: In function `Parrot_Foo2_get_isa':
./foo2.c:115: warning: implicit declaration of function `Parrot_Foo_get_isa'
./foo2.c:115: warning: assignment makes pointer from integer without a cast
*** Error code 1 
Stop in /home/doughera/src/parrot/parrot-svn/src/dynpmc:
 Exit status 1 (foo2.o, line 122 of Makefile)
}}}"	bug	closed	normal		build	1.7.0	medium	fixed					
