Replies: 1 comment
-
Update
So, go to the website: https://github.com/javacc/javacc download and follow the installation steps. Important |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have try to start a short list of tasks, that I did before I could start compiling doxygen under Windows 10/11 64-Bit Professional.
install mingw64 by downloading
install gcc, g++ per pacman -S
pacman -S mingw-w64-x86_64-{gcc,perl,make,python}
pacman -S mingw-w64-x86_64-python-pip
pacman -S mingw-w64-x86_64-cython
pacman -S mingw-w64-x86_64-python-numpy
pacman -S mingw-w64-x86_64-python-pandas
pacman -S mingw-w64-x86_64-python-matplotlib
pacman -S winpty
some steps need to be install other needed pacakages (dont ask me, I dont remeber - some like icon and icnn).
take a Eye on /C/ mingw is like a Unix Path System pedant.
3. Restart the shell
Lets create the lxml - a fresh Installation Copy of MingW64 and Python comes with no wheel that is need for the lxml Package.
There, you have to install the zlib Package.
If you would not waste Time, you make a Copy of /mingw64/lib/libz.dll.a as for libzlib.dll.a and libzlib.a.
This ensures, that the GCC Compiler can found the zlib Archive/Library.
Don't ask me why the wheel.exe is built correctly, because I was thinking there are other internal Symbol names for the used Function into the Archive structure.
The mouse speak: it is not funny, but it is so... :-)
now, it will be go a little bit tricky:
could be, that you have some tries and un-installing...
dont delete or re-move the same named generateDS.py file (in venv and /mingw64/bin)
but you will stuckle into conflicts when you have both files - the .py and .exe file, and the sheba file generateDS without any Extension.
because Python tries to call the .exe and can find the MZ magic header signature, and not a sheba or Python cache file signature.
These are different Formats !
now, create the Makefile via "cmake -G "Unix Makefiles .." in the build directory
at current time of this Posting, the "make" command produce error at Stage of 19 percent.

like I can see, it is a **javac" Error in handling Options and/or file name.
I will add informations, when I can fix the problem.
but now, you should have a core overview on what is needed and can be frustrated when you dont know what is needed.
I will not say that are all the informations, but it should be a hint page, not a manual.
Happy Coding
paule32
Beta Was this translation helpful? Give feedback.
All reactions