Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-dev] Error in linking libsumojni.so

Hello Developers,

the latest git version (v1_1_0+0943-1c47a7fe69) has the following problem

[100%] Linking CXX shared module ../../../../bin/liblibsumojni.so
java/libsumoConstants.java:12: error: incompatible types: possible lossy
conversion from double to int
  public final static int INVALID_DOUBLE_VALUE =
libsumoJNI.INVALID_DOUBLE_VALUE_get();
                                                                                   
^
1 error
make[2]: *** [src/libsumo/CMakeFiles/libsumojni.dir/build.make:113:
../../bin/liblibsumojni.so]

Greetings, Harald



Back to the top