> Hello, > > I was playing around with my PI today and noticed your article on RPI > and Eyetoy. > > Looked like a fun thing to try. =) > > But I ran into trouble building on the PI > > Here is what I got. > > [gcc -pthread] core/subscription.o > core/subscription.c:397:12: error: ‘subscription_new_sign_ctx’ declared > ‘static’ but never defined [-Werror=unused-function] > core/subscription.c:398:12: error: ‘subscription_is_safe’ declared > ‘static’ but never defined [-Werror=unused-function] > cc1: all warnings being treated as errors > make: *** [coroae] Error 1 > > Any suggestions to make this work? > > > Thanks in advance for pointers. > > David. > > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
just install libssl-dev and it should build normally -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
