[openbeos] building the tree with debug

  • From: "Andrew Bachmann" <shatty@xxxxxxxxxxxxx>
  • To: "openbeos" <openbeos@xxxxxxxxxxxxx>
  • Date: Wed, 06 Aug 2003 12:52:01 -0700 PDT

Hello all,

I've been trying to build the entire tree using DEBUG=1 as part of an exercise 
to test all the 
applications and libraries together.  I've run into trouble in a few places.

One such place is the freetype library, where having DEBUG causes the 
introduction of a few 
externs for variables that are never later defined. s_verbose is one of these.  
It's not clear to me 
where those variables are supposed to be defined.  Does anyone have a thought?

Also, the kernel won't compile with DEBUG=1 because of these errors:
/boot/develop/obos/current/src/kernel/core/port.c:940: conflicting types for 
`port_test_thread_func'
/boot/develop/obos/current/headers/private/kernel/port.h:19: previous 
declaration of 
`port_test_thread_func'
/boot/develop/obos/current/src/kernel/core/port.c: In function `port_test':
/boot/develop/obos/current/src/kernel/core/port.c:994: warning: implicit 
declaration of function 
`thread_wait_on_thread'    

Andrew

Other related posts:

  • » [openbeos] building the tree with debug