Giter VIP home page Giter VIP logo

Comments (3)

twardoch avatar twardoch commented on June 18, 2024
  1. Install libintl from http://rudix.org/packages/libintl.html
  2. Add #include to file.hpp in xdxf_makedict/src

from xdxf_makedict.

mshkrebtan avatar mshkrebtan commented on June 18, 2024

I have compiled makedict against macOS Sierra 10.12.3.

First, I installed cmake and gettext via Homebrew:

brew install cmake gettext

Then I installed libintl from Rudix.org.

Then there is a bug #15. You have to include cstdlib in src/file.hpp:

diff --git a/src/file.hpp b/src/file.hpp
index e9f714b..be8d925 100644
--- a/src/file.hpp
+++ b/src/file.hpp
@@ -3,6 +3,7 @@

 #include <cstdio>
 #include <string>
+#include <cstdlib>

 /**
  * Wrapper around FILE, because of std::fstream can not

patch.diff.zip

After that:

export PATH="/usr/local/opt/gettext/bin:$PATH"
cd xdxf_makedict
cmake .
make
sudo make install

from xdxf_makedict.

soshial avatar soshial commented on June 18, 2024

I am closing the issue, because the converter has been deprecated. Please use other converters like pyglossary.

from xdxf_makedict.

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.