Giter Club home page Giter Club logo

Comments (3)

bersler avatar bersler commented on May 23, 2024

The code was had build options for C++1y which is available for Red Hat 7.
But actually the C++1y features were not used and it works fine with C++0x.
I have updated the code. Please try now.

from openlogreplicator.

lihong12500 avatar lihong12500 commented on May 23, 2024

Thank you for your reply to my question, I have updated the code,making error message:
oneday@dev:/data/goWork/dbtool/OpenLogReplicator/Debug>make
Building file: ../src/CommandBuffer.cpp
Invoking: Cross G++ Compiler
g++ -std=c++0x -I/opt/instantclient_11_2/sdk/include -I/opt/rapidjson/include -O0 -g3 -Wall -c -fmessage-length=0 -fsanitize=address -MMD -MP -MF"src/CommandBuffer.d" -MT"src/CommandBuffer.o" -o "src/CommandBuffer.o" "../src/CommandBuffer.cpp"
cc1plus: error: unrecognized command line option "-fsanitize=address"
make: *** [src/CommandBuffer.o] Error 1

G++ version information:
oneday@dev:/data/goWork/dbtool/OpenLogReplicator/Debug>g++ --version
g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-23)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

c++ version information:
oneday@dev:/data/goWork/dbtool/OpenLogReplicator/Debug>c++ --version
c++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-23)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I wish to consult you on a few questions:

  1. I have a production environment, oracle 9i and oracle 10g, Operating system version have aix 5.2 or RedHat 4.8. When I use this code to compile whether or not it passes?
  2. Historical data is very important, can you provide initialization data tools. thank you!

from openlogreplicator.

bersler avatar bersler commented on May 23, 2024

You need to have GCC newer version than 4.4. Preferably 4.8. It is best to compile on CentOS 7. Other wishes - please contact me directly or create feature requests.

from openlogreplicator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.