Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glimmer app causes "cannot load such file -- color (LoadError)" #241

Closed
chip opened this issue Jan 24, 2025 · 7 comments
Closed

Glimmer app causes "cannot load such file -- color (LoadError)" #241

chip opened this issue Jan 24, 2025 · 7 comments

Comments

@chip
Copy link
Contributor

chip commented Jan 24, 2025

Hi, I'm attempting to build a binary for a Glimmer App running ruby 3.3.0 on an M2 chip with Ventura 13.2 and it crashes.

Please let me know if you have any suggestions. Happy to provide additional info as requested. Thanks in advance.

Here's the output:

tebako setup

Ended successfully (Omitting verbose output):

[100%] Completed '_dwarfs_wr'
[100%] Built target _dwarfs_wr
Tebako setup has completed
[100%] Built target setup

Pressed the app:

tebako press --root=/Users/chip/code/ruby/pathos_macos --entry-point=/Users/chip/code/ruby/pathos_macos/bin/pathos_macos
Tebako executable packager version 0.12.6
No prefix specified, using ~/.tebako
-- Absolute path to entry point '/Users/chip/code/ruby/pathos_macos/bin/pathos_macos' will be reduced to 'bin/pathos_macos' relative to '/Users/chip/code/ruby/pathos_macos'
Running tebako press at /Users/chip/.tebako
   Mode:                      'bundle'
   Ruby version:              '3.2.6'
   Project root:              '/Users/chip/code/ruby/pathos_macos/'
   Application entry point:   '/Users/chip/code/ruby/pathos_macos/bin/pathos_macos'
   Package file name:         '/Users/chip/code/ruby/pathos_macos/pathos_macos'
   Loging level:              'error'
   Package working directory: '<Host current directory>'

******************************************************************************************************************
*                                                                                                                *
*  WARNING: You are packaging in-place, i.e.: tebako package will be placed inside application root.             *
*  It is not an error but we do not recommend it because it is a way to keep packaging old versions recrsively.  *
*                                                                                                                *
******************************************************************************************************************

-- Generating files
   ... tebako-version.h
   ... tebako-fs.cpp
   ... deploy.rb
