hjm168168 / libmv

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

Failed to build on Mac Os X 10.6.6 #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make (bin-dbg)

What is the expected output? What do you see instead?

-- Build files have been written to: /Users/joelkronander/Code/libmv/bin-dbg
Scanning dependencies of target libmv_test_main
[  1%] Building CXX object testing/CMakeFiles/libmv_test_main.dir/testing_main.o
/Users/joelkronander/Code/libmv/src/testing/testing_main.cc:27: internal 
compiler error: in reference_to_unused, at dwarf2out.c:10603
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
make[3]: *** [testing/CMakeFiles/libmv_test_main.dir/testing_main.o] Error 1
make[2]: *** [testing/CMakeFiles/libmv_test_main.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [debug] Error 2

What version of the product are you using? On what operating system?
SVN trunk revision 1176.
On my Mac Book Pro 2.4Ghz Intel Core i5
Mac OS X 10.6.6

Anyone had a similar issue?
Is this related to issue 15?

For release build it works just fine (after updating the glog and gflags libs 
as in svn branches/new_gflags_glog_dasy).

Original issue reported on code.google.com by joelkron...@gmail.com on 17 May 2011 at 1:57

GoogleCodeExporter commented 9 years ago
Actually, I can now build using the branches/new_gflags_glog_dasy branch.
Both in Debug and Release mode.
this branch should be merged to trunk?

Original comment by joelkron...@gmail.com on 17 May 2011 at 2:21

GoogleCodeExporter commented 9 years ago

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