Git Product home page Git Product logo

Comments (5)

aivve avatar aivve commented on August 18, 2024 1

Use these binaries until we merge necessary fixes https://github.com/seredat/karbowanec/releases/download/v.1.6.2/karbowanec-1.6.2_freebsd-11_x86_64.zip

from karbowanec.

bogdartysh avatar bogdartysh commented on August 18, 2024

make.zip

from karbowanec.

aivve avatar aivve commented on August 18, 2024

Thanks for alerting us. I am not sure it builds on FreeBSD at all and I never tried. I can't open the archive so can't even look at the errors.

from karbowanec.

bogdartysh avatar bogdartysh commented on August 18, 2024

mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- Building without build tag
-- Could not find DEVELOPER_LOCAL_TOOLS in env (not required)
-- BOOST_IGNORE_SYSTEM_PATHS defaults to OFF
CMake Warning (dev) at CMakeLists.txt:99 (project):
Policy CMP0048 is not set: project() command manages VERSION variables.
Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The following variable(s) would be set to empty:

CMAKE_PROJECT_VERSION
CMAKE_PROJECT_VERSION_MAJOR
CMAKE_PROJECT_VERSION_MINOR
CMAKE_PROJECT_VERSION_PATCH

This warning is for project developers. Use -Wno-dev to suppress it.

-- Building for a 64-bit system
-- Building internal libraries as static
-- Building on amd64 for native
-- AES support enabled
-- Found Boost Version: 106800
CMake Warning at src/version.cmake:3 (message):
Cannot determine current revision. Make sure that you are building either
from a Git working tree or from a source archive.
Call Stack (most recent call first):
CMakeLists.txt:544 (include)

-- Found Git: /usr/local/bin/git
CMake Warning in CMakeLists.txt:
CMAKE_SKIP_INSTALL_RULES was enabled even though installation rules have
been specified

-- Configuring done
-- Generating done
-- Build files have been written to: /root/personal/karbowanec-master/karbowanec-master/build/release
cd build/release && make
fatal: not a git repository (or any of the parent directories): .git
CMake Warning at src/version.cmake:3 (message):
Cannot determine current revision. Make sure that you are building either
from a Git working tree or from a source archive.

[ 0%] Built target version
[ 1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/connecthostport.c.o
/root/personal/karbowanec-master/karbowanec-master/external/miniupnpc/connecthostport.c:155:2: warning: implicitly declaring library function 'snprintf' with type 'int (char *, unsigned long, const char *, ...)' [-Wimplicit-function-declaration]
snprintf(port_str, sizeof(port_str), "%hu", port);
^
/root/personal/karbowanec-master/karbowanec-master/external/miniupnpc/connecthostport.c:155:2: note: include the header <stdio.h> or explicitly provide a declaration for 'snprintf'
/root/personal/karbowanec-master/karbowanec-master/external/miniupnpc/connecthostport.c:191:9: error: incomplete definition of type 'struct sockaddr_in6'
addr6->sin6_scope_id = scope_id;
~~~~~^
/root/personal/karbowanec-master/karbowanec-master/external/miniupnpc/connecthostport.c:190:11: note: forward declaration of 'struct sockaddr_in6'
struct sockaddr_in6 * addr6 = (struct sockaddr_in6 *)p->ai_addr;
^
1 warning and 1 error generated.
*** Error code 1

Stop.
make[3]: stopped in /root/personal/karbowanec-master/karbowanec-master/build/release
*** Error code 1

Stop.
make[2]: stopped in /root/personal/karbowanec-master/karbowanec-master/build/release
*** Error code 1

Stop.
make[1]: stopped in /root/personal/karbowanec-master/karbowanec-master/build/release
*** Error code 1

Stop.
make: stopped in /root/personal/karbowanec-master/karbowanec-master

from karbowanec.

bogdartysh avatar bogdartysh commented on August 18, 2024

@aivve : prov

from karbowanec.

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.