Closed Firefds closed 6 years ago
Hello, did you installed all the dependencies in mingw64? leviar-cli (the code to put in monero dir) will be published today on the respective repository
I reinstalled the dependencies i mingw64.
Now i'm getting this errors after the ./build.sh
command:
Building release ~/leviarcoin-gui-wallet ~/leviarcoin-gui-wallet ~/leviarcoin-gui-wallet ~/leviarcoin-gui-wallet ': not a valid identifierline 88: export:
dashless
': not a valid identifierline 88: export: `dashless
fatal: cannot change to '/home/Shauli/leviarcoin-gui-wallet/monero': Not a directory
fatal: cannot change to '/home/Shauli/leviarcoin-gui-wallet/monero': Not a directory
You are currently on commit 6a15368
The most recent tag was at 6a15368
You are building a tagged release
fatal: No annotated tags can describe '6a15368ed517f899a4656f56390147458439a3eb'.
However, there were unannotated tags: try --tags.
fatal: cannot change to '/home/Shauli/leviarcoin-gui-wallet/monero': Not a directory
fatal: cannot change to '/home/Shauli/leviarcoin-gui-wallet/monero': Not a directory
fatal: cannot change to '/home/Shauli/leviarcoin-gui-wallet/monero': Not a directory
fatal: cannot change to '/home/Shauli/leviarcoin-gui-wallet/monero': Not a directory
fatal: cannot change to '/home/Shauli/leviarcoin-gui-wallet/monero': Not a directory
fatal: cannot change to '/home/Shauli/leviarcoin-gui-wallet/monero': Not a directory
fatal: cannot change to '/home/Shauli/leviarcoin-gui-wallet/monero': Not a directory
fatal: cannot change to '/home/Shauli/leviarcoin-gui-wallet/monero': Not a directory
fatal: cannot change to '/home/Shauli/leviarcoin-gui-wallet/monero': Not a directory
libwallet_merged.a not found - Building libwallet
./get_libwallet_api.sh: line 82: /home/Shauli/leviarcoin-gui-wallet/monero/version.sh: Not a directory
Building libwallet release
cleaning up existing monero build dir, libs and includes
mkdir: cannot create directory ‘/home/Shauli/leviarcoin-gui-wallet/monero’: Not a directory
./get_libwallet_api.sh: line 129: pushd: /home/Shauli/leviarcoin-gui-wallet/monero/build/release: Not a directory
Configuring build for MINGW64..
CMake Error: The source directory "D:/msys64/home" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
./get_libwallet_api.sh: line 215: pushd: /home/Shauli/leviarcoin-gui-wallet/monero/build/release/src/wallet: Not a directory
make: Entering directory '/home'
make: No rule to make target 'version'. Stop.
make: Leaving directory '/home'
make: No targets specified and no makefile found. Stop.
make: No rule to make target 'install'. Stop.
~/leviarcoin-gui-wallet
./get_libwallet_api.sh: line 224: pushd: /home/Shauli/leviarcoin-gui-wallet/monero/build/release/src/daemon: Not a directory
make: No targets specified and no makefile found. Stop.
make: No rule to make target 'install'. Stop.
./get_libwallet_api.sh: line 227: popd: directory stack empty
make: /home/Shauli/leviarcoin-gui-wallet/monero/build/release/contrib/epee: Not a directory. Stop.
make: /home/Shauli/leviarcoin-gui-wallet/monero/build/release/external/easylogging++: Not a directory. Stop.
make: /home/Shauli/leviarcoin-gui-wallet/monero/build/release/external/db_drivers/liblmdb: Not a directory. Stop.
Installing libunbound...
./get_libwallet_api.sh: line 241: pushd: /home/Shauli/leviarcoin-gui-wallet/monero/build/release/external/unbound: Not a directory
make: *** No rule to make target 'install'. Stop.
./get_libwallet_api.sh: line 245: popd: directory stack empty
./get_libwallet_api.sh: line 248: popd: directory stack empty
make: Entering directory '/home/Shauli/leviarcoin-gui-wallet/src/zxcvbn-c'
g++ -I. -std=c++11 -O2 -Wall -Wextra \
-o dictgen dict-generate.cpp
dict-generate.cpp: In function 'void CreateArrays(NodeSPtr, StringIntSet_t&, StringOfInts&, Uint64Vect&, UintVect&)':
dict-generate.cpp:887:43: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'std::__cxx11::basic_string
^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated. make[1]: [Makefile.Release:2573: release/main.o] Error 1 make[1]: Waiting for unfinished jobs.... make[1]: Leaving directory '/home/Shauli/leviarcoin-gui-wallet/build' make: *** [Makefile:36: release] Error 2 `
You need to clone cli git repo in subdirectory 'monero' the build script will compile the needed code from cli sources then the gui.
I Followed the readme step by step for building under windows. When I perform this step:
./build.sh
I get the following errors: