[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
how to make example-package run correct
From: |
xuhaida |
Subject: |
how to make example-package run correct |
Date: |
Thu, 6 Feb 2020 08:18:24 +0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 |
Hello,
I am planning to port sci-doe to octave, and clone the example-package
from octave-forge . To test the package, I use "make dist" in the
plain-package directory, but see the following error:
rm -f -r "target/example-package-1.2.0"
cd "target/example-package-1.2.0/src" && ./bootstrap && rm -f -r
"autom4te.cache"
/bin/sh: 1: cd: can't cd to target/example-package-1.2.0/src
make: *** [Makefile:117:target/example-package-1.2.0] 错误 2
I check the directory and can't see the target directory. So I clone
the dataframe package, use the same command, but see the target
directory. Can some one tell me how to run example-package correctly?
- how to make example-package run correct,
xuhaida <=