Hi all

I build the stable/1609 stable version code successfully in my pc,but when
I update my
vpp code to the lastest version,exec "make build" successfully, make
plugins failure

the error message is :
---------------------------------------------------------------------------------------------------
javac -classpath .:target:../../../../vpp-api/java/jvpp-registry-16.12.jar
-d target io/fd/vpp/jvpp/snat/*.java \
io/fd/vpp/jvpp/snat/dto/*.java \
io/fd/vpp/jvpp/snat/callback/*.java \
io/fd/vpp/jvpp/snat/notification/*.java \
io/fd/vpp/jvpp/snat/future/*.java \
io/fd/vpp/jvpp/snat/callfacade/*.java \
io/fd/vpp/jvpp/snat/test/*.java \
|| (echo "snat jvpp compilation failed: $?"; exit 1); \
/usr/bin/javah -classpath
.:target:../../../../vpp-api/java/jvpp-registry-16.12.jar -d .
io.fd.vpp.jvpp.snat.JVppSnatImpl ;
args.inputfile
/home/test/vpp/build-root/build-vpp_debug-native/plugins/snat-plugin/defs_snat_papi.py
importdir
/home/test/vpp/build-root/build-vpp_debug-native/plugins/snat-plugin
inputfile defs_snat_papi
plugin_name snat
control_ping_class SnatControlPing
Generating DTOs
Generating JVpp
Generating Callback interfaces
Generating Notification interfaces and implementation
Generating jvpp C
Generating JVpp future facade
Generating JVpp callback facade
/home/test/vpp/build-root/build-vpp_debug-native/plugins/snat-plugin
io/fd/vpp/jvpp/snat/JVppSnatImpl.java:13: error: package
io.fd.vpp.jvpp.callback does not exist
import io.fd.vpp.jvpp.callback.JVppCallback;
                              ^
io/fd/vpp/jvpp/snat/JVppSnatImpl.java:14: error: cannot find symbol
import io.fd.vpp.jvpp.VppConnection;
                     ^
  symbol:   class VppConnection
----------------------------------------------------------------------------------------------------------------

I think my compile environment may have some problems for the latest master
code.
Could you tell me?
Thanks for you reply :-)

Best Regards
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to