enderdrag64
enderdrag64
> I'm guessing that you compiled judy yourself (using build.bat). Try this: Put judy.def from [judy.zip](https://github.com/M-HT/SR/files/15385505/judy.zip) into judy-1.0.5\src (where build.bat is located). Edit file build.bat and add parameter `/DEF:judy.def` to...
It looks like this: > Microsoft (R) COFF/PE Dumper Version 14.39.33523.0 > Copyright (C) Microsoft Corporation. All rights reserved. > > > Dump of file Judy.lib > > File Type:...
Ahh good catch. With `/exports` it looks the same as yours. I still get unresolved external symbols when trying to link with it though
> I'm not sure I can help you any further. I made a test program and it linked with judy.lib without any problems. May I ask what version of Visual...
> I'm not sure this project works with compilers other than gcc/clang. Then why is your SConstruct script built to use Visual Studio?
Okay so I switched to gcc inside msys2 and I tried building (gcc *.c -lJudy -ludis86) and I'm still getting undefined references involving Judy, even after rebuilding it from scratch...
I finally managed to build SR successfully! Using the official judy 1.05 release from SourceForge like I had been was a lost cause, but I found this fork over at...
Awesome thank you!