Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - duzzell

#1
Programmer error. I was running the java command in a windows command window rather than the msys64 terminal. Once I switched everything went fine.

Thank you for your help and your time.

#2
I followed the instructions exactly. When I had to choose a directory for Enigma I was unable to change to a directory outside of C:\msys64. The msys64 terminal seems to have defined that directory as its root. So, wanting to stick with the instructions, I just made a directory where I was and did the installation.

I too have the 1 year free version of Delphi installed. I renamed Delphi's make.exe and copied msys64's make.exe to the Delphi directory. I got the same compile error when I tried to run the jar file, so I agree that there's a bigger problem with my path.

I will repeat the installation, verrrrry carefully, and see what happens.

Thanks
#3
I've installed 64-bit Enigma on windows 10 using 64-bit java. I get the following error when I start the lateral ide. I noticed that the error is generate by Embarcadero's make utility and I wonder it this is the problem.

Thanks

C:\msys64\enigma\enigma-dev>java -jar lateralgm.jar
Java Version: 10800 (1.8.0_201)
Loading lib files in C:\msys64\enigma\enigma-dev\lateralgm.jar
01_move.lgl 02_main1.lgl 03_main2.lgl 04_control.lgl
05_score.lgl 06_extra.lgl 07_draw.lgl
Calling `make eTCpath="null"`
> MAKE Version 5.41  Copyright (c) 1987, 2014 Embarcadero Technologies, Inc.
> Error makefile 37: Command syntax error
> Error makefile 39: Command syntax error
> Error makefile 41: Command syntax error
> Error makefile 56: Colon expected
> *** 4 errors during make ***
1
Process terminated
Thread-5:
java.lang.UnsatisfiedLinkError: Unable to load library 'compileEGMf': Native library (win32-x86-64/compileEGMf.dll) not found in resource path ([file:/C:/msys64/enigma/enigma-dev/plugins/enigma.jar])
        at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:271)
        at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:398)
        at com.sun.jna.Library$Handler.<init>(Library.java:147)
        at com.sun.jna.Native.loadLibrary(Native.java:412)
        at com.sun.jna.Native.loadLibrary(Native.java:391)
        at org.enigma.EnigmaRunner.attemptLib(EnigmaRunner.java:248)
        at org.enigma.EnigmaRunner.access$1(EnigmaRunner.java:241)
        at org.enigma.EnigmaRunner$3.run(EnigmaRunner.java:179)
java.lang.UnsatisfiedLinkError: Unable to load library 'compileEGMf': Native library (win32-x86-64/compileEGMf.dll) not found in resource path ([file:/C:/msys64/enigma/enigma-dev/plugins/enigma.jar])
        at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:271)
        at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:398)
        at com.sun.jna.Library$Handler.<init>(Library.java:147)
        at com.sun.jna.Native.loadLibrary(Native.java:412)
        at com.sun.jna.Native.loadLibrary(Native.java:391)
        at org.enigma.EnigmaRunner.attemptLib(EnigmaRunner.java:248)
        at org.enigma.EnigmaRunner.access$1(EnigmaRunner.java:241)
        at org.enigma.EnigmaRunner$3.run(EnigmaRunner.java:179)