のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2017-10-03から1日間の記事一覧

vcpkg harfbuzz 1.4.6

重大度レベル コード 説明 プロジェクト ファイル 行 抑制状態 警告 C4100 'error': 引数は関数の本体部で 1 度も参照されません。 hbTools c:\users\m_fujii\documents\github\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\options.hh 96 警告 C4100…

エラー C3861 'hb_buffer_append': 識別子が見つかりませんでした

githubから、harfbuzzをcloneして、コンパイルすると以下のエラーになった。 コンパイルは、visual studioでプロジェクトを作成し、hb-view.ccをコンパイルした。includeは、vcpkgのフォルダを以下のフォルダを指定した。 GitHub\vcpkg\installed\x86-window…

harfbuzz main.c

#include "hb-mutex-private.hh" #include "hb-open-file-private.hh" #include "hb-ot-layout-gdef-table.hh" #include "hb-ot-layout-gsubgpos-private.hh" #ifdef HAVE_GLIB #include <glib.h> #endif #include <stdlib.h> #include <stdio.h> using namespace OT; int main (int arg</stdio.h></stdlib.h></glib.h>…

hb_buffer_append

hb-buffer.cc(1715): * hb_buffer_append: hb-buffer.cc(1726): hb_buffer_append (hb_buffer_t *buffer, hb-buffer.h(377): hb_buffer_append (hb_buffer_t *buffer, ソースのどこかに、notdefがあってエラーになってるみたいだ。 / .notdef

vcpkg integrate install

PS C:\Users\u0\Documents\GitHub\vcpkg> .\vcpkg integrate install Applied user-wide integration for this vcpkg root. All MSBuild C++ projects can now #include any installed libraries. Linking will be handled automatically. Installing new li…

vcpkg harfvbuzz

> .\vcpkg install harfbuzz

vcpkg freetype

> .\vcpkg search freetype

search

C:\Users\m_fujii\Documents\GitHub\vcpkg>vcpkg search

vcpkg

\GitHub\vcpkg のディレクトリ>.\bootstrap-vcpkg.bat

vcpkg

docs.microsoft.com

msys2

MSYS2 homepage

harfbuzzのwin32のreadme

harfbuzzのwin32のreadme