Windows/Linux/Mac Eclipse plugin to compile and upload arduino sketches

When I build the ESP32_BLE_Arduino example BLE Server, I get an error in the BLEClient.cpp library source file.

The error is "Invalid conversion from 'int' to 'esp_ble-address-type_t' [-fpermissive]"

The same code compiles fine on the Arduino IDE, so I guess this must be a compiler setting on the Eclipse-Arduino.

Help please!

Robert