-- Using brew environment at /opt/homebrew
-- Found bison keg installed by Homebrew at /opt/homebrew/opt/bison
-- Found flex keg installed by Homebrew at /opt/homebrew/opt/flex
-- Found bash keg installed by Homebrew at /opt/homebrew/opt/bash
-- Running tebako press script
Running tebako press script
-- OSTYPE: 'darwin22.6.0'
-- NCORES: 10
Configuration summary:
-- ruby: v3.2.6 at /Users/chip/.tebako/deps/src/_ruby_3.2.6
-- dwarfs with tebako wrapper: @v0.9.2 at /Users/chip/.tebako/deps/src/_dwarfs_wr
-- DATA_SRC_DIR: /Users/chip/.tebako/o/s
-- DATA_PRE_DIR: /Users/chip/.tebako/o/r
-- DATA_BIN_DIR: /Users/chip/.tebako/o/p
-- DATA_BIN_FILE: /Users/chip/.tebako/o/p/fs.bin
-- Target binary directory: /Users/chip/.tebako/o/s/bin
-- Target library directory: /Users/chip/.tebako/o/s/lib
-- Target local directory: /Users/chip/.tebako/o/s/local
-- Target Gem directory:: /Users/chip/.tebako/o/s/lib/ruby/gems/3.2.0
-- FS_MOUNT_POINT: /__tebako_memfs__
-- Building for Win32 Ruby (RB_W32): OFF
-- Removing GLIBC_PRIVATE reference: OFF
-- Not building Ruby extensions: dbm,win32,win32ole,-test-/*
-- Ruby build cflags='-fPIC -I/Users/chip/.tebako/deps/include -I/Users/chip/.gem/ruby/3.3.0/gems/tebako-0.12.6/include -fdeclspec -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/include'
-- Ruby build LDFLAGS='-L/Users/chip/.tebako/deps/lib -L/Users/chip/.tebako/o -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/opt/zlib/lib  -L/opt/homebrew/lib'
-- openssl Ruby option='--with-openssl-dir=/opt/homebrew/opt/openssl@3'
-- libyaml Ruby option=''
-- Configuring done (0.1s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/chip/.tebako/o
[ 84%] Built target _dwarfs_wr
[ 84%] Built target _ruby_3.2.6
Tebako setup has been verified
[ 84%] Built target setup
-- Running init script
   ... creating packaging environment at /Users/chip/.tebako/o/s
-- Running deploy script
   ... installing tebako-runtime gem
   ... @ /Users/chip/.tebako/o/s/bin/gem install tebako-runtime --no-document --install-dir /Users/chip/.tebako/o/s/lib/ruby/gems/3.2.0 --bindir /Users/chip/.tebako/o/s/bin
   ... deploying Gemfile
   ... @ /Users/chip/.tebako/o/s/bin/bundle config set --local build.ffi --disable-system-libffi
   ... @ /Users/chip/.tebako/o/s/bin/bundle config set --local build.nokogiri --no-use-system-libraries
   ... @ /Users/chip/.tebako/o/s/bin/bundle config set --local force_ruby_platform false
   *** It may take a long time for a big project. It takes REALLY long time on Windows ***
   ... @ /Users/chip/.tebako/o/s/bin/bundle install --jobs=10
   ... target entry point will be at /__tebako_memfs__/local/bin/pathos_macos
   ... stripping the output
-- Running mkdwarfs script
   ... @ /Users/chip/.tebako/deps/bin/mkdwarfs -o /Users/chip/.tebako/o/p/fs.bin -i /Users/chip/.tebako/o/s --no-progress
[ 84%] Built target packaged_filesystem
[ 89%] Building CXX object CMakeFiles/tebako-fs.dir/Users/chip/.tebako/deps/src/tebako/tebako-fs.cpp.o
[ 94%] Building CXX object CMakeFiles/tebako-fs.dir/src/tebako-main.cpp.o
[100%] Linking CXX static library libtebako-fs.a
[100%] Built target tebako-fs
-- Running finalize script
   ... building tebako package
   ... @ make ruby -j10
   ... @ make -j10
Created tebako package at "/Users/chip/code/ruby/pathos_macos/pathos_macos"
[100%] Built target tebako

Ran the executable:

./pathos_macos    
Ignoring bigdecimal-3.1.9 because its extensions are not built. Try: gem pristine bigdecimal --version 3.1.9
Ignoring bigdecimal-3.1.8 because its extensions are not built. Try: gem pristine bigdecimal --version 3.1.8
Ignoring bigdecimal-3.1.7 because its extensions are not built. Try: gem pristine bigdecimal --version 3.1.7
Ignoring bindex-0.8.1 because its extensions are not built. Try: gem pristine bindex --version 0.8.1
Ignoring bootsnap-1.18.3 because its extensions are not built. Try: gem pristine bootsnap --version 1.18.3
Ignoring byebug-11.1.3 because its extensions are not built. Try: gem pristine byebug --version 11.1.3
Ignoring date-3.4.1 because its extensions are not built. Try: gem pristine date --version 3.4.1
Ignoring debug-1.10.0 because its extensions are not built. Try: gem pristine debug --version 1.10.0
Ignoring debug-1.9.2 because its extensions are not built. Try: gem pristine debug --version 1.9.2
Ignoring debug-1.9.1 because its extensions are not built. Try: gem pristine debug --version 1.9.1
Ignoring eventmachine-1.2.7 because its extensions are not built. Try: gem pristine eventmachine --version 1.2.7
Ignoring ffi-1.16.3 because its extensions are not built. Try: gem pristine ffi --version 1.16.3
Ignoring google-protobuf-3.25.1 because its extensions are not built. Try: gem pristine google-protobuf --version 3.25.1
Ignoring http_parser.rb-0.8.0 because its extensions are not built. Try: gem pristine http_parser.rb --version 0.8.0
Ignoring io-console-0.8.0 because its extensions are not built. Try: gem pristine io-console --version 0.8.0
Ignoring io-console-0.7.2 because its extensions are not built. Try: gem pristine io-console --version 0.7.2
Ignoring libxml-ruby-3.2.1 because its extensions are not built. Try: gem pristine libxml-ruby --version 3.2.1
Ignoring msgpack-1.7.2 because its extensions are not built. Try: gem pristine msgpack --version 1.7.2
Ignoring nio4r-2.7.0 because its extensions are not built. Try: gem pristine nio4r --version 2.7.0
Ignoring prism-0.30.0 because its extensions are not built. Try: gem pristine prism --version 0.30.0
Ignoring prism-0.29.0 because its extensions are not built. Try: gem pristine prism --version 0.29.0
Ignoring prism-0.24.0 because its extensions are not built. Try: gem pristine prism --version 0.24.0
Ignoring psych-5.2.2 because its extensions are not built. Try: gem pristine psych --version 5.2.2
Ignoring psych-5.2.1 because its extensions are not built. Try: gem pristine psych --version 5.2.1
Ignoring puma-6.4.2 because its extensions are not built. Try: gem pristine puma --version 6.4.2
Ignoring quirc-0.2.0 because its extensions are not built. Try: gem pristine quirc --version 0.2.0
Ignoring racc-1.8.1 because its extensions are not built. Try: gem pristine racc --version 1.8.1
Ignoring racc-1.8.0 because its extensions are not built. Try: gem pristine racc --version 1.8.0
Ignoring racc-1.7.3 because its extensions are not built. Try: gem pristine racc --version 1.7.3
Ignoring rbs-3.5.1 because its extensions are not built. Try: gem pristine rbs --version 3.5.1
Ignoring rbs-3.4.0 because its extensions are not built. Try: gem pristine rbs --version 3.4.0
Ignoring rmagick-4.2.2 because its extensions are not built. Try: gem pristine rmagick --version 4.2.2
Ignoring rubyvor-0.1.4 because its extensions are not built. Try: gem pristine rubyvor --version 0.1.4
Ignoring sqlite3-2.0.2 because its extensions are not built. Try: gem pristine sqlite3 --version 2.0.2
Ignoring sqlite3-1.7.3 because its extensions are not built. Try: gem pristine sqlite3 --version 1.7.3
Ignoring stringio-3.1.2 because its extensions are not built. Try: gem pristine stringio --version 3.1.2
Ignoring stringio-3.1.1 because its extensions are not built. Try: gem pristine stringio --version 3.1.1
Ignoring websocket-driver-0.7.6 because its extensions are not built. Try: gem pristine websocket-driver --version 0.7.6
'tebako-runtime' was not loaded.
Ignoring stringio-3.1.2 because its extensions are not built. Try: gem pristine stringio --version 3.1.2
Ignoring stringio-3.1.1 because its extensions are not built. Try: gem pristine stringio --version 3.1.1
Ignoring date-3.4.1 because its extensions are not built. Try: gem pristine date --version 3.4.1
WARN: Unresolved or ambiguous specs during Gem::Specification.reset:
      rake (>= 10.1.0, < 14.0.0)
      Available/installed versions of this gem:
      - 13.2.1
      - 13.1.0
      - 13.0.3
      stringio (>= 0)
      Available/installed versions of this gem:
      - 3.1.2
      - 3.1.1
      - 3.0.4
WARN: Clearing out unresolved specs. Try 'gem cleanup <gem>'
Please report a bug if this causes problems.
Ignoring bigdecimal-3.1.9 because its extensions are not built. Try: gem pristine bigdecimal --version 3.1.9
Ignoring bigdecimal-3.1.8 because its extensions are not built. Try: gem pristine bigdecimal --version 3.1.8
Ignoring bigdecimal-3.1.7 because its extensions are not built. Try: gem pristine bigdecimal --version 3.1.7
Ignoring bindex-0.8.1 because its extensions are not built. Try: gem pristine bindex --version 0.8.1
Ignoring bootsnap-1.18.3 because its extensions are not built. Try: gem pristine bootsnap --version 1.18.3
Ignoring byebug-11.1.3 because its extensions are not built. Try: gem pristine byebug --version 11.1.3
Ignoring date-3.4.1 because its extensions are not built. Try: gem pristine date --version 3.4.1
Ignoring debug-1.10.0 because its extensions are not built. Try: gem pristine debug --version 1.10.0
Ignoring debug-1.9.2 because its extensions are not built. Try: gem pristine debug --version 1.9.2
Ignoring debug-1.9.1 because its extensions are not built. Try: gem pristine debug --version 1.9.1
Ignoring eventmachine-1.2.7 because its extensions are not built. Try: gem pristine eventmachine --version 1.2.7
Ignoring ffi-1.16.3 because its extensions are not built. Try: gem pristine ffi --version 1.16.3
Ignoring google-protobuf-3.25.1 because its extensions are not built. Try: gem pristine google-protobuf --version 3.25.1
Ignoring http_parser.rb-0.8.0 because its extensions are not built. Try: gem pristine http_parser.rb --version 0.8.0
Ignoring io-console-0.8.0 because its extensions are not built. Try: gem pristine io-console --version 0.8.0
Ignoring io-console-0.7.2 because its extensions are not built. Try: gem pristine io-console --version 0.7.2
Ignoring libxml-ruby-3.2.1 because its extensions are not built. Try: gem pristine libxml-ruby --version 3.2.1
Ignoring msgpack-1.7.2 because its extensions are not built. Try: gem pristine msgpack --version 1.7.2
Ignoring nio4r-2.7.0 because its extensions are not built. Try: gem pristine nio4r --version 2.7.0
Ignoring prism-0.30.0 because its extensions are not built. Try: gem pristine prism --version 0.30.0
Ignoring prism-0.29.0 because its extensions are not built. Try: gem pristine prism --version 0.29.0
Ignoring prism-0.24.0 because its extensions are not built. Try: gem pristine prism --version 0.24.0
Ignoring psych-5.2.2 because its extensions are not built. Try: gem pristine psych --version 5.2.2
Ignoring psych-5.2.1 because its extensions are not built. Try: gem pristine psych --version 5.2.1
Ignoring puma-6.4.2 because its extensions are not built. Try: gem pristine puma --version 6.4.2
Ignoring quirc-0.2.0 because its extensions are not built. Try: gem pristine quirc --version 0.2.0
Ignoring racc-1.8.1 because its extensions are not built. Try: gem pristine racc --version 1.8.1
Ignoring racc-1.8.0 because its extensions are not built. Try: gem pristine racc --version 1.8.0
Ignoring racc-1.7.3 because its extensions are not built. Try: gem pristine racc --version 1.7.3
Ignoring rbs-3.5.1 because its extensions are not built. Try: gem pristine rbs --version 3.5.1
Ignoring rbs-3.4.0 because its extensions are not built. Try: gem pristine rbs --version 3.4.0
Ignoring rmagick-4.2.2 because its extensions are not built. Try: gem pristine rmagick --version 4.2.2
Ignoring rubyvor-0.1.4 because its extensions are not built. Try: gem pristine rubyvor --version 0.1.4
Ignoring sqlite3-2.0.2 because its extensions are not built. Try: gem pristine sqlite3 --version 2.0.2
Ignoring sqlite3-1.7.3 because its extensions are not built. Try: gem pristine sqlite3 --version 1.7.3
Ignoring stringio-3.1.2 because its extensions are not built. Try: gem pristine stringio --version 3.1.2
Ignoring stringio-3.1.1 because its extensions are not built. Try: gem pristine stringio --version 3.1.1
Ignoring websocket-driver-0.7.6 because its extensions are not built. Try: gem pristine websocket-driver --version 0.7.6
Could not find debug-1.10.0, psych-5.2.2, racc-1.8.1, date-3.4.1, stringio-3.1.2, io-console-0.8.0, bigdecimal-3.1.9 in locally installed gems
Run `bundle install` to install missing gems.
<internal:/__tebako_memfs__/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:160:in `require': cannot load such file -- color (LoadError)
	from <internal:/__tebako_memfs__/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:160:in `rescue in require'
	from <internal:/__tebako_memfs__/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:40:in `require'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/libui.rb:95:in `interpret_color'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/libui/control_proxy/table_proxy.rb:477:in `block in build_control'
	from /__tebako_memfs__/lib/ruby/3.2.0/fiddle/closure.rb:70:in `call'
	from /Users/chip/.gem/ruby/3.3.0/gems/libui-0.1.2-arm64-darwin/lib/libui/ffi.rb:20:in `call'
	from /Users/chip/.gem/ruby/3.3.0/gems/libui-0.1.2-arm64-darwin/lib/libui/ffi.rb:20:in `uiControlShow'
	from /Users/chip/.gem/ruby/3.3.0/gems/libui-0.1.2-arm64-darwin/lib/libui/libui_base.rb:46:in `public_send'
	from /Users/chip/.gem/ruby/3.3.0/gems/libui-0.1.2-arm64-darwin/lib/libui/libui_base.rb:46:in `block (2 levels) in <module:LibUIBase>'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/libui/control_proxy.rb:309:in `send_to_libui'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/libui/control_proxy.rb:274:in `method_missing'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/libui/control_proxy/window_proxy.rb:66:in `show'
	from /__tebako_memfs__/local/app/pathos_macos/view/pathos_macos.rb:275:in `launch'
	from /__tebako_memfs__/local/app/pathos_macos/launch.rb:3:in `<top (required)>'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/launcher.rb:124:in `load'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/launcher.rb:124:in `launch'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/launcher.rb:154:in `launch_application'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/launcher.rb:147:in `launch'
	from /__tebako_memfs__/local/bin/pathos_macos:8:in `<main>'
<internal:/__tebako_memfs__/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:86:in `require': cannot load such file -- color (LoadError)
	from <internal:/__tebako_memfs__/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:86:in `require'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/libui.rb:95:in `interpret_color'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/libui/control_proxy/table_proxy.rb:477:in `block in build_control'
	from /__tebako_memfs__/lib/ruby/3.2.0/fiddle/closure.rb:70:in `call'
	from /Users/chip/.gem/ruby/3.3.0/gems/libui-0.1.2-arm64-darwin/lib/libui/ffi.rb:20:in `call'
	from /Users/chip/.gem/ruby/3.3.0/gems/libui-0.1.2-arm64-darwin/lib/libui/ffi.rb:20:in `uiControlShow'
	from /Users/chip/.gem/ruby/3.3.0/gems/libui-0.1.2-arm64-darwin/lib/libui/libui_base.rb:46:in `public_send'
	from /Users/chip/.gem/ruby/3.3.0/gems/libui-0.1.2-arm64-darwin/lib/libui/libui_base.rb:46:in `block (2 levels) in <module:LibUIBase>'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/libui/control_proxy.rb:309:in `send_to_libui'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/libui/control_proxy.rb:274:in `method_missing'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/libui/control_proxy/window_proxy.rb:66:in `show'
	from /__tebako_memfs__/local/app/pathos_macos/view/pathos_macos.rb:275:in `launch'
	from /__tebako_memfs__/local/app/pathos_macos/launch.rb:3:in `<top (required)>'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/launcher.rb:124:in `load'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/launcher.rb:124:in `launch'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/launcher.rb:154:in `launch_application'
	from /Users/chip/.gem/ruby/3.3.0/gems/glimmer-dsl-libui-0.12.6/lib/glimmer/launcher.rb:147:in `launch'
	from /__tebako_memfs__/local/bin/pathos_macos:8:in `<main>'
@maxirmx
Copy link
Member

maxirmx commented Jan 24, 2025

Hi, @chip and thank you for reporting it

I believe you are packaging bundled solution (i.e.: you have Gemfile.lock in place)
While it is valid configuration we have issues supporting it #164

Could you please check it and remove Gemfile.lock before running tebako press ?
Also please note a warning about packaging in place.

Thank you and please let me know if it is Gemfile.lock issue

@chip
Copy link
Contributor Author

chip commented Jan 24, 2025

@maxirmx - Thank you for the prompt reply. I deleted Gemfile.lock, pressed again, and the resulting binary gave me a Segmentation fault. I also tried the export BUNDLER_VERSION per #164 and it gave me:

dyld[47957]: dyld cache '(null)' not loaded: syscall to map cache into shared region failed
dyld[47957]: Library not loaded: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
  Referenced from: <AA8436FA-D62A-34EB-BB60-1DA8F60C63EA> /Users/chip/code/ruby/pathos_macos/pathos_macos
  Reason: tried: '/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation' (no such file), '/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation' (no such file, no dyld cache), '/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation' (no such file)

zsh: abort      ./pathos_macos

Happy to provide more details. Thanks for your assistance.

@chip
Copy link
Contributor Author

chip commented Jan 24, 2025

Yes.

λ xcodebuild -version 
Xcode 14.3.1
Build version 14E300c

~/code/ruby/pathos_macos master*
λ clang --version     
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: arm64-apple-darwin22.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

@maxirmx
Copy link
Member

maxirmx commented Jan 24, 2025

Re the last issue: https://forums.developer.apple.com/forums/thread/722360

I guess the output package is too large and I guess it is because you are packaging in-place.

Tebako packages the whole directory tree starting from the folder defined by root parameter.
If you use something like $PWD as a root the package is created inside your directory tree.
Next time you run press the previous package gets included into the new package and it happens recursively.
Tebako attempts to warn you, I can see it in your original message.

If it is the case please create tebako package outside of your project tree or ensure that the previous version has been deleted.

@chip
Copy link
Contributor Author

chip commented Jan 24, 2025

Oh, I see. Thank you! 😄

I read that warning, but didn't fully comprehend it. It compiled successfully by using the shorthand --output flag:

tebako press --root=/Users/chip/code/ruby/pathos_macos --entry-point=/Users/chip/code/ruby/pathos_macos/bin/pathos_macos -o ~/Desktop/pathos_macos

Thanks again! Closing.

@chip chip closed this as completed Jan 24, 2025
@maxirmx
Copy link
Member

maxirmx commented Jan 24, 2025

@chip, if you can help make this warning message better, I will appreciate

@chip
Copy link
Contributor Author

chip commented Jan 24, 2025

@maxirmx - Absolutely! #242. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants