hack のためのネタ帳, etc,,,

タグ検索でmake18件見つかりました。

2023080: AC_CHECK_LIB で iconv が検出できない

ってきて ./configure && make しようと試みたところ、以下のようなエラーが出た。 [+] $ ./configure =|| $ ./configure checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .ex…

https://seesaawiki.jp/w/kou1okada/d/2023080%3a%20A... - 2023年08月07日更新

make

ww.gnu.org/software/make/]] * マニュアル - [[GNU Make Manual>http://www.gnu.org/software/make/manual/]] - [[GNU make 日本語訳(Coop編)>http://www.ecoop.net/coop/translated/GNUMake3.77/make_toc.jp.html]] (GNU Make 3.77) - 私的文書置場 / [[GNU Make 3.79.1 ドキュメント (Mon…

https://seesaawiki.jp/w/kou1okada/d/make... - 2022年04月24日更新

20220424: make - config が config.sh で上書きされる

: `s' コマンドが終了していません make: *** [Makefile:4: Dockerfile] エラー 1 ||= が出たところで、一番上に cat config.sh >config とか意味不明な実行結果があるのに気付く。え!!!? 最初から原因は示されていたのに、下の sed のエラーに目を取られ結果、重要な上の 3 行から注意が逸らされてしまってたという落ち。orz 何これ? 暗黙の依存関係に =|SH| config: config.sh cat config.sh &g…

https://seesaawiki.jp/w/kou1okada/d/20220424%3a%20... - 2022年04月24日更新

20220131: gcc - Warning の文字化けと脱色

Cygwin でコンパイルしてみた。 make 通してみると、元々のソースコードが EUC-JP のだったので warning 中に現れる日本語コメントが文字化けしてしまったので、 =|| nkf --in-place -w *.{c,h,1} ||= とすることで UTF-8 に直してから再度 make を実行してみたところ、 - gcc の warning がカラーにならない - warning に出てくるソース中の日本語コメントが UTF-8 のはずなのに文字化けする という現象に遭遇した。 m…

https://seesaawiki.jp/w/kou1okada/d/20220131%3a%20... - 2022年02月01日更新

20190908: Visual Studio Code - C/C++

ろう。 task.json への設定は make を呼び出すための極々簡素な物で構わない。 以下に示す程度の設定で充分だろう。 =|JS| { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "type"…

https://seesaawiki.jp/w/kou1okada/d/20190908%3a%20... - 2019年09月10日更新

llmk

llmk - The Light LaTeX Make ネタ元: &twitter(1306001535583678465) * 公式ページ等 - GitHub / wtsnjp / [[llmk>https://github.com/wtsnjp/llmk]] - ラング・ラグー / 2018-08-13: [[llmk プロジェクトが始動しました>https://blog.wtsnjp.com/2018/08/13/llmk-launch/]] …

https://seesaawiki.jp/w/kou1okada/d/llmk... - 2020年09月16日更新

20200402: Makefile で precompiled header を使う

ある .gch を利用したい。 「[[makefile precompiled header>https://google.com/#q=makefile+precompiled+header]]」でググったら検索すると以下のページが見つかった。 - stackoverflow / 2018-12-29: Precompiled headers not used by GCC when building with a makefile # [[answer-53970380>https://…

https://seesaawiki.jp/w/kou1okada/d/20200402%3a%20... - 2020年04月02日更新

20200326: Makefile.PL に失敗する

PERL_MM_OPT をクリアして make すれば OK らしい。 え〜?そんなの設定したっけ?と思って調べてみると確かに設定されてる。 =|| $ declare -p PERL_MM_OPT declare -x PERL_MM_OPT="INSTALL_BASE=/home/kou/perl5" ||= 当該箇所の前後を確認してみると確かに local::lib っぽい設定が行われていた。 =|| $ find ~/ -maxdepth 1 -iname '.*' -type f -exec…

https://seesaawiki.jp/w/kou1okada/d/20200326%3a%20... - 2020年03月27日更新

CMake

ense>http://www.cmake.org/cmake/project/license.html]]. * 公式ページ等 - [[CMake>http://www.cmake.org/]] -- [[Documentation (latest)>https://cmake.org/cmake/help/latest/]] -- [[Tutorial>https://cmake.org/cmake-tutorial/]] * 参考になるページ等 - Wikipedia / …

https://seesaawiki.jp/w/kou1okada/d/CMake... - 2019年10月01日更新

20190909: Visual Studio Code - C/C++

D] 普通に面倒なだけなので、昨日同様、make に丸投げする方が良いだろう。 変更後の launch.json =|JS| { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?li…

https://seesaawiki.jp/w/kou1okada/d/20190909%3a%20... - 2019年09月09日更新

20190725: C# - GNU Make, CMake

、 現状 cygwin で利用可能な cmake version 3.14.5 では、以下のように、依然として Visual Studio 2010 or later 以外の generator では利用不能であった。 =|| $ cmake .. ... CMake Error at /usr/share/cmake-3.14.5/Modules/CMakeDetermineCSharpCompiler.cmake:5 (message): C# is currently only supporte…

https://seesaawiki.jp/w/kou1okada/d/20190725%3a%20... - 2019年07月25日更新

20180325: MONO で C# の build 環境

2018-03-25 現在、[[GNU make の manual>https://www.gnu.org/software/make/manual/make.html]] には C# に関する記述は一切ない状況で、 ググってもほとんど情報がみつからない。 MONO の WinForms の ドキュメントの [[Sample Code>http://www.mono-project.com/docs/gui/winforms/#sample-code]] で紹介されている - GitHub /…

https://seesaawiki.jp/w/kou1okada/d/20180325%3a%20... - 2018年03月26日更新

Meson

Python 製のビルドツールらしい ネタ元: - GitHub / GNOME /shotwell / shotwell-0.30.1 / [[INSTALL>https://github.com/GNOME/shotwell/blob/shotwell-0.30.1/INSTALL]] * 公式ページ等 - [[The Meson Build System>https://mesonbuild.com/]] - GitHub / mesonbuild / [[meson>https…

https://seesaawiki.jp/w/kou1okada/d/Meson... - 2018年11月30日更新

ClutTeX

ネタ元: &twitter(1051015131721752582) * 公式ページ等 - GitHub / minoki / [[cluttex>https://github.com/minoki/cluttex]] - CTAN / [[cluttex>https://www.ctan.org/pkg/cluttex]] - 雑記帳 / 2018-10-13: [[LaTeX処理自動化ツール ClutTeX をリリースした>https://blog.miz-ar.info/2018…

https://seesaawiki.jp/w/kou1okada/d/ClutTeX... - 2018年10月16日更新

Autotools

autoconf, automake, libtool の 3 つのツールをあわせた呼び名。 configure スクリプトを自動生成する事で [[make]] によるビルドの自動化を可能にする。 * 公式ページ等 - [[GNU Autoconf>http://www.gnu.org/software/autoconf/]] - [[GNU Automake>http://www.gnu.org/software/automake/automake.html]] - [[GNU Libtoo…

https://seesaawiki.jp/w/kou1okada/d/Autotools... - 2016年10月05日更新

Visual Studio - CUI

923-alternatives-of-make){2016-09-23: make の代替} make や nmake の代わりに、 solutionfile を直接コンソールからビルドするって使い方が出来る模様。 msbuild.exe、devenv.exe の2つの方法があるようだ。 *** &aname(msbuild){msbuild} ビルドする場合は =|| msbuild SolutionFile [/t:[ProjectName:]target] [/p:propname=value …

https://seesaawiki.jp/w/kou1okada/d/Visual%20Studi... - 2016年09月25日更新

sbt

Scala を用いたビルドツールらしい(Scala Build Tool ?) ネタ元: &twitter(695451461400948737) * 公式ページ等 - [[sbt - The interactive build tool>http://www.scala-sbt.org/]] * 参考になるページ等 - Google: [[scala sbt>https://google.com/search?q=scala+sbt]] …

https://seesaawiki.jp/w/kou1okada/d/sbt... - 2016年02月05日更新

Rake

Ruby によるビルドツール。 要するに文法が Ruby な Make。 ** 公式ページ - [[Rake - Ruby Make>http://rake.rubyforge.org/]] - [[RubyForge: Rake: Project info>http://rubyforge.org/projects/rake/]] ** 参考になるページ - Ruby on Rails究極指南: -- [[第3回 話題騒然! 「言語内DSL」の概念とRake【前編】>http://…

https://seesaawiki.jp/w/kou1okada/d/Rake... - 2007年03月20日更新

ai(22) android(29) bash(40) c++(52) cxx(54) cygwin(128) debian(39) deeplearning(32) diary(765) excel(21) font(30) free-book(47) git(21) github(28) gnu-r(77) google(26) hdd(22) html(25) java(26) javascript(118) latex(57) lcd(22) library(24) linux(97) machinelearning(31) memo(462) microsoft(42) oss(25) pdf(38) powershell(65) programming(32) proxy(23) python(100) r-lang(47) ruby(86) security(72) ssh(34) tex(37) tips(397) troubleshooting(443) ubuntu(114) unicode(22) usb(21) virtualization(24) vscode(28) windows(126) windows10(50) wsl(26) zfs(32) 数式(21)

管理人/副管理人のみ編集できます