Closed GoogleCodeExporter closed 9 years ago
there is another potential error - please check it out. If I enter the
android-projects folder, and, say, accidentally do the make PROJECT=tinyDAV all
command in order to rebuild the tinyDAV library (notice I forgot the BT=static
switch), then the module appears as libtinyDAV.so in the output folder. Now, if
I call the buildAll script it builds all the libtiny*.a libraries, but it seems
as due to current script configuration, my .so library will be included in the
tinyWRAP release instead of the .a one. And any try to use the libtinyWRAP.so
solely will cause the UnsatisfiedLinkError. I cannot be 100% sure on that one,
it needs confirmation from others, but it seems like what I've seen today until
I wiped out the whole output directory. Maybe this needs to be done
automatically.
Original comment by volkov.r...@gmail.com
on 2 Sep 2010 at 11:19
Original comment by boss...@yahoo.fr
on 2 Sep 2010 at 7:41
Original comment by boss...@yahoo.fr
on 5 Oct 2010 at 5:00
Original issue reported on code.google.com by
volkov.r...@gmail.com
on 2 Sep 2010 at 8:51Attachments: