Git Product home page Git Product logo

Comments (17)

Oleksii909 avatar Oleksii909 commented on July 28, 2024

Additional try:

oleksii@alefinvest:~/Projects/github/ion/ion$ python build.py
INFO: Running gyp...
gyp -D OS=linux -D build_py=/home/oleksii/Projects/github/ion/ion/build.py -D flavor= -D gyp_out_os_dir=/home/oleksii/Projects/github/ion/gyp-out/linux -D host_os=linux -D python=/usr/bin/python -D target_arch= -G output_dir=/home/oleksii/Projects/github/ion/gyp-out/linux -f ninja -I /home/oleksii/Projects/github/ion/ion/dev/os.gypi --check --suffix=_linux --depth=/home/oleksii/Projects/github/ion --no-duplicate-basename-check /home/oleksii/Projects/github/ion/ion/ion.gyp
INFO: Building...
/home/oleksii/Projects/github/ion/third_party/ninja/files/bin/ninja-linux64 -j 4 -C /home/oleksii/Projects/github/ion/gyp-out/linux/dbg
ninja: Entering directory `/home/oleksii/Projects/github/ion/gyp-out/linux/dbg'
[1/483] CC obj/third_party/freeglut/fr.../src/freeglut.freeglut_input_devices.o
FAILED: obj/third_party/freeglut/freeglut/src/freeglut.freeglut_input_devices.o 
/usr/bin/clang -MMD -MF obj/third_party/freeglut/freeglut/src/freeglut.freeglut_input_devices.o.d -DION_GYP=1 -DION_CHECK_GL_ERRORS=0 -DION_NO_RTTI=0 -DION_APIENTRY= -DION_PLATFORM_LINUX=1 -DOS_LINUX=OS_LINUX -DARCH_K8 -DION_ARCH_X86_64=1 -DFREEGLUT_STATIC -DHAVE_DLFCN_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_GETTIMEOFDAY -DHAVE_GL_GLU_H -DHAVE_GL_GLX_H -DHAVE_GL_GL_H -DHAVE_INTTYPES_H -DHAVE_LIBXI -DHAVE_LIMITS_HHAVE_MEMORY_H -DHAVE_STDINT_H -DHAVE_STDLIB_H -DHAVE_STRINGS_H -DHAVE_STRING_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_VFPRINTF -DHAVE_VPRINTF -DSTDC_HEADERS -DDEBUG=1 -DION_DEBUG=1 -I../../../ion/port/override -I../../.. -I../../../ion/external/freeglut -I../../../third_party/freeglut/freeglut/include -I../../../third_party/freeglut/freeglut/src -I../../../third_party/GL/gl/include -m64 -fPIC -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -g -O0   -c ../../../third_party/freeglut/freeglut/src/freeglut_input_devices.c -o obj/third_party/freeglut/freeglut/src/freeglut.freeglut_input_devices.o
In file included from ../../../third_party/freeglut/freeglut/src/freeglut_input_devices.c:35:
In file included from ../../../third_party/freeglut/freeglut/include/GL/freeglut.h:17:
../../../third_party/freeglut/freeglut/include/GL/freeglut_std.h:129:13: fatal error: 'GL/glu.h' file not found
#   include <GL/glu.h>
            ^~~~~~~~~~
1 error generated.
[2/483] CC obj/third_party/freeglut/freeglut/src/freeglut.freeglut_init.o
FAILED: obj/third_party/freeglut/freeglut/src/freeglut.freeglut_init.o 
/usr/bin/clang -MMD -MF obj/third_party/freeglut/freeglut/src/freeglut.freeglut_init.o.d -DION_GYP=1 -DION_CHECK_GL_ERRORS=0 -DION_NO_RTTI=0 -DION_APIENTRY= -DION_PLATFORM_LINUX=1 -DOS_LINUX=OS_LINUX -DARCH_K8 -DION_ARCH_X86_64=1 -DFREEGLUT_STATIC -DHAVE_DLFCN_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_GETTIMEOFDAY -DHAVE_GL_GLU_H -DHAVE_GL_GLX_H -DHAVE_GL_GL_H -DHAVE_INTTYPES_H -DHAVE_LIBXI -DHAVE_LIMITS_HHAVE_MEMORY_H -DHAVE_STDINT_H -DHAVE_STDLIB_H -DHAVE_STRINGS_H -DHAVE_STRING_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_VFPRINTF -DHAVE_VPRINTF -DSTDC_HEADERS -DDEBUG=1 -DION_DEBUG=1 -I../../../ion/port/override -I../../.. -I../../../ion/external/freeglut -I../../../third_party/freeglut/freeglut/include -I../../../third_party/freeglut/freeglut/src -I../../../third_party/GL/gl/include -m64 -fPIC -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -g -O0   -c ../../../third_party/freeglut/freeglut/src/freeglut_init.c -o obj/third_party/freeglut/freeglut/src/freeglut.freeglut_init.o
In file included from ../../../third_party/freeglut/freeglut/src/freeglut_init.c:29:
In file included from ../../../third_party/freeglut/freeglut/include/GL/freeglut.h:17:
../../../third_party/freeglut/freeglut/include/GL/freeglut_std.h:129:13: fatal error: 'GL/glu.h' file not found
#   include <GL/glu.h>
            ^~~~~~~~~~
1 error generated.
[3/483] CC obj/third_party/freeglut/freeglut/src/freeglut.freeglut_joystick.o
FAILED: obj/third_party/freeglut/freeglut/src/freeglut.freeglut_joystick.o 
/usr/bin/clang -MMD -MF obj/third_party/freeglut/freeglut/src/freeglut.freeglut_joystick.o.d -DION_GYP=1 -DION_CHECK_GL_ERRORS=0 -DION_NO_RTTI=0 -DION_APIENTRY= -DION_PLATFORM_LINUX=1 -DOS_LINUX=OS_LINUX -DARCH_K8 -DION_ARCH_X86_64=1 -DFREEGLUT_STATIC -DHAVE_DLFCN_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_GETTIMEOFDAY -DHAVE_GL_GLU_H -DHAVE_GL_GLX_H -DHAVE_GL_GL_H -DHAVE_INTTYPES_H -DHAVE_LIBXI -DHAVE_LIMITS_HHAVE_MEMORY_H -DHAVE_STDINT_H -DHAVE_STDLIB_H -DHAVE_STRINGS_H -DHAVE_STRING_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_VFPRINTF -DHAVE_VPRINTF -DSTDC_HEADERS -DDEBUG=1 -DION_DEBUG=1 -I../../../ion/port/override -I../../.. -I../../../ion/external/freeglut -I../../../third_party/freeglut/freeglut/include -I../../../third_party/freeglut/freeglut/src -I../../../third_party/GL/gl/include -m64 -fPIC -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -g -O0   -c ../../../third_party/freeglut/freeglut/src/freeglut_joystick.c -o obj/third_party/freeglut/freeglut/src/freeglut.freeglut_joystick.o
In file included from ../../../third_party/freeglut/freeglut/src/freeglut_joystick.c:34:
In file included from ../../../third_party/freeglut/freeglut/include/GL/freeglut.h:17:
../../../third_party/freeglut/freeglut/include/GL/freeglut_std.h:129:13: fatal error: 'GL/glu.h' file not found
#   include <GL/glu.h>
            ^~~~~~~~~~
1 error generated.
[4/483] CXX obj/ion/text/obj/ion/text/...assets.gen/iontext_assets.text_tests.o
ninja: build stopped: subcommand failed.
ERROR: Build failed.

from ion.

Oleksii909 avatar Oleksii909 commented on July 28, 2024

Trying to install additional dependencies:

sudo apt-get install libglfw3-dev libgl1-mesa-dev libglu1-mesa-dev

from ion.

Oleksii909 avatar Oleksii909 commented on July 28, 2024

Another Error:

oleksii@alefinvest:~/Projects/github/ion/ion$ python build.py
INFO: Running gyp...
gyp -D OS=linux -D build_py=/home/oleksii/Projects/github/ion/ion/build.py -D flavor= -D gyp_out_os_dir=/home/oleksii/Projects/github/ion/gyp-out/linux -D host_os=linux -D python=/usr/bin/python -D target_arch= -G output_dir=/home/oleksii/Projects/github/ion/gyp-out/linux -f ninja -I /home/oleksii/Projects/github/ion/ion/dev/os.gypi --check --suffix=_linux --depth=/home/oleksii/Projects/github/ion --no-duplicate-basename-check /home/oleksii/Projects/github/ion/ion/ion.gyp
INFO: Building...
/home/oleksii/Projects/github/ion/third_party/ninja/files/bin/ninja-linux64 -j 4 -C /home/oleksii/Projects/github/ion/gyp-out/linux/dbg
ninja: Entering directory `/home/oleksii/Projects/github/ion/gyp-out/linux/dbg'
[111/482] LINK tests/ionport_test
FAILED: tests/ionport_test 
/usr/bin/clang++ -lc++ -lc++abi -rdynamic -m64 -fno-stack-protector -Wl,--hash-style=sysv -Wl,-nostdlib -Wl,--no-as-needed -o tests/ionport_test -Wl,--start-group obj/ion/port/tests/ionport_test.align_test.o obj/ion/port/tests/ionport_test.atomic_test.o obj/ion/port/tests/ionport_test.barrier_test.o obj/ion/port/tests/ionport_test.break_test.o obj/ion/port/tests/ionport_test.cxx11_test.o obj/ion/port/tests/ionport_test.environment_test.o obj/ion/port/tests/ionport_test.fileutils_test.o obj/ion/port/tests/ionport_test.macros_test.o obj/ion/port/tests/ionport_test.memory_test.o obj/ion/port/tests/ionport_test.memorymappedfile_test.o obj/ion/port/tests/ionport_test.semaphore_test.o obj/ion/port/tests/ionport_test.stacktrace_test.o obj/ion/port/tests/ionport_test.std_array_test.o obj/ion/port/tests/ionport_test.std_unordered_map_test.o obj/ion/port/tests/ionport_test.std_unordered_set_test.o obj/ion/port/tests/ionport_test.string_test.o obj/ion/port/tests/ionport_test.threadutils_test.o obj/ion/port/tests/ionport_test.timer_test.o libionbase.a libiongtest_vanilla.a libionport.a libionlogging.a libionb64.a libionzlib.a -Wl,--end-group  -L/usr/lib/x86_64-linux-gnu -lpthread -lpthread_nonshared -lm -lc -lc_nonshared -ldl -lgcc -lrt -latomic
/usr/bin/ld: cannot find -lpthread_nonshared
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[114/482] CXX obj/ion/math/ionmath.transformutils.o
ninja: build stopped: subcommand failed.
ERROR: Build failed.

