Skip to content

Compile Problem with rlog in inline class #13

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. compile the attatched files

What is the expected output? What do you see instead?
make rlogtest
g++ rlogtest.cc -o rlogtest -I ~/extlib/rlog-1.4/include/
-DRLOG_COMPONENT=”rlog” -L ~/extlib/rlog-1.4/lib/ -lrlog
rlogtest.cc:17: error: _rL_17 causes a section type conflict
make: *** [rlogtest] Error 1

If I place a rlog statement in a class member I can not compile the
programm any more!

What version of the product are you using? On what operating system?

RLog Version 1.4 - June 14, 2008 release on Ubuntu 8.10 with g++4.2 on a
64bit machine.

Please provide any additional information below.

I have no problem to compile the same code with rlog 1.3.7
What's my mistake?

Original issue reported on code.google.com by leidenbe...@gmail.com on 21 Nov 2008 at 9:06

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions