electroneum / electroneum-blockchain-explorer

BSD 3-Clause "New" or "Revised" License
32 stars 35 forks source link

unable to build due to missing header file #2

Closed cambazz closed 6 years ago

cambazz commented 6 years ago

Hello, I tried to compile the blockchain-explorer but I failed due to:

`/ ETN/electroneum-blockchain-explorer/src/monero_headers.h:19:37: fatal error: release/version/version.h: No such file or directory

While building CXX object src/CMakeFiles/myxrm.dir/MicroCore.cpp.o

I previously compiled electroneumd from source and installed all the dependencies.

Is there a build procedure for this? I used mkdir build; cd build; cmake ..; make and used build produres described in electroneumd, but failed.

Any ideas/help greatly appreciated,

~C

hugoboosh commented 6 years ago

Check your path. It seems like you have a ' at the beginning. Also, do you have a directory called ETN right at root or were you working off of relative path?

hugoboosh commented 6 years ago

I haven't messed with this project yet so don't take my comment as if I know fr9m experience, just guessing based on your post.

Alia-morsi commented 6 years ago

I'm facing the same issue. How has this been resolved? i've compiled electroneum itself successfully, but cannot compile the blockchain explorer. I'm on osx 10.11.6. Update: I was able to resolve it by updating CMakeLists.txt to include the directories with the files referred to.. Although the build failed for other reasons..