from ion.

Oleksii909 avatar Oleksii909 commented on July 28, 2024

added dependencies:

sudo apt-get install libssl-dev libcrypto++-dev

from ion.

Oleksii909 avatar Oleksii909 commented on July 28, 2024

Trying to verbose:

ld -lpthread_nonshared --verbose

from ion.

Oleksii909 avatar Oleksii909 commented on July 28, 2024

Result:

==================================================
ld: mode elf_x86_64
attempt to open /usr/local/lib/x86_64-linux-gnu/libpthread_nonshared.so failed
attempt to open /usr/local/lib/x86_64-linux-gnu/libpthread_nonshared.a failed
attempt to open /lib/x86_64-linux-gnu/libpthread_nonshared.so failed
attempt to open /lib/x86_64-linux-gnu/libpthread_nonshared.a failed
attempt to open /usr/lib/x86_64-linux-gnu/libpthread_nonshared.so failed
attempt to open /usr/lib/x86_64-linux-gnu/libpthread_nonshared.a failed
attempt to open /usr/lib/x86_64-linux-gnu64/libpthread_nonshared.so failed
attempt to open /usr/lib/x86_64-linux-gnu64/libpthread_nonshared.a failed
attempt to open /usr/local/lib64/libpthread_nonshared.so failed
attempt to open /usr/local/lib64/libpthread_nonshared.a failed
attempt to open /lib64/libpthread_nonshared.so failed
attempt to open /lib64/libpthread_nonshared.a failed
attempt to open /usr/lib64/libpthread_nonshared.so failed
attempt to open /usr/lib64/libpthread_nonshared.a failed
attempt to open /usr/local/lib/libpthread_nonshared.so failed
attempt to open /usr/local/lib/libpthread_nonshared.a failed
attempt to open /lib/libpthread_nonshared.so failed
attempt to open /lib/libpthread_nonshared.a failed
attempt to open /usr/lib/libpthread_nonshared.so failed
attempt to open /usr/lib/libpthread_nonshared.a failed
attempt to open /usr/x86_64-linux-gnu/lib64/libpthread_nonshared.so failed
attempt to open /usr/x86_64-linux-gnu/lib64/libpthread_nonshared.a failed
attempt to open /usr/x86_64-linux-gnu/lib/libpthread_nonshared.so failed
attempt to open /usr/x86_64-linux-gnu/lib/libpthread_nonshared.a failed
ld: cannot find -lpthread_nonshared

