Closed Rock999Cogar closed 6 years ago
If you were going to build a binary of MadEdit-Mod, you have to install wxWidgets-dev or compile the wxWdigets 3.1 from source code, which is recommended and pretty simple.
a) binary only ./configure --with-boost=${HOME}/boost_1_65_0 --with-wxdir=${HOME}/wxWidgets-3.1.0 make b) rpm cd ./package/rpm and run sh ./makerpm.sh
Boost and wxWidgets are must but don't need to build any boost libs
Any error message, post it here.
For the boost_python stuff, don't worry. I've embedded it in MadEdit-Mod package. Don't need to build any boost code.
BTW, you should use 0.4.11 which fixed bugs found in 0.4.10
Hi, 0.4.11 sound good, but I could not find the source code for 0.4.11 at
(https://sourceforge.net/projects/madedit-mod/files/0.4.11/)
(latest source on sourceforge is 0.4.10)
Is there another link ?
ThanksRock.
On Wednesday, January 17, 2018, 2:29:05 AM MST, Minggang Li <notifications@github.com> wrote:
For the boost_python stuff, don't worry. I've embedded it in MadEdit-Mod package. Don't need to build any boost code.
BTW, you should use 0.4.11 which fixed bugs found in 0.4.10
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Thanks! On Wednesday, January 17, 2018, 5:20:50 PM MST, Minggang Li notifications@github.com wrote:
https://github.com/LiMinggang/madedit-mod/releases
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Please provide the following information
Madedit-Mod version (or branch): MadEdit-Mod 0.4.10.tar.gz
platform/architecture: Intel i5 (64 bit) CPU running 64 bit CentOS Linux 7 (same as Red Hat 7 and Oracle Linux 7) compiler and compiler version: (using gcc)
please describe what symptom you see, what you would expect to see instead and how to reproduce it.
Trying to build madedit-mod on CentOS 7 Linux, which is quite old in regards to the c++ runtime libraries compared to current Linux such as Fedora 27, OpenSUSE 42.3 and Debian 9 that I usually use. To run a madedit executable from a modern Linux on CentOS 7, looks like this:
madedit /home/Rcogar/bin/madedit-mod/madedit: /lib64/libstdc++.so.6: version
GLIBCXX_3.4.20' not found (required by /home/Rcogar/bin/madedit-mod/madedit) /home/Rcogar/bin/madedit-mod/madedit: /lib64/libstdc++.so.6: version
GLIBCXX_3.4.21' not found (required by /home/Rcogar/bin/madedit-mod/madedit)So I need to compile it on CentOS 7. It's quite a challenge.
I am using
https://sourceforge.net/p/madedit-mod/wiki/How%20to%20compile%20MadEdit-Mod%20under%20Linux/
and there is not enough detail to get past this:
checking for wxWidgets version >= 2.8.0 (--static)... no configure: error: The requested wxWidgets build couldn't be found.
and that is after successfully doing a static build of wxWidgets 3.1.0.
I have also learned that Static build of boost_python is yet another challenge
and finally, when I can (almost never) get past boost and wxwidgets, I get compile errors due to location of header file unordered_map.hpp.
I cannot get past that.
Thanks!