Your message dated Mon, 17 Sep 2012 16:02:06 +0900
with message-id 
<CAH79Gv9ELK4jXgZQ-OgEorm=5=AsDLvAN-EeqhjJOmXA2m=u...@mail.gmail.com>
and subject line Re: google-glog not compiled with google-gflags installed
has caused the Debian Bug report #686240,
regarding google-glog not compiled with google-gflags installed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
686240: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686240
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libgoogle-glog
Version: 0.3.2-1

When I use some setting flags defined in the library glog in a program,

e.g.,

#include <gflags/gflags.h>
#include <glog/logging.h>
#include <iostream>

int main(int argc, char* argv[])
{
        // Initialize Google's logging library.
        google::InitGoogleLogging(argv[0]);
        std::cout << fLI::FLAGS_v;
        std::cout << fLI::FLAGS_log_dir;
}

and compile this program, I get the following compilation errors:

undefined reference to `fLI::FLAGS_v’
undefined reference to `fLI::FLAGS_log_dir’

If I download the source code of glog and compile it, then the errors are fixed.

This means that, in the package, google-glog is compiled without
google-gflags installed.

I am using Debian sid, kernel 3.2.0-1-amd64.

Alberto Quattrini Li

--- End Message ---
--- Begin Message ---
Package: libgoogle-glog
Version: 0.3.2-3

The issue has been fixed at 0.3.2-3.

By the way, your sample code seems to need a bit adjustment:

        std::cout << fLI::FLAGS_v;
        std::cout << fLS::FLAGS_log_dir;

or, both fLI and fLS namespaces can be omitted.


If you have further problem, please reopen this issue or open a new case.

Regards,
Daigo

-- 
Daigo Moriwaki   <daigo at debian dot org>

--- End Message ---

Reply via email to