from ion.

Oleksii909 avatar Oleksii909 commented on July 28, 2024

I can see that it is requires in line

oleksii@alefinvest:~/Projects/github/ion/ion$ ag pthread_nonshared
common.gypi
336:            '-lpthread_nonshared',
oleksii@alefinvest:~/Projects/github/ion/ion$

from ion.

Oleksii909 avatar Oleksii909 commented on July 28, 2024

Trying to solve following this thread: https://stackoverflow.com/questions/16710047/usr-bin-ld-cannot-find-lnameofthelibrary

sudo apt-get install libpthread-stubs0-dev

not success

from ion.

Oleksii909 avatar Oleksii909 commented on July 28, 2024

Restarted computer.

from ion.

Oleksii909 avatar Oleksii909 commented on July 28, 2024

Following this thread: https://www.mail-archive.com/[email protected]/msg01725.html

from ion.

Oleksii909 avatar Oleksii909 commented on July 28, 2024
sudo apt install mlocate

from ion.

Oleksii909 avatar Oleksii909 commented on July 28, 2024
oleksii@alefinvest:~/Projects/scloud/uzi-jpg$ locate libpthread_nonshared
/snap/gimp/292/usr/lib/x86_64-linux-gnu/libpthread_nonshared.a
/snap/gimp/297/usr/lib/x86_64-linux-gnu/libpthread_nonshared.a
/snap/gnome-3-34-1804/36/usr/lib/x86_64-linux-gnu/libpthread_nonshared.a

