faustgen~ sources?

alfonso santimone's icon

Hi guys!
in my ongoin' effort in porting externals to the Win32/64 world i wonder if faustgen~ sources are open and downloadable (there's a faustgen~ for OSX and for Win32 but not for Win64).
The Faust community does a great work and the guys there are great but seems pretty un-responsive at some multiplatform requirements (certain Faust export modules exist for Mac only and on Windos are limited to the 32 bit architecture).

best
a.

oli larkin's icon

faustgen~ source code is in the "embeded" folder when you checkout the faust2 branch from the sourceforge git repo. The VisualStudio project is not in the folder though.

alfonso santimone's icon

Thanks @OLI LARKIN.
I'm trying to compile but get a lot of errors about .
Strangely enough i see that is included in source.
I guess that given that faustgen~ is a .cpp file the C++ compiler is invoked instead if the C one?
There is probaby some settings in the VS2013 solution that i got to change....

oli larkin's icon

there were some issues since MSVC < VS2013 didn't include some math functions. Are you on the faust-devel mailing list? that is the place to resolve these issues - there are a couple of us trying to get it working nicely on windows there

alfonso santimone's icon

thanks oli, i just suscribed.
tomorrw i'll try to post for some results/help

best!