1. wxEuphoria Library Build Problem

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?

new topic     » topic index » view message » categorize

2. Re: wxEuphoria Library Build Problem

euphoric said...

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

new topic     » goto parent     » topic index » view message » categorize

3. Re: wxEuphoria Library Build Problem

mattlewis said...
euphoric said...

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.

mattlewis said...

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?

new topic     » goto parent     » topic index » view message » categorize

4. Re: wxEuphoria Library Build Problem

euphoric said...
mattlewis said...

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

new topic     » goto parent     » topic index » view message » categorize

5. Re: wxEuphoria Library Build Problem

mattlewis said...

...it's the libwxeu.dll/so that you need to rebuild.

Where are the instructions for doing that?

new topic     » goto parent     » topic index » view message » categorize

6. Re: wxEuphoria Library Build Problem

euphoric said...

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

new topic     » goto parent     » topic index » view message » categorize

7. Re: wxEuphoria Library Build Problem

ghaberek said...
euphoric said...

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! sad

I'm using Windows XP Pro.

new topic     » goto parent     » topic index » view message » categorize

8. Re: wxEuphoria Library Build Problem

euphoric said...

7-Zip reports an "Unsupported compression method" error for some of those files. I've never seen that error before! sad

I'm using Windows XP Pro.

Aw, hamburgers... getlost

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

new topic     » goto parent     » topic index » view message » categorize

9. Re: wxEuphoria Library Build Problem

mattlewis said...

...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.

new topic     » goto parent     » topic index » view message » categorize

10. Re: wxEuphoria Library Build Problem

euphoric said...
mattlewis said...

...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. smile

new topic     » goto parent     » topic index » view message » categorize

11. Re: wxEuphoria Library Build Problem

mattlewis said...

...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? sad

new topic     » goto parent     » topic index » view message » categorize

12. Re: wxEuphoria Library Build Problem

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? sad

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. getlost

-Greg

new topic     » goto parent     » topic index » view message » categorize

13. Re: wxEuphoria Library Build Problem

euphoric said...
mattlewis said...

...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? sad

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

new topic     » goto parent     » topic index » view message » categorize

14. Re: wxEuphoria Library Build Problem

mattlewis said...

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?

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu