惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
量子位
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
J
Java Code Geeks
V
V2EX
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
博客园 - Franky
爱范儿
爱范儿
T
Tailwind CSS Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
博客园_首页
B
Blog RSS Feed
博客园 - 司徒正美
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - milton-git
2026-06-12 · via AUR Newest Packages

Pinned Comments

haawda commented on 2022-11-21 10:35 (UTC)

Please build in a clean chroot.

Popolon commented on 2025-12-06 15:59 (UTC)

harfbuzz patch is no more needed

but need to add -D CMAKE_POLICY_VERSION_MINIMUM=3.5 to the cmake:

so just replace the harfbuzz patch by this cmake one.

Desipite this it still fail latter in "third_party/SDL2-2.0.8/src/video/kmsdrm/SDL_kmsdrmopengles.c:40:81", ((SDL_VideoData )_this->driverdata)->gbm* is an oncompatible pointer type.

diff --git a/build-lin.sh b/build-lin.sh
index 7716b30..e658f94 100755
--- a/build-lin.sh
+++ b/build-lin.sh
@@ -18,6 +18,7 @@ pushd third_party/SDL2-2.0.8
     -D SDL_SHARED:BOOL=OFF
     -D CMAKE_INSTALL_PREFIX="../linux64"
     -G "Unix Makefiles"
+    -D CMAKE_POLICY_VERSION_MINIMUM=3.5
     -D CMAKE_DEBUG_POSTFIX="_debug"
     -D SDL_STATIC_PIC:BOOL=ON
     '
@@ -32,5 +33,8 @@ popd
 mkdir -p build
 cd build

+# We must set these cxxflags so harfbuzz header is found:
+# https://gitlab.kitware.com/cmake/cmake/issues/19531
+CXXFLAGS=$(pkgconf --cflags harfbuzz) \
 cmake $@ .. || exit 1
 make -j || exit 1

tocic commented on 2022-11-30 11:57 (UTC)

tocic commented on 2022-11-30 11:43 (UTC)

I'm getting the following message during makepkg -sir:

==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/bin/milton

tocic commented on 2022-11-30 11:20 (UTC)

haawda commented on 2022-11-21 10:35 (UTC)

Please build in a clean chroot.

Tio commented on 2022-01-29 14:24 (UTC)

I get this error:

/var/tmp/pamac-build-tio/milton-git/src/milton/third_party/SDL2-2.0.8/build/linrelease/wayland-generated-protocols/wayland-client-protocol.h:4796: undefined reference to `wl_proxy_get_version'
/usr/bin/ld: /var/tmp/pamac-build-tio/milton-git/src/milton/third_party/SDL2-2.0.8/build/linrelease/wayland-generated-protocols/wayland-client-protocol.h:4796: undefined reference to `wl_proxy_marshal_flags'
/usr/bin/ld: ../third_party/SDL2-2.0.8/build/linux64/lib/libSDL2d.a(SDL_waylandmouse.c.o): in function `wl_buffer_destroy':
/var/tmp/pamac-build-tio/milton-git/src/milton/third_party/SDL2-2.0.8/build/linrelease/wayland-generated-protocols/wayland-client-protocol.h:2017: undefined reference to `wl_proxy_get_version'
/usr/bin/ld: /var/tmp/pamac-build-tio/milton-git/src/milton/third_party/SDL2-2.0.8/build/linrelease/wayland-generated-protocols/wayland-client-protocol.h:2017: undefined reference to `wl_proxy_marshal_flags'
/usr/bin/ld: /var/tmp/pamac-build-tio/milton-git/src/milton/third_party/SDL2-2.0.8/build/linrelease/wayland-generated-protocols/wayland-client-protocol.h:2017: undefined reference to `wl_proxy_get_version'
/usr/bin/ld: /var/tmp/pamac-build-tio/milton-git/src/milton/third_party/SDL2-2.0.8/build/linrelease/wayland-generated-protocols/wayland-client-protocol.h:2017: undefined reference to `wl_proxy_marshal_flags'
/usr/bin/ld: ../third_party/SDL2-2.0.8/build/linux64/lib/libSDL2d.a(SDL_waylandmouse.c.o): in function `wl_compositor_create_surface':
/var/tmp/pamac-build-tio/milton-git/src/milton/third_party/SDL2-2.0.8/build/linrelease/wayland-generated-protocols/wayland-client-protocol.h:1291: undefined reference to `wl_proxy_get_version'
/usr/bin/ld: /var/tmp/pamac-build-tio/milton-git/src/milton/third_party/SDL2-2.0.8/build/linrelease/wayland-generated-protocols/wayland-client-protocol.h:1291: undefined reference to `wl_proxy_marshal_flags'
/usr/bin/ld: ../third_party/SDL2-2.0.8/build/linux64/lib/libSDL2d.a(SDL_waylandtouch.c.o): in function `wl_registry_bind':
/var/tmp/pamac-build-tio/milton-git/src/milton/third_party/SDL2-2.0.8/build/linrelease/wayland-generated-protocols/wayland-client-protocol.h:1175: undefined reference to `wl_proxy_marshal_flags'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/Milton.dir/build.make:148: Milton] Error 1
make[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/Milton.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Tio commented on 2022-01-28 00:56 (UTC)

I get this error:

-- Build files have been written to: /var/tmp/pamac-build-tio/milton/src/build
[ 20%] Building CXX object CMakeFiles/shadergen.dir/src/shadergen.cc.o
cc1plus: error: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Werror=format-security]
cc1plus: note: unrecognized command-line option ‘-Wno-extern-c-compat’ may have been intended to silence earlier diagnostics
cc1plus: note: unrecognized command-line option ‘-Wno-c++11-compat-deprecated-writable-strings’ may have been intended to silence earlier diagnostics
cc1plus: some warnings being treated as errors
make[2]: *** [CMakeFiles/shadergen.dir/build.make:76: CMakeFiles/shadergen.dir/src/shadergen.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/shadergen.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...


gavinbeatty commented on 2021-11-06 01:46 (UTC)

kostas1507 commented on 2020-11-23 21:10 (UTC)

The last update broke this. I can start it and also change all the settings but I am unable to draw, in fact the brush doesn't appear on the screen, not even the cursor. I had no luck compiling this my self and I stupidly deleted my cache... I would really appreciate it if this got fixed, also let me know if I am missing something!

mcmarius11 commented on 2020-06-04 17:14 (UTC)

sadly does not build :( collect2: error: ld returned 1 exit status make[2]: [CMakeFiles/Milton.dir/build.make:155: Milton] Error 1 make[1]: [CMakeFiles/Makefile2:98: CMakeFiles/Milton.dir/all] Error 2 make: *** [Makefile:104: all] Error 2