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

How can I compile under debian bookworm/sid #7

Open
KacperPerschke opened this issue Nov 19, 2021 · 0 comments
Open

How can I compile under debian bookworm/sid #7

KacperPerschke opened this issue Nov 19, 2021 · 0 comments

Comments

@KacperPerschke
Copy link

KacperPerschke commented Nov 19, 2021

Dear Author!

I could not build GoTidy on my debian box.

kacper@zbigii:~/Robocze/GoLang/GoTidy (master *$)$ go vet
# _/home/kacper/Robocze/GoLang/GoTidy
./options.go:341:25: could not determine kind of name for C.TidyBurstSlides
./options.go:85:25: could not determine kind of name for C.TidyDropFontTags
./options.go:130:25: could not determine kind of name for C.TidyHideEndTags
./options.go:433:27: could not determine kind of name for C.TidyLanguage
./options.go:510:27: could not determine kind of name for C.TidySlideStyle
kacper@zbigii:~/Robocze/GoLang/GoTidy (master *$)$ dpkg -L libtidy-dev | grep 'usr/include/tidy/.*h'
/usr/include/tidy/buffio.h
/usr/include/tidy/platform.h
/usr/include/tidy/tidy.h
/usr/include/tidy/tidybuffio.h
/usr/include/tidy/tidyenum.h
/usr/include/tidy/tidyplatform.h
kacper@zbigii:~/Robocze/GoLang/GoTidy (master *$)$ for sc in C.TidyBurstSlides C.TidyDropFontTags C.TidyHideEndTags C.TidyLanguage C.TidySlideStyle ; do dpkg -L libtidy-dev | grep 'include/tidy/.*h' | xargs grep "$sc"; echo $?; done
123
123
123
123
123
kacper@zbigii:~/Robocze/GoLang/GoTidy (master *$)$ for sc in TidyBurstSlides TidyDropFontTags TidyHideEndTags TidyLanguage TidySlideStyle ; do dpkg -L libtidy-dev | grep 'include/tidy/.*h' | xargs grep "$sc"; echo $?; done
123
123
123
123
123

I can see the header files are missing. Maybe they are specific to Mac OS X? Aren't they?

Yours sincerely.
KAcper Perschke

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

No branches or pull requests

1 participant