You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Dear Author!
I could not build GoTidy on my debian box.
I can see the header files are missing. Maybe they are specific to Mac OS X? Aren't they?
Yours sincerely.
KAcper Perschke
The text was updated successfully, but these errors were encountered: