On Thu, 27 Apr 2000 [EMAIL PROTECTED] wrote:
> ap_BeOSDialogFactory.cpp:
> In file included from
>/boot/var/tmp/AbiBldSvr/0956849723/tmp/abi-0.7.9pre11/src/wp/ap/beos/ap_BeOSDialogFactory.cpp:26:
>
>/boot/var/tmp/AbiBldSvr/0956849723/tmp/abi-0.7.9pre11/src/wp/ap/beos/ap_BeOSDialog_All.h:47:
> ap_BeOSDialog_Insert_Symbol.h: No such file or directory
> make[5]: ***
>[/boot/var/tmp/AbiBldSvr/0956849723/tmp/abi-0.7.9pre11/src/BeOS_4.5_x86_OBJ/obj/ap_BeOSDialogFactory.o]
> Error 1
>
> Perhaps this just needs the files moved into the right ap/ level?
They moved from the ap level to xap, so in ap_BeOSDialog_All.h
line 47: #include "ap_BeOSDialog_Insert_Symbol.h"
should be: #include "xap_BeOSDlg_Insert_Symbol.h"
Justin