inline mglData(long xx=1,long yy=1,long zz=1) { a=0; Create(xx,yy,zz); }
with a message from Windows 7 saying: "Signal received: SIGSEGV (Segmentation fault)"
pressing the "Forward and continue" button on the debugger then just results in Windows stopping the executable file for this program.
Suggestions welcome, thank you,
Neil
--
You received this message because you are subscribed to the Google Groups "MathGL" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathgl+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Yes, you can.
--
You received this message because you are subscribed to the Google Groups "MathGL" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathgl+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
CMake Error at CMakeLists.txt:268 (message):
Couldn't find ZLib library.
Could NOT find ZLIB (missing: ZLIB_INCLUDE_DIR)
Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
CMake Error at CMakeLists.txt:281 (message):
Couldn't find PNG library.
__________________________________________________________________________________
I'm running MinGW and in these files there are some zlib files (namely zlib.pm and zlib.dll) whether these are the necessary ones, or whether Cmake just cannot find them i don't know. However, Cmake finds the gcc compiler ok.
Also i do have do not have libpng installed.
Could you suggest what i might go next to get MathGL binaries made up for my machine?
if i should install libpng and zlib, where should i install these to Cmake can find them?
Many thanks for you help,
Neil
(ps. i've downloaded and working with the latest MathGL source files, version: 2.2.2)
--
You received this message because you are subscribed to the Google Groups "MathGL" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathgl+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi _Neil_
I have compiled mathgl ok using msys2 and mingw64. Certainly you need to use cmake-gui and manually locate the needed libraries. First, I had to compile zlib, libpng, libhpdf and gsl. It took me a while to understand it, since i am not an expert on it. At the end ot proved not that difficult. I will be happy to share with you or any other user interested my compiled version for windows 64. I am not sure if it will work for you or anyone else, though.
Hi Alexey,
Thanks for all this great effort in making available mathgl. I am a fan of your library. I am now fighting to compile it with gsl_option on. There is a concurrent message that gsl\gsl_vector.h is not found. Not sure why, but in any case if that switch is off, all compiles ok.
I will try to make the time to put a simple instruction to compile mathgl in windows 64 using mingw64 and msys64.
--
Hi Alexey and _Neil_Attached is a pdf with screenshots of CMAKE configured for mathgl and mingw64.
For your use - in case there is any - I also have a XZ file with mathgl library for windows 64. I have added all required libraries (e.g. zlib, libpnd, libhpdf) to make it work (I think!). I tried to send it before, but I do not think it went ok - the size is about 5.66 MB. If you need it, pls let me know.