from ion.

Oleksii909 avatar Oleksii909 commented on July 28, 2024

fixed making symlink

sudo ln -s /snap/gnome-3-34-1804/36/usr/lib/x86_64-linux-gnu/libpthread_nonshared.a /usr/lib/libpthread_nonshared.so

but then have another error:

oleksii@alefinvest:~/Projects/github/ion/ion$ ./build.sh 
INFO: Running gyp...
gyp -D OS=linux -D build_py=/home/oleksii/Projects/github/ion/ion/build.py -D flavor= -D gyp_out_os_dir=/home/oleksii/Projects/github/ion/gyp-out/linux -D host_os=linux -D python=/usr/bin/python -D target_arch= -G output_dir=/home/oleksii/Projects/github/ion/gyp-out/linux -f ninja -I /home/oleksii/Projects/github/ion/ion/dev/os.gypi --check --suffix=_linux --depth=/home/oleksii/Projects/github/ion --no-duplicate-basename-check /home/oleksii/Projects/github/ion/ion/ion.gyp
INFO: Building...
/home/oleksii/Projects/github/ion/third_party/ninja/files/bin/ninja-linux64 -j 4 -C /home/oleksii/Projects/github/ion/gyp-out/linux/dbg
ninja: Entering directory `/home/oleksii/Projects/github/ion/gyp-out/linux/dbg'
[122/347] CXX obj/ion/text/iontext.freetypefont.o
FAILED: obj/ion/text/iontext.freetypefont.o 
/usr/bin/clang++ -MMD -MF obj/ion/text/iontext.freetypefont.o.d -DION_GYP=1 -DION_CHECK_GL_ERRORS=0 -DION_NO_RTTI=0 -DION_APIENTRY= -DION_PLATFORM_LINUX=1 -DOS_LINUX=OS_LINUX -DARCH_K8 -DION_ARCH_X86_64=1 -DNO_THIRD_PARTY_ZLIB -DOPENCTM_NO_CPP -DION_API= -D_DEBUG -DDEBUG=1 -DION_DEBUG=1 -I../../../ion/port/override -I../../.. -I../../../third_party/google -I../../../third_party/absl -I../../../ion/port/override/third_party -I../../../third_party/zlib/src -I../../../third_party/GL/gl/include -I../../../third_party/openctm/lib -I../../../third_party/freetype2/include -I../../../third_party/freetype2/include/freetype -I../../../third_party/freetype2/include/freetype/config -m64 -fPIC -g -O0 -Wall -Werror -Wno-error=unknown-warning-option -Wno-deprecated -Wno-unknown-pragmas -fno-exceptions -Wno-strict-aliasing -Wconversion -Wno-sign-conversion -Wsign-compare -std=c++11  -c ../../../ion/text/freetypefont.cc -o obj/ion/text/iontext.freetypefont.o
../../../ion/text/freetypefont.cc:531:74: error: implicit conversion from 'unsigned long' to 'float' may lose precision [-Werror,-Wimplicit-int-float-conversion]
  metrics.ascender = static_cast<float>(ft_face_->size->metrics.ascender *
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
1 error generated.
[125/347] CXX obj/ion/text/iontext.outlinebuilder.o
ninja: build stopped: subcommand failed.
ERROR: Build failed.

from ion.

Oleksii909 avatar Oleksii909 commented on July 28, 2024

Trying to fid something for:

implicit conversion from 'unsigned long' to 'float' may lose precision "(ft_face_->size->metrics.ascender *"

from ion.

Oleksii909 avatar Oleksii909 commented on July 28, 2024

Also trying to redo symlink from other files I got: more details on error:

oleksii@alefinvest:~/Projects/github/ion/ion$ ./build.sh 
INFO: Running gyp...
gyp -D OS=linux -D build_py=/home/oleksii/Projects/github/ion/ion/build.py -D flavor= -D gyp_out_os_dir=/home/oleksii/Projects/github/ion/gyp-out/linux -D host_os=linux -D python=/usr/bin/python -D target_arch= -G output_dir=/home/oleksii/Projects/github/ion/gyp-out/linux -f ninja -I /home/oleksii/Projects/github/ion/ion/dev/os.gypi --check --suffix=_linux --depth=/home/oleksii/Projects/github/ion --no-duplicate-basename-check /home/oleksii/Projects/github/ion/ion/ion.gyp
INFO: Building...
/home/oleksii/Projects/github/ion/third_party/ninja/files/bin/ninja-linux64 -j 4 -C /home/oleksii/Projects/github/ion/gyp-out/linux/dbg
ninja: Entering directory `/home/oleksii/Projects/github/ion/gyp-out/linux/dbg'
[3/217] CXX obj/ion/text/iontext.freetypefont.o
FAILED: obj/ion/text/iontext.freetypefont.o 
/usr/bin/clang++ -MMD -MF obj/ion/text/iontext.freetypefont.o.d -DION_GYP=1 -DION_CHECK_GL_ERRORS=0 -DION_NO_RTTI=0 -DION_APIENTRY= -DION_PLATFORM_LINUX=1 -DOS_LINUX=OS_LINUX -DARCH_K8 -DION_ARCH_X86_64=1 -DNO_THIRD_PARTY_ZLIB -DOPENCTM_NO_CPP -DION_API= -D_DEBUG -DDEBUG=1 -DION_DEBUG=1 -I../../../ion/port/override -I../../.. -I../../../third_party/google -I../../../third_party/absl -I../../../ion/port/override/third_party -I../../../third_party/zlib/src -I../../../third_party/GL/gl/include -I../../../third_party/openctm/lib -I../../../third_party/freetype2/include -I../../../third_party/freetype2/include/freetype -I../../../third_party/freetype2/include/freetype/config -m64 -fPIC -g -O0 -Wall -Werror -Wno-error=unknown-warning-option -Wno-deprecated -Wno-unknown-pragmas -fno-exceptions -Wno-strict-aliasing -Wconversion -Wno-sign-conversion -Wsign-compare -std=c++11  -c ../../../ion/text/freetypefont.cc -o obj/ion/text/iontext.freetypefont.o
../../../ion/text/freetypefont.cc:531:74: error: implicit conversion from 'unsigned long' to 'float' may lose precision [-Werror,-Wimplicit-int-float-conversion]
  metrics.ascender = static_cast<float>(ft_face_->size->metrics.ascender *
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
1 error generated.
[6/217] CXX obj/ion/gfx/tests/iongfx_for_tests.fakeglcontext.o
FAILED: obj/ion/gfx/tests/iongfx_for_tests.fakeglcontext.o 
/usr/bin/clang++ -MMD -MF obj/ion/gfx/tests/iongfx_for_tests.fakeglcontext.o.d -DION_GYP=1 -DION_CHECK_GL_ERRORS=0 -DION_NO_RTTI=0 -DION_APIENTRY= -DION_PLATFORM_LINUX=1 -DOS_LINUX=OS_LINUX -DARCH_K8 -DION_ARCH_X86_64=1 -DNO_THIRD_PARTY_ZLIB -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_LANG_CXX11=1 -DION_API= -D_DEBUG -DDEBUG=1 -DION_DEBUG=1 -I../../../ion/port/override -I../../.. -I../../../third_party/google -I../../../third_party/absl -I../../../ion/port/override/third_party -I../../../third_party/zlib/src -I../../../third_party/GL/gl/include -I../../../third_party/googletest/googletest/include -I../../../third_party/googletest/googletest -I../../../third_party/googletest/googlemock/include -I../../../third_party/googletest/googlemock -m64 -fPIC -g -O0 -Wall -Werror -Wno-error=unknown-warning-option -Wno-deprecated -Wno-unknown-pragmas -fno-exceptions -Wno-strict-aliasing -Wconversion -Wno-sign-conversion -Wsign-compare -std=c++11  -c ../../../ion/gfx/tests/fakeglcontext.cc -o obj/ion/gfx/tests/iongfx_for_tests.fakeglcontext.o
../../../ion/gfx/tests/fakeglcontext.cc:4833:28: error: implicit conversion from 'int' to 'float' may lose precision [-Werror,-Wimplicit-int-float-conversion]
          if (CheckGlValue(param >= 1.f &&
                           ^~~~~ ~~
../../../ion/gfx/tests/fakeglcontext.cc:4908:7: note: in instantiation of function template specialization 'ion::gfx::testing::FakeGlContext::ShadowState::TexParameter<int>' requested here
      TexParameter(target, pname, param);
      ^
../../../ion/gfx/tests/fakeglcontext.cc:4834:28: error: implicit conversion from 'int' to 'float' may lose precision [-Werror,-Wimplicit-int-float-conversion]
                           param <= max_texture_max_anisotropy_))
                           ^~~~~ ~~
../../../ion/gfx/tests/fakeglcontext.cc:6276:28: error: implicit conversion from 'int' to 'float' may lose precision [-Werror,-Wimplicit-int-float-conversion]
          if (CheckGlValue(param >= 1.f &&
                           ^~~~~ ~~
../../../ion/gfx/tests/fakeglcontext.cc:6326:7: note: in instantiation of function template specialization 'ion::gfx::testing::FakeGlContext::ShadowState::SamplerParameter<int>' requested here
      SamplerParameter(sampler, pname, param);
      ^
../../../ion/gfx/tests/fakeglcontext.cc:6277:28: error: implicit conversion from 'int' to 'float' may lose precision [-Werror,-Wimplicit-int-float-conversion]
                           param <= max_texture_max_anisotropy_))
                           ^~~~~ ~~
4 errors generated.
ninja: build stopped: subcommand failed.
ERROR: Build failed.

from ion.

Oleksii909 avatar Oleksii909 commented on July 28, 2024

Please share this lib for me kindy

from ion.

siyiding1216 avatar siyiding1216 commented on July 28, 2024

have u fixed this?

from ion.

Related Issues (17)

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.