Git Product home page Git Product logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 15, 2024
Hi, I will try to have a look in the next week.
Thanks for the report ;)

Original comment by [email protected] on 6 Feb 2010 at 3:49

from libmv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 15, 2024
Hello,
For the issue with REG_EIP you can look for the fix here :

Add this before the line #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_EIP] or 
use 
the attachment.

/* How to access the PC from a struct ucontext */
#ifndef REG_EIP
#define REG_EIP 0x00a01004L
#endif
#define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_EIP]

For the gflag issue. What is the problem you get ?

Original comment by [email protected] on 8 Feb 2010 at 12:33

Attachments:

from libmv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 15, 2024
Pmoulon,

Many thanks! I replaced "config_linux.h" in 
"repos_libmv/src/third_party/glog/src" 
with the version from your attachment and the build went off without a hitch; 
running 
make from "repos_libmv" my root directory from the checkout.

Sorry. I do not recall the gflags error. I installed gflags from "svn checkout 
http://google-gflags.googlecode.com/svn/trunk/ google-gflags-read-only" and 
followed 
the build instructions in the included README file.

Thanks again,
-bidwej

Original comment by [email protected] on 8 Feb 2010 at 2:06

from libmv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 15, 2024

Original comment by [email protected] on 16 Feb 2010 at 2:45

  • Changed title: Build fails on Ubuntu - Fedora
  • Changed state: Verified
  • Added labels: OpSys-Linux

from libmv.

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.