alexhe / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Some client stuff can be under automake control #218

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Linux and Solaris client build portions can be put under automake's
control.  This includes the stuff in src/client and src/tools.  For Windows
and Mac, we might want to at least provide build targets that allow the
native build environments to perform a build.

Original issue reported on code.google.com by mmento...@gmail.com on 28 Sep 2007 at 6:19

GoogleCodeExporter commented 9 years ago
This could get us automated testing for the client code, as well, which I think 
we need.

Original comment by ted.mielczarek on 10 Oct 2007 at 2:36

GoogleCodeExporter commented 9 years ago
Maybe it is better to adopt something more sane than autotools? SCons, for 
instance,
http://www.scons.org/
It would be also be cross-platform and maintainable. Take a look at NSIS
http://nsis.sf.net for an example of SCons application.

Original comment by techtonik@gmail.com on 11 Oct 2007 at 7:44

GoogleCodeExporter commented 9 years ago
For my own attempt at breakpad integration I've made a CMakeLists.txt file to 
compile the client stuff on win, 
osx and linux using cmake as the build system.  It's not perfect, but a good 
starting point, I think. CMake rocks 
for this kind of cross-platform work!

Original comment by vur...@gmail.com on 20 Mar 2009 at 12:55

Attachments:

GoogleCodeExporter commented 9 years ago
Neal fixed this, the Linux client code gets built via configure now. (The 
Solaris
code isn't, but someone could fix that.)

Original comment by ted.mielczarek on 29 Mar 2010 at 5:06