Ashwinning / libmv

Automatically exported from code.google.com/p/libmv
MIT License
0 stars 0 forks source link

glog/src/signalhandler.cc:75:28: error: 'REG_RIP' was not declared in this scope #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I cannot compile libmv on linux
What steps will reproduce the problem?
1. get a linux (ubuntu 32b)
2. compile libmv
3. Get this error
[  1%] Built target gflags
[  2%] Built target libmv_test_main
Scanning dependencies of target glog
[  2%] Building CXX object third_party/glog/src/CMakeFiles/glog.dir/demangle.o  

[  2%] Building CXX object third_party/glog/src/CMakeFiles/glog.dir/logging.o   

[  3%] Building CXX object 
third_party/glog/src/CMakeFiles/glog.dir/raw_logging.o                          

[  3%] Building CXX object 
third_party/glog/src/CMakeFiles/glog.dir/signalhandler.o                        

src/third_party/glog/src/signalhandler.cc: In function 'void* 
google::<unnamed>::GetPC(void*)':                                
src/third_party/glog/src/signalhandler.cc:75:28: error: 'REG_RIP' was not 
declared in this scope

it seems to be a known solved issue of glog:
http://code.google.com/p/google-glog/issues/detail?id=46

I think our config_linux.h is wrong.

Original issue reported on code.google.com by julien.michot.fr@gmail.com on 15 Jun 2011 at 7:24

GoogleCodeExporter commented 9 years ago

Original comment by julien.michot.fr@gmail.com on 15 Jun 2011 at 7:52