1. first attempt at svn build: problems

Hi, My first attempt at svn checkout and build of latest Eu40 (3025)
I'm following directions from http://openeuphoria.org/wiki/euwiki.cgi?diff=Compiling40&3
and I get this:

C:\euphoria\svn\EU40\source>wmake -f makefile.wat
Open Watcom Make Version 1.8
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.
----- ALL ------
wmake -h interpreter DEBUG= MANAGED_MEM=1 CONFIG=config.wat
wmake -h C:\euphoria\svn\EU40\source\build\intobj\main-.c EX=C:\euphoria\svn\EU4
0\bin\eui.exe EU_TARGET=int. OBJDIR=intobj DEBUG= MANAGED_MEM=1 CONFIG=config.wa
t DEBUG= MANAGED_MEM=1
del /Q C:\euphoria\svn\EU40\source\build\intobj\back\*.*
del /Q C:\euphoria\svn\EU40\source\build\intobj\*.*
del /Q C:\euphoria\svn\EU40\source\main-.h
Could Not Find C:\euphoria\svn\EU40\source\main-.h
del /Q C:\euphoria\svn\EU40\source\init-.c
Could Not Find C:\euphoria\svn\EU40\source\init-.c
del /Q C:\euphoria\svn\EU40\source\main-.c
Could Not Find C:\euphoria\svn\EU40\source\main-.c
cd C:\euphoria\svn\EU40\source\build\intobj
C:\euphoria\svn\EU40\bin\eui.exe -i C:\euphoria\svn\EU40\include C:\euphoria\sv
n\EU40\source\ec.ex -nobuild -wat -plat WIN -D EU_MANAGED_MEM -i C:\euphoria
\ svn\EU40\include C:\euphoria\svn\EU40\source\int.ex
C:\euphoria\svn\EU40\include\std\unicode.e:80
<0067>:: end of line reached with no closing "
constant utf8_seqlen = x"

Is this a simple bug..? I tried replacing the x" with x' (and the closing quote at then end too) but the compiler crashes.

Regards Alan

new topic     » topic index » view message » categorize

2. Re: first attempt at svn build: problems

alanjohnoxley said...

Hi,
My first attempt at svn checkout and build of latest Eu40 (3025) I'm following directions from http://openeuphoria.org/wiki/euwiki.cgi?diff=Compiling40&3 and I get this: ...

There is a step missing from those instructions. You need to get a recent binary edition of Euphoria 4. You can get this from http://jeremy.cowgar.com/eubins/

Euphoria 4 source cannot be built from Eu3 or older version 4 editions because the current source contains things that are only in the current Eu4 syntax.

Download the most recent binary archive that is relevant for your system, Windows in your case, and extract the files to your Euphoria 4 binary directory.

Once you have that done and you ensure that the Euphoria 4 directory is in your PATH rather than Euphoria 3, you can use the 'wmake' command to build from the source files. From then on, if you want to keep up to date, you will need to SVN update the source files regularly and build after each update.

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

3. Re: first attempt at svn build: problems

"No worries" ;)
You were right, its working now:

C:\euphoria\svn\EU40\bin>eui
Euphoria Interpreter 4.0.0 development (r3025) for Windows
Using Managed Memory

Thanks Derek!

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

Search



Quick Links

User menu

Not signed in.

Misc Menu