Gator96100 / ProxSpace

Proxmark III develoment environment for Windows
269 stars 70 forks source link

jansson-devel #13

Closed merlokk closed 5 years ago

merlokk commented 5 years ago

Hi

I need for compile jansson-devel but i dont see it in mingw(

I need to manually import .h files to project?

merlokk commented 5 years ago

strange... https://github.com/Alexpux/MSYS2-packages/blob/master/jansson/PKGBUILD#L70

merlokk commented 5 years ago

this works

pm3 /pm3i/client$ pacman -Ss jansson-devel
msys/jansson-devel 2.11-1 (development)
merlokk commented 5 years ago

pacman -S jansson-devel installed

pm3 /pm3i/client$ pacman -Ss jansson
mingw32/mingw-w64-i686-jansson 2.11-1
    A C library for encoding, decoding and manipulating JSON data (mingw-w64)
mingw64/mingw-w64-x86_64-jansson 2.11-1
    A C library for encoding, decoding and manipulating JSON data (mingw-w64)
msys/jansson 2.11-1 (libraries) [installed]
    C library for encoding, decoding and manipulating JSON data (runtime)
msys/jansson-devel 2.11-1 (development) [installed]
    jansson headers and libraries

needs to add to proxspace

Gator96100 commented 5 years ago

The package mingw-w64-x86_64-jansson/mingw-w64-i686-jansson is already installed with the latest ProxSpace environment. As far as I know jansson-devel is only for msys and would have no effect on ProxSpace as ProxSpace uses the mingw packages. What feature does require jansson and did you test it with the latest ProxSpace environment?

merlokk commented 5 years ago

i have to add jansson source to proxmark( because i need path library that links with jansson only that way(