1. wxEuphoria Library Build Problem
- Posted by euphoric (admin) Jun 01, 2009
- 1044 views
I get this error message when running the wxEuphoria demos:
wxEuphoria Version 0.13.0 requires at least library build 14, but build 13 was loaded.
Where can I get library build 14?
2. Re: wxEuphoria Library Build Problem
- Posted by mattlewis (admin) Jun 01, 2009
- 1083 views
I get this error message when running the wxEuphoria demos:
wxEuphoria Version 0.13.0 requires at least library build 14, but build 13 was loaded.
Where can I get library build 14?
Are you running code from svn? There were some changes to accommodate eu v4. For now, you'll have to build the library from source.
Matt
3. Re: wxEuphoria Library Build Problem
- Posted by euphoric (admin) Jun 01, 2009
- 1064 views
I get this error message when running the wxEuphoria demos:
wxEuphoria Version 0.13.0 requires at least library build 14, but build 13 was loaded.
Where can I get library build 14?
Are you running code from svn?
Yes.
There were some changes to accommodate eu v4. For now, you'll have to build the library from source.
Looks like I can grab wxWidgets 2.8.10 binaries from their site. Will that do?
4. Re: wxEuphoria Library Build Problem
- Posted by mattlewis (admin) Jun 01, 2009
- 1059 views
There were some changes to accommodate eu v4. For now, you'll have to build the library from source.
Looks like I can grab wxWidgets 2.8.10 binaries from their site. Will that do?
No, it's the libwxeu.dll/so that you need to rebuild. The same wxWidgets binaries should be fine. What OS are you on? I'll see if I can post a bleeding edge version (or maybe Greg will beat me to it?)...
Matt
5. Re: wxEuphoria Library Build Problem
- Posted by euphoric (admin) Jun 02, 2009
- 1055 views
...it's the libwxeu.dll/so that you need to rebuild.
Where are the instructions for doing that?
6. Re: wxEuphoria Library Build Problem
- Posted by ghaberek (admin) Jun 02, 2009
- 1088 views
Looks like I can grab wxWidgets 2.8.10 binaries from their site. Will that do?
We're still using 2.8.7. You can get it here...
http://wxeuphoria.sourceforge.net/wxWidgets-2.8.7.zip
-Greg
7. Re: wxEuphoria Library Build Problem
- Posted by euphoric (admin) Jun 02, 2009
- 1111 views
Looks like I can grab wxWidgets 2.8.10 binaries from their site. Will that do?
We're still using 2.8.7. You can get it here...
http://wxeuphoria.sourceforge.net/wxWidgets-2.8.7.zip
-Greg
7-Zip reports an "Unsupported compression method" error for some of those files. I've never seen that error before!
I'm using Windows XP Pro.
8. Re: wxEuphoria Library Build Problem
- Posted by ghaberek (admin) Jun 03, 2009
- 1025 views
7-Zip reports an "Unsupported compression method" error for some of those files. I've never seen that error before!
I'm using Windows XP Pro.
Aw, hamburgers...
I used WinZip 12 to make that file. I switched it to Legacy Zip 2.0 compression, but it added another 4 MB to the file size (now 21 MB instead of 17 MB). Use the same link to download.
-Greg
9. Re: wxEuphoria Library Build Problem
- Posted by euphoric (admin) Jun 03, 2009
- 1017 views
...it's the libwxeu.dll/so that you need to rebuild.
How do I make this? I tried 'wmake' and 'make' and neither successfully completes.
10. Re: wxEuphoria Library Build Problem
- Posted by euphoric (admin) Jun 03, 2009
- 1010 views
...it's the libwxeu.dll/so that you need to rebuild.
How do I make this? I tried 'wmake' and 'make' and neither successfully completes.
Nevermind. Found the instructions in readme.txt.
11. Re: wxEuphoria Library Build Problem
- Posted by euphoric (admin) Jun 03, 2009
- 1018 views
...it's the libwxeu.dll/so that you need to rebuild.
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?
12. Re: wxEuphoria Library Build Problem
- Posted by ghaberek (admin) Jun 03, 2009
- 1055 views
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
13. Re: wxEuphoria Library Build Problem
- Posted by mattlewis (admin) Jun 03, 2009
- 1049 views
...it's the libwxeu.dll/so that you need to rebuild.
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?
It looks like you don't have watcom set up properly. The command line should look more like:
wcc386 /ol /dEWINDOWS /dEWATCOM /dEOW /dWXEUMSW /bt=nt /mf /w0 /j /zp4 /zq /fp5 /fpi87 /otimra /s -fo=wat_dll\be .obj .\be.c
You're getting some of the flags, bug not the compiler nor even all of the flags. I'm using Watcom 1.8. But 1.7 should work, too.
Matt
14. Re: wxEuphoria Library Build Problem
- Posted by euphoric (admin) Jun 03, 2009
- 1051 views
You're getting some of the flags, bug not the compiler nor even all of the flags. I'm using Watcom 1.8. But 1.7 should work, too.
I'm using the make.bat file that comes with wxEuphoria, so I'm not determining the command line parameters. Is the bat file not right?