Re: wxEuphoria Library Build Problem
- Posted by ghaberek (admin) Jun 03, 2009
- 1055 views
euphoric said...
I'm trying to build the dll and getting this error:
C:\EU_INC~1\WXEUPH~2>make c:\wxwidgets-2.8.7 Open Watcom Make Version 1.7 Portions Copyright (c) 1988-2002 Sybase, Inc. All Rights Reserved. Source code is available under the Sybase Open Watcom Public License. See http://www.openwatcom.org/ for details. bt=nt -zq -fo=wat_dll\wxSprint.obj /bd /xs -d__WXMSW__ -dwxNO_TH READS -dWXEUMSW -i=c:\wxwidgets-2.8.7\lib\wat_dll\ -DWX_LIB_BUILD=14 -i=c:\wxwi dgets-2.8.7\include -w0 -dWXUSINGDLL -i=c:\wxwidgets-2.8.7\lib\wat_dll\mswu /d1 -dNOPCH .\wxSprint.cpp Error(E14): Cannot execute (bt): No such file or directory Error(F38): (wat_dll\wxSprint.obj) does not exist and cannot be made from existi ng files Error(E02): Make execution terminated
What am I doing wrong?
I'm not sure yet. Seems like you're missing this "bt" program. I don't know what that is yet. What's really disappointing is that the only result on Google for "Cannot execute (bt)" "No such file or directory" is this thread.
-Greg