scanf123 / embedded-control-library

Automatically exported from code.google.com/p/embedded-control-library
0 stars 0 forks source link

Install requires multiple 'makes' #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some logic problem in cmake when installing...it doesn't fully make the 
library before starting the tests I think, so it requires two runs through.

Original issue reported on code.google.com by d.ston...@gmail.com on 1 Sep 2009 at 3:41

GoogleCodeExporter commented 8 years ago

Original comment by d.ston...@gmail.com on 1 Sep 2009 at 3:41

GoogleCodeExporter commented 8 years ago
Turned out not to be a bug, but something that occurs if you re-install on top 
of an 
old ecl and the pkgconfig is not up to date. Added a crude uninstall script 
that 
works if installed in /usr/local, but uninstalls will generally be left up to 
package management later.

Original comment by d.ston...@gmail.com on 2 Sep 2009 at 1:36

GoogleCodeExporter commented 8 years ago
Actually was a bug, but only popped up when doing make with multiple jobs. 
Turned 
out the one non cmake test didn't have the library down as a dependency so it 
tried 
to build it too early. Fixed.

Original comment by d.ston...@gmail.com on 13 Sep 2009 at 9:16