1. can't build 1216+
- Posted by rkdavis Oct 24, 2008
- 984 views
is anyone else having problems building 1216 and 1217? i went from 1189 building until i hit where it errored on the build and the last build i can successfully build is 1215 after that building 1216 using 1215 i get this error.
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. ..\bin\exwc.exe revget.ex cd .\intobj del *.c Could Not Find C:\EU40\source\intobj\*.c ..\bin\exwc.exe -i ..\..\include ..\ec.ex -i ..\..\include ..\int.ex ..\compile.e:2196 Syntax error - expected to see an expression, not this ... integer var_type = GType( Code[pc+1] ) ^ Press Enter Error(E42): Last command making (.\intobj\main-.c) 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 C:\EU40\source>
2. Re: can't build 1216+
- Posted by euphoric (admin) Oct 24, 2008
- 975 views
is anyone else having problems building 1216 and 1217? i went from 1189 building until i hit where it errored on the build and the last build i can successfully build is 1215 after that building 1216 using 1215 i get this error.
I ran into this myself and just downloaded a binary from one of the EuBins sites. I have no links available but I'm sure somebody will pipe up with them.
3. Re: can't build 1216+
- Posted by euphoric (admin) Oct 24, 2008
- 1011 views
is anyone else having problems building 1216 and 1217? i went from 1189 building until i hit where it errored on the build and the last build i can successfully build is 1215 after that building 1216 using 1215 i get this error.
I ran into this myself and just downloaded a binary from one of the EuBins sites. I have no links available but I'm sure somebody will pipe up with them.
Found it! http://euphoria.blogdns.com/
4. Re: can't build 1216+
- Posted by rkdavis Oct 24, 2008
- 965 views
nevermind i seem to have solved it.
it was a nutcase at the keyboard error.
i forgot to copy the built binaries to my bin directory thus i was repeadidly trying to build with 1189 rather than the latest built version doh!
5. Re: can't build 1216+
- Posted by mattlewis (admin) Oct 24, 2008
- 907 views
is anyone else having problems building 1216 and 1217? i went from 1189 building until i hit where it errored on the build and the last build i can successfully build is 1215 after that building 1216 using 1215 i get this error.
..\compile.e:2196 Syntax error - expected to see an expression, not this ... integer var_type = GType( Code[pc+1] ) ^
Yes, there were some changes that made this sort of statement fail (assign from a function on initialization). As you (and others) have discovered, the easiest solution is to simply get a eubin binary to get up to date (where this bug is fixed).
Matt
6. Re: can't build 1216+
- Posted by rkdavis Oct 24, 2008
- 936 views
i actually couldn't get to the eubin website for some reason. i doubt the webite is down but my isp (roadrunner) wouldn't let me get there so I just used 1189 to build 1212 copied the exe's to the bin dir then built 1215 using 1212 and then finally built 1217 using 1215.
this will teach me to take a 5 year hiatus from Euphoria :)