Giter VIP home page Giter VIP logo

Comments (2)

xsscx avatar xsscx commented on August 17, 2024

Hello @audioclassify

Thank you for the confirmation with Host Ubuntu 22,04.4, AMD_64. Issue 77 noted these errors too. The workaround is to Compile using PR #66
Commit f891074a0f1c9d61a3dfa53749265f8c14ed4ee6.

PR 66 Reproduction

cd /tmp
wget https://github.com/InternationalColorConsortium/DemoIccMAX/archive/f891074a0f1c9d61a3dfa53749265f8c14ed4ee6.zip
unzip f891074a0f1c9d61a3dfa53749265f8c14ed4ee6.zip
cd DemoIccMAX-f891074a0f1c9d61a3dfa53749265f8c14ed4ee6/Build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-g -fsanitize=address,undefined -fno-omit-frame-pointer -Wall" -Wno-dev  Cmake
make -j$(nproc) 2>&1 | grep 'error:'

Result: Passing

If I can provide any additional info, or if there are any issues Compiling from Commit f891074a0f1c9d61a3dfa53749265f8c14ed4ee6 please update the issue.

from demoiccmax.

audioclassify avatar audioclassify commented on August 17, 2024

Thank you for your quick reply. The code compiled without errors.

I created an output folder ~/DemoIccMAXresults that sits next to the code folder ~/DemoIccMAX.

The iccToXml command was tested with:

~/DemoIccMAX/build/Tools/IccToXml/iccToXml \
~/DemoIccMAX/Testing/CalcTest/calcUnderStack_sq.icc \
~/DemoIccMAXresults/iccToXmlTest0.xml

The output file contains well formed XML.

This issue is closed.

from demoiccmax.

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.