Hi. I've been updating some code written a couple years ago to work on
the latest ECL. I hit a snag relating to C99 support. I like to use
C99 features in my inline C. It isn't essential - I could convert it
back to C89, but probably better to work through a couple small
issues.

My build script compiles source files to .o with compile-file
:system-p t and builds an executable with c:build-program. What I've
done in the past, for C99 support, is putting "-std=c99" on the
*user-cc-flags* (or previousl, c::*cc-flags*).

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to