Menu

#28 fix building out of srcdir

closed-fixed
None
6
2009-01-07
2007-12-28
No

if you try building outside of the srcdir, it will fail in the doc/html/ subdir because it assumes that $builddir and $srcdir are the same

simple fix is:
- (cd api && ..............
+ (cd $(srcdir)/api && ..............

Discussion

  • Josh Coalson

    Josh Coalson - 2008-01-11
    • priority: 5 --> 6
    • assigned_to: nobody --> jcoalson
    • status: open --> open-accepted
     
  • Josh Coalson

    Josh Coalson - 2009-01-07
    • status: open-accepted --> closed-fixed
     
  • Josh Coalson

    Josh Coalson - 2009-01-07

    fixed in cvs

     

Log in to post a comment.