You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I followed the linux install instructions and they worked perfectly until the last make command. I get:
:~/projects/e/src$ make DEBUG=1
[LD] e.debug
/usr/bin/ld: skipping incompatible ../ecore/libecored.so when searching for -lecored
/usr/bin/ld: cannot find -lecored
I tried to find libecored and install it, but I was unsuccessful. I looks like it might be in some Enlightenment repositories, but I had no success there either...
The text was updated successfully, but these errors were encountered:
Your C++ compiler is probably a 64-bit one, which is currently not supported for E. Not really sure what should you do, but both external libraries and E sources must be compiled with 32-bit cross-compiler and cross-toolchain (for E you can modify Makefile to use correct versions, for externals have no idea)
It would also be nice to have a 64-bit version of libecored.so around. Putting them both in the ld search path would let ld pick the one that is compatible with the used GCC. I know some other people who gave up on building E because they ran on 64bit systems.
Does libcored.so currently build on 64-bit systems?
Hi, I followed the linux install instructions and they worked perfectly until the last make command. I get:
:~/projects/e/src$ make DEBUG=1
[LD] e.debug
/usr/bin/ld: skipping incompatible ../ecore/libecored.so when searching for -lecored
/usr/bin/ld: cannot find -lecored
I tried to find libecored and install it, but I was unsuccessful. I looks like it might be in some Enlightenment repositories, but I had no success there either...
The text was updated successfully, but these errors were encountered: