blink a led with push button

Why are you using pointers all over the place?
The * is a pointer operation it is not needed and something that a beginner should not need at all.

Read what the error message tells you. It you don't understand it ask. Post the error message along with the code that gave it you.

Above all do not use pointers unless you know exactly why you are doing so.