maku
05/26/2017, 12:45 PMmaku
05/26/2017, 1:38 PM-nomain
parameter to konanc
but it still expects a library to provide main
functionsksk
05/29/2017, 7:33 PMsksk
06/01/2017, 1:40 PMhttp://i.imgur.com/pP4WPrW.png▾
orangy
06/01/2017, 8:46 PMprintln("${when(…) {…}}")
😄marcinmoskala
06/01/2017, 9:30 PMolonho
06/02/2017, 10:54 AMbadlogic
06/05/2017, 10:46 AMlouiscad
06/07/2017, 12:32 PMcaffeine
06/09/2017, 10:15 PMnish
06/09/2017, 11:38 PMnapperley
06/10/2017, 5:42 AMdsgryazin
06/10/2017, 7:25 AMorangy
06/10/2017, 9:33 AMtunedal
06/11/2017, 12:06 PMnativelib-build\natives\cstubs.c:2220:21: error: always_inline function '_cvtsh_ss' requires target feature 'sse4.1', but would be inlined into function 'win32_kni__cvtsh_ss' that is compiled without support for 'sse4.1'
return (float) (_cvtsh_ss((unsigned short)__a));
...meaning that Kotlin/Native on Windows requires SSE 4.1? It's apparently not supported on AMD processors made before 2011, like mine: http://www.cpu-world.com/Glossary/S/SSE4.1.htmlcaffeine
06/12/2017, 7:31 PMspierce7
06/13/2017, 7:11 PMgimlet
06/15/2017, 10:33 PMsemoro
06/16/2017, 12:31 PMhttps://kotlinlang.slack.com/files/semoro/F5U9VD4BT/screenshot_20170616_152843.png▾
lucasas
06/19/2017, 9:18 PMaoriani
06/20/2017, 12:17 AMsksk
06/21/2017, 11:48 AMolonho
06/22/2017, 1:36 PMrusshwolf
06/23/2017, 1:39 AMzeljko
06/23/2017, 7:49 AMkyle
06/23/2017, 1:58 PMCaused by: java.io.IOException: Cannot run program "/Users/kfowler/Development/Kotlin/kotlin-native/dist/dependencies/clang-llvm-3.9.0-darwin-macos/bin/clang++" (in directory "/Users/kfowler/Development/Kotlin/kotlin-native/common/build/macbook/hash"): error=2, No such file or directory
at net.rubygrapefruit.platform.internal.DefaultProcessLauncher.start(DefaultProcessLauncher.java:25)
... 4 more
Caused by: java.io.IOException: error=2, No such file or directory
... 5 more
redrield
06/24/2017, 1:52 AMnish
06/24/2017, 3:50 AMbmsantos
06/25/2017, 1:12 AMfabianterhorst
06/25/2017, 2:36 PMfabianterhorst
06/25/2017, 2:36 PMolonho
06/25/2017, 2:50 PM