SevSeg Library 2.1.zip issues

Does

#include "SevSeg.h"

not produce any error?

Where have you installed the library files?

SevSeg sevseg = ;

This is a syntax error anyway.

Change it to

SevSeg sevseg;