cmake

  1. S

    Solved Failed to compile any C++ using std::ranges::reverse with clang

    I have attempted to compile ueberzugpp (Überzug++) a few times using clang/clang++ (14, 15, and 16) and gcc14/gcc++14. clang --version returns 14.0.5. I am on 13.2-RELEASE and am fully up to date with both freebsd-update and pkg, which is set to latest. I first satisfied its dependencies pkg...
  2. First_Law_of_Unix

    How to Install Caffe (Deep Learning Framework)?

    Hello, I'm trying to build Caffe from it's github source (This is the OpenCL version of Caffe): https://github.com/BVLC/caffe/tree/opencl Getting the following error after doing: cmake -DBLAS=open -DUSE_OPENCL=ON -DUSE_CLGEMM=ON -DCMAKE_BUILD_TYPE=Debug -DUSE_TIMER=ON...
  3. F

    Solved Clang plugin, CMake and _types.h error

    Good afternoon folks! I am trying to compile this c source file while performing some CLANG frontend action with a CLANG plugin. My source code (test.c) includes a header file (section_insertion.h). This header file includes stdio.h because I use some size_t variables inside some structs...
  4. chrbr

    Problems building cmake

    As reported in 224030 devel/cmake fails to build because some incarnation of /usr/local/bin/sphinx-build is expected. The file is available, but the name differs from the expectation. Changing the default python version or so does not help. The most simple temporary work around is to disable the...
  5. N

    looking for old ports/packages

    Hi, I am looking for following version ports cmake-3.7.2 cmake-modules-3.7.2 git-2.12.1 sqlite3-3.18.0 ruby21-2.1.10_1,1 rsync-3.1.2_6 Above listed ports are not available on http://pkg.freebsd.org/FreeBSD:10:amd64/ I checked all releases and quarterly folders but same version ports are not...
  6. goshanecr

    Questions about porting process

    Hi friends! I'm try to port development version of tesseract-ocr, and do it regarding to existing graphics/tesseract port. I write that Makefile (mostly copied from existing): # $FreeBSD$ PORTNAME= tesseract-devel PORTVERSION= 4.0.0a CATEGORIES= graphics MAINTAINER=...
  7. V

    Solved cmake-3.7.1 install fails - Shared object "libcrypto.so.8" not found

    I'm trying to update devel/cmake on FreeBSD 10.3-RELEASE-p7 and am running into a problem at the "install" phase. The build phase appears to complete successfully, but the process aborts with the following output: [100%] Built target documentation ===> Staging for cmake-3.7.1 ===>...
  8. M

    Solved Can't compile cmake-3.7.1

    Hello, I can't compile cmake-3.7.1: # /usr/ports/devel/cmake # make ########## Scanning dependencies of target cmake [ 73%] Building CXX object Source/CMakeFiles/cmake.dir/cmakemain.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWGenerator.cxx.o [ 74%]...
  9. fender0107401

    Solved FreeBSD and CMake: compilation is fine but end up with linking errors.

    System info: uname -a FreeBSD vm-freebsd 10.2-RELEASE-p7 FreeBSD 10.2-RELEASE-p7 #0: Mon Nov 2 14:19:39 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 % cmake --version cmake version 3.4.1 CMake suite maintained and supported by Kitware (kitware.com/cmake)...
Back
Top