Ok, no problem. Good luck!
Translation on russian language
O_o... That's interesting... OK, I resend your answer to authors of our Linux distro. So, thank you for answering and Good Luck for you!
I found the reason of trouble! In the Makefile, line 23, list of libs # general things needed by Eureka CXXFLAGS += $(CXX_DIALECT) LIBS += -lz -lm the -lX11 library was missed. I add them, and binary compiled succesfully! And one more thing... In Makefile for Mageia's RPM package this trouble is fixed. Proof - in attachement
I found the reason of trouble! In the Makefile, line 23, list of libs # general things needed by Eureka CXXFLAGS += $(CXX_DIALECT) LIBS += -lz -lm the -lX11 library was missed. I add them, and binary compiled succesfully!
Please post the full output from the "make" command. Log in attachement
Please post the full output from the "make" command. Log in attachement
Hi, It's me again. When I'm trying to compile Eureka, the procces was finished with message: /usr/bin/ld: obj_linux/ui_window.o: undefined reference to symbol 'XInternAtom' /usr/lib64/libX11.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make: *** [eureka] Error 1 All dependencies is already installed.