Git Product home page Git Product logo

Comments (7)

sandwichmaker avatar sandwichmaker commented on May 24, 2024

Comment #1 originally posted by sandwichmaker on 2012-05-03T16:15:29.000Z:

I am able to replicate this bug. Looking at it now.

from ceres-solver.

sandwichmaker avatar sandwichmaker commented on May 24, 2024

Comment #2 originally posted by sandwichmaker on 2012-05-09T15:30:58.000Z:

So there is something odd going on here. On linux things work, on macos I get similar problems. This looks like a cmake issue.

from ceres-solver.

sandwichmaker avatar sandwichmaker commented on May 24, 2024

Comment #3 originally posted by sandwichmaker on 2012-05-22T04:26:12.000Z:

[ 58%] Built target ceres
[ 59%] Built target test_util
[ 60%] Building CXX object internal/ceres/CMakeFiles/gtest.dir/gmock_main.o
/home/ajay/ceres-solver/internal/ceres/gmock_main.cc:33:27: error: gflags/gflags.h: No such file or directory
/home/ajay/ceres-solver/internal/ceres/gmock_main.cc:41: error: expected constructor, destructor, or type conversion before ‘(’ token
/home/ajay/ceres-solver/internal/ceres/gmock_main.cc: In function ‘int main(int, char*)’:
/home/ajay/ceres-solver/internal/ceres/gmock_main.cc:55: error: ‘ParseCommandLineFlags’ is not a member of ‘google’
make[2]: *
* [internal/ceres/CMakeFiles/gtest.dir/gmock_main.o] Error 1
make[1]: *** [internal/ceres/CMakeFiles/gtest.dir/all] Error 2
make: *** [all] Error 2

from ceres-solver.

sandwichmaker avatar sandwichmaker commented on May 24, 2024

Comment #4 originally posted by sandwichmaker on 2012-05-22T04:30:39.000Z:

Hi
I'am facing problem installing the library

root@ajay-desktop:/ceres-bin>cmake ../ceres-solver -DGFLAGS_LIB=/usr/lib -DGFLAGS_INCLUDE=/usr/include -DGLOG_LIB=/usr/local/lib
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for AMD
-- Found AMD library: /usr/lib/libamd.so
-- Found AMD header in: /usr/include/suitesparse
-- Check for CAMD
-- Found CAMD library: /usr/lib/libcamd.so
-- Found CAMD header in: /usr/include/suitesparse
-- Check for COLAMD
-- Found COLAMD library: /usr/lib/libcolamd.so
-- Found COLAMD header in: /usr/include/suitesparse
-- Check for CCOLAMD
-- Found CCOLAMD library: /usr/lib/libccolamd.so
-- Found CCOLAMD header in: /usr/include/suitesparse
-- Check for CHOLMOD
-- Found CHOLMOD library: /usr/lib/libcholmod.so
-- Found CHOLMOD header in: /usr/include/suitesparse
-- Check for METIS (optional)
-- Found METIS library: /usr/lib/libmetis.so
-- Found BLAS library: /usr/lib/libblas.so
-- Found LAPACK library: /usr/lib/liblapack.so
-- Found all SuiteSparse dependencies. Building with SuiteSparse
-- Check for Google Flags
-- Found Google Flags library: /usr/lib
-- Found Google Flags header in: /usr/include
-- Check for Google Log
-- Found Google Log library: /usr/local/lib
-- Found Google Log header in: /usr/local/include
-- Check for Eigen 3.0
-- Found Eigen 3.0: /usr/include/eigen3
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp
-- Found OpenMP.
-- Found PROTOBUF: /usr/lib/libprotobuf.so
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Configuring done
WARNING: Target "array_utils_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "array_utils_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "autodiff_cost_function_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "autodiff_cost_function_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "autodiff_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "autodiff_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "block_random_access_dense_matrix_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "block_random_access_dense_matrix_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "block_random_access_sparse_matrix_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "block_random_access_sparse_matrix_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "block_sparse_matrix_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "block_sparse_matrix_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "canonical_views_clustering_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "canonical_views_clustering_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "ceres" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "ceres" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "compressed_row_sparse_matrix_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "compressed_row_sparse_matrix_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "conditioned_cost_function_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "conditioned_cost_function_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "corrector_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "corrector_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "dense_sparse_matrix_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "dense_sparse_matrix_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "evaluator_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "evaluator_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "gradient_checking_cost_function_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "gradient_checking_cost_function_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "graph_algorithms_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "graph_algorithms_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "graph_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "graph_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "gtest" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "gtest" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "implicit_schur_complement_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "implicit_schur_complement_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "iterative_schur_complement_solver_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "iterative_schur_complement_solver_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "jet_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "jet_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "levenberg_marquardt_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "levenberg_marquardt_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "local_parameterization_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "local_parameterization_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "loss_function_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "loss_function_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "normal_prior_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "normal_prior_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "numeric_diff_cost_function_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "numeric_diff_cost_function_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "parameter_block_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "parameter_block_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "partitioned_matrix_view_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "partitioned_matrix_view_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "problem_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "problem_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "residual_block_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "residual_block_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "residual_block_utils_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "residual_block_utils_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "rotation_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "rotation_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "runtime_numeric_diff_cost_function_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "runtime_numeric_diff_cost_function_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "schur_complement_solver_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "schur_complement_solver_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "schur_eliminator_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "schur_eliminator_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "schur_ordering_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "schur_ordering_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "solver_impl_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "solver_impl_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "symmetric_linear_solver_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "symmetric_linear_solver_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "system_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "system_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "triplet_sparse_matrix_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "triplet_sparse_matrix_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "unsymmetric_linear_solver_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "unsymmetric_linear_solver_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "visibility_based_preconditioner_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "visibility_based_preconditioner_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "visibility_test" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "visibility_test" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "bundle_adjuster" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "bundle_adjuster" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "circle_fit" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "circle_fit" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "powell" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "powell" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "quadratic" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "quadratic" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "quadratic_auto_diff" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "quadratic_auto_diff" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "quadratic_numeric_diff" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "quadratic_numeric_diff" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "simple_bundle_adjuster" requests linking to directory "/usr/local/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "simple_bundle_adjuster" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item.
-- Generating done
-- Build files have been written to: /home/ajay/ceres-bin
root@ajay-desktop:
/ceres-bin>make all
Scanning dependencies of target test_util
[ 1%] Building CXX object internal/ceres/CMakeFiles/test_util.dir/test_util.o
Linking CXX static library libtest_util.a
[ 1%] Built target test_util
Scanning dependencies of target gtest
[ 2%] Building CXX object internal/ceres/CMakeFiles/gtest.dir/gmock_gtest_all.o
[ 3%] Building CXX object internal/ceres/CMakeFiles/gtest.dir/gmock_main.o
/home/ajay/ceres-solver/internal/ceres/gmock_main.cc:33:27: error: gflags/gflags.h: No such file or directory
/home/ajay/ceres-solver/internal/ceres/gmock_main.cc:41: error: expected constructor, destructor, or type conversion before ‘(’ token
/home/ajay/ceres-solver/internal/ceres/gmock_main.cc: In function ‘int main(int, char*)’:
/home/ajay/ceres-solver/internal/ceres/gmock_main.cc:55: error: ‘ParseCommandLineFlags’ is not a member of ‘google’
make[2]: *
* [internal/ceres/CMakeFiles/gtest.dir/gmock_main.o] Error 1
make[1]: *** [internal/ceres/CMakeFiles/gtest.dir/all] Error 2
make: *** [all] Error 2

from ceres-solver.

sandwichmaker avatar sandwichmaker commented on May 24, 2024

Comment #5 originally posted by sandwichmaker on 2012-05-22T05:25:31.000Z:

Ajay,
this is the wrong issue thread.

your -DGLOG_LIB and -DGFLAG_LIB flags need to point to the actual library (.a) file. Also if they are actually in /usr/lib, cmake should be able to find them.

from ceres-solver.

sandwichmaker avatar sandwichmaker commented on May 24, 2024

Comment #6 originally posted by sandwichmaker on 2012-06-10T06:27:36.000Z:

Sean,
could you try the latest release to see if you are still getting this problem? I believe the latest cmake updates should fix this.
Sameer

from ceres-solver.

sandwichmaker avatar sandwichmaker commented on May 24, 2024

Comment #7 originally posted by sandwichmaker on 2012-08-17T21:33:55.000Z:

Closing this as linking on linux and macos works fine.

from ceres-solver.

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.