isopen

Results 19 comments of isopen

wrap scroll content in ``

https://github.com/TelegramMessenger/telemint/commit/eddde788b4283aac02646ebd3faa04f216dc7cb0 https://github.com/TelegramMessenger/telemint/commit/7aa8c922e8767890cb3f0ca07be45e447bc9e82f

https://github.com/tdlib/td/issues/5

@levlam Maybe? ``` export async function instantiateAny(version, url, importObject) { console.log("instantiate"); try {

@arseny30 Function name looks like a duck. https://github.com/tdlib/td/blob/master/example/web/tdweb/src/wasm-utils.js#L6 @arseny30 It looks like a duck too. https://github.com/tdlib/td/blob/master/example/web/tdweb/src/wasm-utils.js#L10 @arseny30 There is a whole migration of ducks. https://github.com/tdlib/td/blob/master/example/web/tdweb/src/wasm-utils.js#L101 https://github.com/tdlib/td/blob/master/example/web/tdweb/src/wasm-utils.js#L117 @arseny30 This duck is...

Lion, I got to this meat. Which compilation flags will you recommend? (in files Android.mk, Application.mk) ``` ../android-sdk/ndk-bundle# ./ndk-build NDK_PROJECT_PATH=testproj ../android-sdk/ndk-bundle/build/core/setup-app.mk:81: Android NDK: Application targets deprecated ABI(s): mips64 armeabi mips...

Lion It seems to me that it remains to understand why one does not see in one namespace ../prog/android-sdk/ndk-bundle/testproj/jni/td/telegram/ClientJson.h:24: undefined reference to `td::Client::Client()' I can be mistaken, but if you...

Good. Yesterday I came to this. tdtl was successful I continue to dance with a tambourine

cmake(ndk) log ``` jnibuild# /home/user/prog/Android/Sdk/cmake/3.6.4111459/bin/cmake -DANDROID_ABI=armeabi-v7a -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/home/user/prog/Android/Sdk/ndk-bundle/build/cmake/android.toolchain.cmake -DANDROID_NATIVE_API_LEVEL=23 -DANDROID_TOOLCHAIN=gcc -DOPENSSL_INCLUDE_DIR=/home/user/prog/Android/Sdk/ndk-bundle/platforms/android-23/arch-arm/usr/lib/armeabi-v7a/ -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/home/user/proj/tdlib/td/jnibuild/ .. -- The CXX compiler identification is GNU 4.9.0 -- The C compiler identification is GNU 4.9.0 --...

@levlam Many thanks. Now there is no error. ``` jnibuild# /home/user/prog/android-sdk/cmake/3.6.4111459/bin/cmake -DANDROID_ABI=armeabi-v7a -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/home/user/prog/android-sdk/ndk-bundle/build/cmake/android.toolchain.cmake -DANDROID_NATIVE_API_LEVEL=23 -DANDROID_TOOLCHAIN=gcc -DOPENSSL_ROOT_DIR=/home/user/prog/android-sdk/ndk-bundle/platforms/android-23/arch-arm/usr/lib/armeabi-v7a/ -DOPENSSL_INCLUDE_DIR=/home/user/prog/android-sdk/ndk-bundle/platforms/android-23/arch-arm/usr/lib/include/ -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/home/user/proj/td/jnibuild/ -DANDROID=ON .. -- The CXX compiler identification is GNU 4.9.0 --...