Patrícia Sousa

Results 11 comments of Patrícia Sousa

@wernerd can you please give me support on this issue. I'm trying to port this software to Android. Do you know if we can compile without the tivi client and...

@wernerd But assuming that I just want to compile the zrtptest to android do you have any ideia of the process? The Android application I can solve, what is missing...

Oh @KloolK this helps me so much!! Thanks!

Hi @KloolK , do you remember this issue? When you say : `# Build ABY as static library (building as shared library would require -fPIC when building miracl.a)` How can...

Hi, I already try to put the -fPIC in the gcc and g++ under the miracl script linux64 but without success in the compile of the shared library . I...

The error that I got was: ` /usr/bin/ld: ../src/abycore/ENCRYPTO_utils/miracl_lib/big.o: relocation R_X86_64_32S against '_ZNKSt5ctypeIcE8do_widenEc' can not be used when making a shared object; recompile with -fPIC `

Ok, so where I should put the ABYParty::Reset() ? Can you give me an example?

Ok. Thank you so much!!

I got the same problem with Reset. In millionaire's problem I put before delete party . Is this right?