theboocock / shunit2

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

shunit2 2.1.5 error when building #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
shunit2-2.1.5$ make
cp -p /mydoc/src/shunit2-2.1.5/src/shell/shunit2 /mydoc/src/shunit2-2.1.5/build
Preparing documentation for parsing
Extracting the ShellDoc
Parsing the extracted ShellDoc
Preparing DocBook structure
/mydoc/src/shunit2-2.1.5/bin/docbookPrep.sh: line 24:
/mydoc/src/shunit2-2.1.5/bin/../lib/sh/shlib: No such file or directory
make: *** [docs-docbook-prep] Error 1

================================

The resolution to the problem is to fix the incorrect path on the line
indicated in docbookPrep.sh.

Original issue reported on code.google.com by jjfoe...@earthlink.net on 17 Dec 2008 at 5:14

GoogleCodeExporter commented 9 years ago
In the current HEAD, I have removed the Makefile and the build system 
completely as it just doesn't make sense 
for shell environments. I would recommend simply checking out the latest HEAD 
release instead.

Original comment by kate.war...@gtempaccount.com on 27 Dec 2008 at 1:03