Ok, in my quest to develop a cmake based build I'm trying to deal with
config.h...

Right now I'm working around having one on the cmake build by addition
definitions (-D...) on the fly during configuration instead of writing to a
file.

The only one that seems to keep FreeDV from compiling is SVN_REVISION which
I've statically added to the cmake config for the moment since I'm using a
svn export which removes the needed files for svn rev detection.

Speaking of which...
Do we really need to know the svn rev?
Should a svn export not be preferred over a full checkout? (At least for
real releases)

Looking through the resultant config.h after running autoheader I see a
bunch of HAVE_.... this and that, but grepping through the code it doesn't
look like we're actually doing anything with the definitions. I would
expect some sort of conditionals based on the system and libraries
available...

Do we really need all these definitions? Or do we just need to make sure
those function/headers are available?

Thanks,
Richard
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Freetel-codec2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freetel-codec2

Reply via email to