edesiocs / google-gtags

Automatically exported from code.google.com/p/google-gtags
GNU General Public License v2.0
0 stars 0 forks source link

make tests fail on Mac OS X 10.4.8 #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
$ make tests
scons/scons.py -Q tests
g++ -DTEST_SRC_DIR=\"/Volumes/Home/nir/Desktop/gtags-1.0\" -c -o 
filename_unittest.o 
filename_unittest.cc
In file included from filename_unittest.cc:25:
test_incl.h:27:41: error: boost/test/auto_unit_test.hpp: No such file or 
directory
filename_unittest.cc:27: error: expected constructor, destructor, or type 
conversion before '(' 
token
filename_unittest.cc:35: error: expected constructor, destructor, or type 
conversion before '(' 
token
filename_unittest.cc:46: error: expected constructor, destructor, or type 
conversion before '(' 
token
filename_unittest.cc:53: error: expected constructor, destructor, or type 
conversion before '(' 
token
filename_unittest.cc:63: error: expected constructor, destructor, or type 
conversion before '(' 
token
filename_unittest.cc:70: error: expected constructor, destructor, or type 
conversion before '(' 
token
filename_unittest.cc:78: error: expected constructor, destructor, or type 
conversion before '(' 
token
filename_unittest.cc:90: error: expected constructor, destructor, or type 
conversion before '(' 
token
filename_unittest.cc:108: error: expected constructor, destructor, or type 
conversion before '(' 
token
filename_unittest.cc:124: error: expected constructor, destructor, or type 
conversion before '(' 
token
scons: *** [filename_unittest.o] Error 1
make: *** [tests] Error 2

gtags-1.0

Original issue reported on code.google.com by nir...@gmail.com on 4 Mar 2007 at 1:33

GoogleCodeExporter commented 9 years ago
test_incl.h:27:41: error: boost/test/auto_unit_test.hpp: No such file or 
directory

You need to install Boost Test http://www.boost.org/libs/test/doc/index.html 
(see
http://code.google.com/p/google-gtags/wiki/GTagsInstallation Build Requirements)

Original comment by marcandr...@gmail.com on 4 Mar 2007 at 3:30

GoogleCodeExporter commented 9 years ago
Well, it is mentioned in the INSTALL file, but visiting 
http://www.boost.org/libs/test/doc/index.html is not very 
productive - there is no download link.

Original comment by nir...@gmail.com on 5 Mar 2007 at 5:45

GoogleCodeExporter commented 9 years ago
Not only this, but gentags.py doesn't really work on Mac OS X. We're working on 
this.

Original comment by piaw...@gmail.com on 18 Mar 2007 at 12:41

GoogleCodeExporter commented 9 years ago
You can download boost test library from boost.org. The download link is on the 
front
page. We just released gtags 1.0.1 and it should run on OS X without any 
problems
(provided that you have gcc 4, python 2.4 and exuberant ctags installed). 

Original comment by trace....@gmail.com on 19 Mar 2007 at 8:34