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

Issue with outdated config script in glog v0.3.4 #22

Open
Jaeyoung-Lim opened this issue Oct 5, 2017 · 2 comments
Open

Issue with outdated config script in glog v0.3.4 #22

Jaeyoung-Lim opened this issue Oct 5, 2017 · 2 comments

Comments

@Jaeyoung-Lim
Copy link
Member

glog will not compile on jetson tx2 (or possibly other 64bit arm processors) due to the outdated config file

config.sub
config.guess

A pull request for a fix has been requested as on Sep.2016 but not merged to glog yet

A quick fix is to manually change the config files to a up to date script in

catkin_ws/build/glog_catkin/glog_src-prefix/src/glog_src

to
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
and
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD

fixes the problem

@rikba
Copy link

rikba commented Oct 5, 2017

See also google/glog#122 . Thanks for this fix.

@Jaeyoung-Lim
Copy link
Member Author

Thanks,

@rikba I have tried using the mentioned pull request to build, but it doesn't seem to work on the Jetson

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

2 participants