Skip to main content

2022年

2022年:

稲垣 貴俊稲垣 貴俊 2020.5.2 15:53 NEWS | TV/MOVIE
『トランスフォーマー』実写新作映画、2022年6月に米公開へ
https://theriver.jp/transformers-2022-new-film/


宇宙ホテルを2022年に開業へ、12日間10億円
https://natgeo.nikkeibp.co.jp/atcl/news/18/041000159/

[あのころ、映画があった 必見の外国映画名作選](21)/2001年宇宙の旅/SF金字塔 若者が評価
https://www.okinawatimes.co.jp/articles/-/233730


来園者もびっくり!クマと猫が育んだ意外な友情とは:
https://www.giveitlove.com/bear-encounters-a-house-cat/?utm_campaign=ytr-d-jp-c-0-0-200425-gl-ob-ac-a1&utm_term=eyJpdSI6IjU3ZDUyYTYyYzZlZjJhZjBjMWFlN2FkMWZmOGE4ZjBjNGRmMzIwMWU1MDE4ZjFjMTIyYTBhMzNjNzU5YTE3YjAiLCJ3Ijo2MSwiaCI6NjEsImQiOjEuMCwiY3MiOjAsImYiOjB9.jpg&utm_source=ob&utm_medium=0094c3586fd7adf514e3e8abc4d4c2ce45-ob&utm_content=0048da9001b488a280bfbf0fac4225048f&utm_cpc=0.030&dicbo=v1-936041bb84c555974898e8c89e925cfb-001f12d5e2acc100a52ea366a010f3f885-ha3wgy3gmrrwgljxmqztqljumuzwkllcg5swiljxg4zdozjvmq4tcyjsgi&chrome=1

MotoGP:スズキがジョアン・ミルと契約更新。2022年までリンスとタッグ組みGSX-RR駆る
https://www.as-web.jp/bike/583711?all

Comments

Popular posts from this blog

ffmpeg: compilation: Makefile

1. Find sub-directory and ... 2. Care of the literature and ... * Parameter print - - - - CONFIG_POSTPROC - - - .PHONY ...  there is a file named  clean . ... - - - - - - - - - - - - .\Makefile File changed time Fri Jun 04 12:29:06 2021 1 :MAIN_MAKEFILE=1 2 :include config.mak 3 : 4 :vpath %.c $(SRC_PATH) 5 :vpath %.cpp $(SRC_PATH) 6 :vpath %.h $(SRC_PATH) 7 :vpath %.inc $(SRC_PATH) 8 :vpath %.m $(SRC_PATH) 9 :vpath %.S $(SRC_PATH) 10 :vpath %.asm $(SRC_PATH) 11 :vpath %.rc $(SRC_PATH) 12 :vpath %.v $(SRC_PATH) 13 :vpath %.texi $(SRC_PATH) 14 :vpath %/fate_config.sh.template $(SRC_PATH) 15 : 16 :AVPROGS-$(CONFIG_FFMPEG) += ffmpeg 17 :AVPROGS-$(CONFIG_FFPLAY) += ffplay 18 :AVPROGS-$(CONFIG_FFPROBE) += ffprobe 19 :AVPROGS-$(CONFIG_FFSERVER) += ffserver 20 : 21 :AVPROGS := $(AVPROGS-yes:%=%$(PROGSSUF)$(EXESUF)) 22 :INSTPROGS = $(AVPROGS-yes:%=%$(PROGSSUF)$(EXESUF)) ...

Big Leaves:

They are growing this year.Dirt is well for any leaves.Weirds are cut by the machine on the line. 2022/10/09 10:24:08 *

cmake-gui

We could yum-search cmake-gui, install it and boot it so that easily create project files for compilation, which means almost make files as configured: cmake-gui can use VERSION 3.6.1 if you add entry: message is the below: CMake Error: The source directory "...../read_005/src" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. We must create CMakeLists.txt but we can select "from UNIX makefile" as "Configure". "cmake-gui" itself is CMake 2.8.12.2 displayed. We could see CmakeCache.txt like the below so that we could not create tags by use of cmak-gui. ######################## # EXTERNAL cache entries ######################## cmake_minimum_required:STRING=VERSION 3.6.1 We'd rather love: cmake_minimum_required(VERSION 3.6.1) cmake-gui version itself must be higher, at least, we think.  (20200911: cmake3-gui) Configured and Generator: Now they are same. --- CMake Error: The source dir...