Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot successfully build from a different directory #107

Merged
merged 1 commit into from
Aug 14, 2021

Conversation

per-ok
Copy link
Contributor

@per-ok per-ok commented Aug 3, 2021

Example (starting in the source directory):
$ mkdir build
$ cd build
$ ../configure
$ make

Make complains:
ar rcs libjsonparser.a json.o
ar: json.o: No such file or directory
make: *** [Makefile:29: libjsonparser.a] Error 1

Example (starting in the source directory):
  $ mkdir build
  $ cd build
  $ ../configure
  $ make

Make complains:
 ar rcs libjsonparser.a json.o
 ar: json.o: No such file or directory
 make: *** [Makefile:29: libjsonparser.a] Error 1
@LB-- LB-- merged commit 7c16f37 into json-parser:master Aug 14, 2021
@LB-- LB-- added this to the v1.1.1 milestone Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants