Rogerio Atem de Carvalho
unread,Mar 21, 2013, 5:06:23 PM3/21/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to or-tools...@googlegroups.com
Hi,
I am installing on Ubuntu 10.04, and first I've got an error related to the hash library, solved after installing sparsehash-2.0.2.
Now I am getting the "gflags.h error" below. How can I proceed?
(I know that that people posted the same error on the project page, but I couldn't get any solution)
Thanks on advance.
In file included from src/base/logging.h:20,
from src/constraint_solver/alldiff_cst.cc:22:
src/base/commandlineflags.h:17:27: error: gflags/gflags.h: Arquivo ou diretório não encontrado
In file included from src/constraint_solver/alldiff_cst.cc:22:
src/base/logging.h:23: error: expected constructor, destructor, or type conversion before ‘(’ token
src/base/logging.h:24: error: expected constructor, destructor, or type conversion before ‘(’ token
src/base/logging.h: In constructor ‘LogMessage::LogMessage(const char*, int)’:
src/base/logging.h:88: error: ‘FLAGS_log_prefix’ was not declared in this scope
make: ** [objs/alldiff_cst.o] Erro 1