#1294: Build failure on OpenBSD 4.6 -- missing dependency?
----------------------+-----------------------------------------------------
 Reporter:  doughera  |       Owner:       
     Type:  bug       |      Status:  new  
 Priority:  normal    |   Milestone:       
Component:  build     |     Version:  1.7.0
 Severity:  medium    |    Keywords:       
     Lang:            |       Patch:       
 Platform:            |  
----------------------+-----------------------------------------------------
 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)
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1294>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to