Re: eudist.mak: No such file or directory
- Posted by Thomas Jan 06, 2013
- 1664 views
jimcbrown said...
Thomas said...
This command do not show any output on either msys or cmd. /g/bitbucket/openeuphoria/euphoria/mw32/eui -v
Hmm... can you provide the contents of config.gnu ?
Also, a copy of the entire build process, from when you entered the configure/make to when it returned back to prompt?
Yes i know it's the wrong path but watching Wealer dealers on Discovery an programming at the same time does not match
config.gnu
# File generated from configure
CONFIGURE_PARAMS=--build ../mw32 --eubin /g/euphoria/bin --prefix /g/euphoria
EUBIN=/g/euphoria/bin
PREFIX=/g/euphoria
EBSD=
EOPENBSD=
ENETBSD=
EOSX=
ELINUX=
EMINGW=1
EUPHORIA=1
MANAGED_MEM=1
ALIGN4=0
TRANSLATE=eui euc.ex
ETARGET=EWINDOWS
ARCH=ix86
MSIZE=-m32
EFLAG=-d E32
CC_SUFFIX=gcc
CC_PREFIX=
RC_SUFFIX=windres
SCP=scp -C
SSH=ssh -C
HG=hg
TRUNKDIR=g:/bitbucket/openeuphoria/euphoria
BUILDDIR=g:/bitbucket/openeuphoria/euphoria/mw32
CYPTRUNKDIR=g:/bitbucket/openeuphoria/euphoria
CYPBUILDDIR=g:/bitbucket/openeuphoria/euphoria/mw32
XLTTARGETCC=gcc
NO_CYGWIN=
VERSION=4.1.0
The script i use for building .
## buildscript for eu 4.0.*
cd /g/bitbucket/openeuphoria/euphoria/source
export EUDIR=
./configure --build ../mw32 --eubin /g/euphoria/bin --prefix /g/euphoria
make
/g/bitbucket/openeuphoria/euphoria/mw32/eui -v
--
After running make test i found something that make do not understand
from test-report.html
Interpreted test files failed unexpectedly.: 4
These were: t_datetime.e t_filesys.e t_locale.e t_map.e
canonical_path() #12 0.000000 {80,82,79,71,82,65,126,49} {80,114,111,103,114,97,109,32,70,105,108,101,115,32,40,120,56,54,41} << -- 1.
canonical_path() #13
1.
PROGRA~1
Program Files (x86)
In win 7 you are not allowed access on c drive ?

