1. Problem creating executables (rev 1189)

Hello Matt,

unfortunately I cannot create the binaries of rev 1189.

This is the end of the output in my console window:

fic.c): redefinition of _31string_to_int_ ignored
Warning! W1027: file .\intobj\scientific.obj(C:\EUPHORIA\SOURCE40\intobj\scienti
fic.c): redefinition of _31trim_bits_ ignored
Warning! W1027: file .\intobj\scientific.obj(C:\EUPHORIA\SOURCE40\intobj\scienti
fic.c): redefinition of _31scientific_to_float64_ ignored
Warning! W1027: file .\intobj\scientific.obj(C:\EUPHORIA\SOURCE40\intobj\scienti
fic.c): redefinition of _31scientific_to_atom_ ignored
Warning! W1027: file .\intobj\symtab_1.obj(C:\EUPHORIA\SOURCE40\intobj\symtab_1.
c): redefinition of _28pop_scope_ ignored
Warning! W1008: cannot open graph.lib : No such file or directory
Error! E2028: _6372 is an undefined reference
Error! E2028: _6401 is an undefined reference
file .\intobj\scientif.obj(C:\EUPHORIA\SOURCE40\intobj\scientif.c): undefined sy
mbol _6372
file .\intobj\scientif.obj(C:\EUPHORIA\SOURCE40\intobj\scientif.c): undefined sy
mbol _6401
Error(E42): Last command making (exw.exe) returned a bad status
Error(E02): Make execution terminated
Error(E42): Last command making (interpreter) returned a bad status
Error(E02): Make execution terminated
Error(E42): Last command making (winall) returned a bad status
Error(E02): Make execution terminated
Error(E42): Last command making (all) returned a bad status
Error(E02): Make execution terminated
Drücken Sie eine beliebige Taste . . .

If I try to run eu.ex with exwc of rev 1188 I get this result:

C:\EUPHORIA\SOURCE40>exwc
Euphoria Interpreter 4.0 (development) for 32-bit Windows.
SVN Revision 1188
Copyright (c) Rapid Deployment Software 2008
See http://www.RapidEuphoria.com/License.txt

file name to execute? eu.ex
eu.ex:2440
Errors resolving the following references:
.\execute.e (2429): symbol_in_include_path
.\execute.e (2440): is_direct_include

if is_direct_include( s, file ) then
------------------------------^

Press Enter

I suppose to build revision 1189 I need a newer execute.e?

Roland

new topic     » topic index » view message » categorize

2. Re: Problem creating executables (rev 1189)

RStowasser said...

Hello Matt,

unfortunately I cannot create the binaries of rev 1189.

This is the end of the output in my console window:

fic.c): redefinition of _31string_to_int_ ignored
Warning! W1027: file .\intobj\scientific.obj(C:\EUPHORIA\SOURCE40\intobj\scienti

Did you do a make clean first? Some files changed, and the build process detects dynamically which translated C files need to be included, so old, no longer needed files left over can confuse the process.

RStowasser said...

If I try to run eu.ex with exwc of rev 1188 I get this result:
...

Errors resolving the following references: 
        .\execute.e (2429): symbol_in_include_path 
        .\execute.e (2440): is_direct_include 
I suppose to build revision 1189 I need a newer execute.e?

Oops. Those functions went away (in favor of a much faster solution). I'll have to go back and update execute.e before it will work.

Matt

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

3. Re: Problem creating executables (rev 1189)

RStowasser said...

Hello Matt,

unfortunately I cannot create the binaries of rev 1189.

This is the end of the output in my console window:
(snip)

Building rev 1191 works very fine. Thank you.

Roland

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

Search



Quick Links

User menu

Not signed in.

Misc Menu