Tobias Kortkamp

Results 9 comments of Tobias Kortkamp

Yeah, the suggested wireless networking setup is not ideal. I'm open to suggestions.

`sbwait`: ``` The sbwait wchan is present when a thread has invoked the in-kernel sbwait() function to wait for a socket event. It's used in a number of situations, but...

Ok, I guess you hit the maxfiles limit in OpenBSD. It's probably set to something smaller than in FreeBSD. Is there a way to increase maxfiles? On FreeBSD I can...

Fixed it by patching libinotify (see ref. pull request). We'll see if this is ok.

Yes, that works for me. A fast grep of the IntelliJ code reveals several such checks: https://gist.github.com/t6/282bf1f627fdc28bf190 Do you think one of them is the reason it doesn't work on...

Nope. It fails with ``` Error:Kotlin: [Internal Error] java.rmi.ServerError: Error occurred in server thread; nested exception is: java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no jansi64-1.0.0 in java.library.path, no jansi-1.0.0 in...

I've created https://github.com/idea4bsd/kotlin-patch which patches `kotlin-compiler.jar` to not depend on jansi (copy the result `target/kotlin-compiler.jar` over `build/kotlinc/lib/kotlin-compiler.jar` in IDEA's source tree if you build with ant or the bundled Kotlin...

FYI with JavaFX available I'm able to build my own IDEA releases.

Are you using the port `java/intellij-fsnotifier` or do you compile it yourself? If compiling it yourself do you use the libinotify fixes from @wulf7 (see linked issue)? The ports tree...