Wouter1

Results 312 comments of Wouter1

I just saw a related issue https://github.com/javaparser/javaparser/issues/2391 Here I see this >Maybe we should improve this method to ignore implicit imported packages like "java.lang" ? This seems important to look...

Same problem here, OSX mavericks 10.9.4. Downloaded your latest version 6c8531151dee59db222986e19643a574bdc1cefa. I am following the 'Building' instructions as on https://github.com/trygvis/javax-usb-libusb1 > To build the main software a mvn install will...

Tried some more. My guess is that the C code has to be built first. building the c/ directory 'make all' jus tgives me errors > make all > >...

It seems something is missing on the sonartype repository. Check https://oss.sonatype.org/content/repositories/snapshots/io/trygvis/ You can see that there is no USB directory there.

I also tried to compile libusb myself. But it seems broken, it does not even build. I filed a bug report there.

After a full day of messing with libusb and javax-usb-libusb1 I finally got it all compiling and running. I will report all the fixes that I did, I suppose these...

What I think is happening is * you free the RotatedRect when it goes out of scope (which is the main loop) * The gc() call then frees the memory...

>If RotatedRect isn't making a copy of Point2f, that's not a problem with JavaCPP. @saudet I'm not sure what you are meaning there. A perfectly normal java program that either...

This issue has been open for 7 years now.... Maybe I can suggest a few things and request the urgence to be raised. My use case: I'm transforming the java...

This is with ``` org.bytedeco javacv-platform 1.5.8 ```