Giter Club home page Giter Club logo

jvm-toxcore-c's Issues

toxcore version information

is there a function to get the used toxcore version info? or if not a release then the commit hash of toxcore?
would be useful for highlevel to display this info in "about" pages and crash reports

same goes for jvm-toxcore version used

list of dependencies to use jvm-toxcore-c

with android studio i used it and compiled antox. it compiles without error.
but on runtime crashes with class not found.
seems it needs some specific dependencies installed (with specific version), but you can not see it anywhere.

is there a list what libs are needed as dependencies for jvm-toxcore-c?

Usage example / documentation

Hi !

First thank you for the project, i have troubles making a working application using Tox4J, where i can find documentation ? An "EchoBot" example would be perfect ! :)

Thank you.

Error: key can't be empty

I wonder use the tox in my own written chat. Firstly, I use maven but it can't find any resources. Then I come here and git clone the whole repository. I wonder how to add it in my project. I try to build it on my PC, but it seems failed.

I use the command

sbt -D java.security.manager compile

The result is as the following. I don't know what the error and why this error happend.

java.lang.IllegalArgumentException: key can't be empty
        at java.base/java.lang.System.checkKey(System.java:1098)
        at java.base/java.lang.System.setProperty(System.java:1041)
        at scala.sys.SystemProperties.$anonfun$addOne$1(SystemProperties.scala:53)
        at scala.sys.SystemProperties.wrapAccess(SystemProperties.scala:56)
        at scala.sys.SystemProperties.addOne(SystemProperties.scala:53)
        at scala.sys.SystemProperties.addOne(SystemProperties.scala:30)
        at scala.collection.mutable.Growable.$plus$eq(Growable.scala:36)
        at scala.collection.mutable.Growable.$plus$eq$(Growable.scala:36)
        at scala.collection.mutable.AbstractMap.$plus$eq(Map.scala:265)
        at xsbt.boot.Configuration$.setProperty(Configuration.scala:52)
        at xsbt.boot.Configuration$.find(Configuration.scala:39)
        at xsbt.boot.Launch$.apply(Launch.scala:30)
        at xsbt.boot.Launch$.apply(Launch.scala:21)
        at xsbt.boot.Boot$.runImpl(Boot.scala:78)
        at xsbt.boot.Boot$.run(Boot.scala:73)
        at xsbt.boot.Boot$.main(Boot.scala:21)
        at xsbt.boot.Boot.main(Boot.scala)
[error] [launcher] error during sbt launcher: java.lang.IllegalArgumentException: key can't be empty

missing dependency: protobuf 3.5.0.1

Tired to run scripts/build-aarch64-linux-android (v0.2.0) and encountered this error:

git clone --depth=1 --branch=3.5.0.1 https://github.com/google/protobuf build/srclib/jvm-toxcore-c/_git/protobuf
Cloning into 'build/srclib/jvm-toxcore-c/_git/protobuf'...
warning: Could not find remote branch 3.5.0.1 to clone.
fatal: Remote branch 3.5.0.1 not found in upstream origin

jni tools to generate xxx.h

i am reading the code of jvm-toxcore-c, but i donot know how to get the folder named "generated", this folder contains the XXX.h file created by javah.

1
is there any tools to got them ?
"jvm-toxcore-c\cpp\src\ToxAv\generated"
"jvm-toxcore-c\cpp\src\ToxCore\generated"

2 i am so confused about this file "jvm-toxcore-c\cpp\src\ToxAv\generated\natives.h"
JAVA_METHOD_REF (toxavAnswer)
CXX_FUNCTION_REF (toxav_answer)

could you explain them for me or give me some reference?
thanks!

failed to build i686-linux-android

following is the log hope for you help...thanks
/home/ubuntu/toxapp/jvm-toxcore-c/_build/i686-linux-android/protobuf/src/.libs/libprotobuf.a(arena.o):/home/ubuntu/toxapp/jvm-toxcore-c/_git/protobuf/src/google/protobuf/arena.cc:function google::protobuf::internal::ArenaImpl::Init(): error: undefined reference to '__atomic_fetch_add_8'

clang38++: error: linker command failed with exit code 1 (use -v to see invocation)

make[3]: *** [protoc] Error 1

make[3]: Leaving directory `/home/ubuntu/toxapp/jvm-toxcore-c/_build/i686-linux-android/protobuf/src'

make[2]: *** [install-recursive] Error 1

Compile Error: non-deducible template parameter 'Args'

Error Message

make[4]: *** [CMakeFiles/tox4j-c.dir/src/tox/core.cpp.o] Error 1
[ 48%] Building CXX object CMakeFiles/tox4j-c.dir/src/util/debug_log.cpp.o
In file included from /Users/ttd/jvm-toxcore-c/cpp/src/util/debug_log.cpp:3:
In file included from /Users/ttd/jvm-toxcore-c/cpp/src/tox/core.h:3:
/Users/ttd/jvm-toxcore-c/cpp/src/tox/common.h:51:12: error: class
template partial specialization contains a template parameter that cannot be
deduced; this partial specialization will never be used
[-Wunusable-partial-specialization]
struct mk_tox_cb<Subsystem, void (Subsystem *, Args..., void *)>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ttd/jvm-toxcore-c/cpp/src/tox/common.h:50:46: note:
non-deducible template parameter 'Args'
template<typename Subsystem, typename ...Args>

Compiler

Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.