> > gcc -c kernel_interface.cpp -I./ -I- -I. -D_KERNEL_MODE=1 -no- > > fpic > > -O0 -g -DDEBUG -fno-exceptions -fno-rtti -o obj.x86/ > > kernel_interface.o > > /boot/home/open-beos/BeFS/source/kernel_interface.cpp: In function > > `int bfs_mount(long int, const char *, long unsigned int, void *, > > long > unsigned int, void **, vnode_id *)': > > /boot/home/open-beos/BeFS/source/kernel_interface.cpp:217: implicit > > declaration of function `int load_driver_symbols(...)' > > make: *** [obj.x86/kernel_interface.o] Error 1 > > > > Any suggestions on how to get the OpenBFS driver to build? > > Comment out the ofending line. That's all you need to do. > > (Line 217 of kernel_interface.cpp, if it is not clear) > Simple enough... I didn't want to start editing code like that without really understanding what I was doing first :-) I'll give that a shot. ---- Adam