-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use this tool #17
Comments
Thank you for filing this bug request. Let's first start with the first problem in the cpp file. Nothing will work if the prerequisites are not not. I've checked online and the following should be included to have #include <cstring> Can you add this line to
|
Ok, in #include <stdio.h>
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <vector>
#include <cstring>
#include "png.h" /* original (unpatched) libpng is ok */
#include "zlib.h"
#include "json/writer.h" Now the log:
P.S. May be if you wan't faster responces you may meet me in Discord and write instructions in realtime instead of waitng respose here. If so, then join here and PM me (I have same nickname). |
Discussed with OP in discord. The following generated linker command generates all the errors and does not include anything to link jsonpp or libpng. The Linux equivalent does.
Some command line parameters have been tried ( |
The last param is a response file. It might have contained the linker commands. |
For first I tried to install all dependencies (on Windows). I already have python version 3.6, already have cmake and webp lib.
So I install msys, add to path, from msys console install all dependencies (pacman commands) + what you wrote to fix dynamic link bug.
But on mingw make command I stucked:
I don't have idea how can I fix it, but anyway I try to continue and install python package and package installed normally:
But when I try run any commands include simple
-h
, I get an error:And similar will be if I try to run test on it:
So, does I do something wrong? Or it not issue with me? And how can I fix that?
The text was updated successfully, but these errors were encountered: