Problem BMP085 Adafruit pressure sensor?

Hello.
I'm trying to use a Adafruit BMP085 pressure sensor, with their library from:

But when pasting the code after installed the lib, i get the following error:

Error in:
Adafruit_BMP085 bmp = Adafruit_BMP085(10085);

Error code:
sketch_may20a:5: error: expected constructor, destructor, or type conversion before '=' token
sketch_may20a.ino: In function 'void setup()':
sketch_may20a:13: error: 'bmp' was not declared in this scope
sketch_may20a.ino: In function 'void loop()':
sketch_may20a:24: error: 'sensors_event_t' was not declared in this scope
sketch_may20a:24: error: expected `;' before 'event'
sketch_may20a:25: error: 'bmp' was not declared in this scope
sketch_may20a:25: error: 'event' was not declared in this scope

Any ideas?

Where exactly did you install the library and did you stop/start the IDE after you installed it ?
Can you see the library in Sketch/Import Library in the IDE ?

I copied the Library to the Arduino Library folder..... Yes if i press on sketch, import library, select the BMP085 i get:
!#include <Adafruit_BMP085.h>"

Did you install the sensor library also? This is from the page you posted the link to:

If you haven't already done so, you'll need to install the Adafrut_Sensor library on your system as well, since Adafruit_BMP085 relies on this library to generate the sensor data in a universal manner.

Hello I get this problem with my program, I download the folder on this website : GitHub - adafruit/Adafruit-BMP085-Library: A powerful but easy to use BMP085/BMP180 Arduino library

I get this message : ATTENTION : Faux .github dossier dans la bibliothèque 'Adafruit BMP085 Library'

Can you help me please

Can you help me please

How much help do you need ignoring a warning?