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

Installation of slaxconfig.h to includedir #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

earies
Copy link
Member

@earies earies commented May 4, 2015

yangc compilation depends off slaxconfig.h which is not installed by default into includedir

/opt/local/include/libslax/internal/slaxinternals.h:22:24: fatal error: slaxconfig.h: No such file or directory
#include "slaxconfig.h"
^
compilation terminated.
make[2]: *** [yangbuiltin.lo] Error 1

@philshafer
Copy link
Contributor

Ah, it needs to ship w/ the internal header files.

Thanks,
Phil

On May 4, 2015, at 1:50 AM, Ebben Aries [email protected] wrote:

earies wants to merge 1 commit into Juniper:master from earies:master:

yangc compilation depends off slaxconfig.h which is not installed by default into includedir

/opt/local/include/libslax/internal/slaxinternals.h:22:24: fatal error: slaxconfig.h: No such file or directory
#include "slaxconfig.h"
^
compilation terminated.
make[2]: *** [yangbuiltin.lo] Error 1

You can view, comment on, or merge this pull request online at:

#27 #27
Commit Summary

Installation of slaxconfig.h to includedir
File Changes

M libslax/Makefile.am https://github.com/Juniper/libslax/pull/27/files#diff-0 (1)
Patch Links:

https://github.com/Juniper/libslax/pull/27.patch https://github.com/Juniper/libslax/pull/27.patch
https://github.com/Juniper/libslax/pull/27.diff https://github.com/Juniper/libslax/pull/27.diff

Reply to this email directly or view it on GitHub #27.

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.

2 participants