grief icon indicating copy to clipboard operation
grief copied to clipboard

Problems under Linux

Open blakemcbride opened this issue 2 years ago • 4 comments

It seemed to build okay but when I did make release install I get:

[...]
mkdir -p /usr/local/bin
mkdir -p /usr/local/share/gr
for d in help macros macros/demos macros/kbd macros/tty src src/demos src/kbd src/tty; do \
		mkdir -p /usr/local/share/gr/${d}; \
	done
/usr/bin/install -c -m 0755  /home/blake/Backup/grief.git/bin.gcc/release/gr.exe /usr/local/bin
/usr/bin/install: cannot stat '/home/blake/Backup/grief.git/bin.gcc/release/gr.exe': No such file or directory
make[1]: *** [Makefile:519: install] Error 1
make[1]: Leaving directory '/home/blake/Backup/grief.git'
make: *** [Makefile:152: release] Error 2

Which makes sense because on Linux, I wouldn't have a .exe file.

$ ls -l bin.gcc/release/
total 7004
-rwxr-xr-x. 1 blake blake   49400 Nov 21 16:57 bstdio
-rw-r--r--. 1 blake blake   51277 Nov 21 16:57 bstdio.map
drwxr-xr-x. 1 blake blake      16 Nov 21 16:57 ctbl
-rwxr-xr-x. 1 blake blake    6499 Nov 21 16:57 duk
-rw-r--r--. 1 blake blake   27903 Nov 21 16:57 duk.map
-rwxr-xr-x. 1 blake blake  166328 Nov 21 16:57 gm
-rw-r--r--. 1 blake blake   65705 Nov 21 16:57 gm.map
-rwxr-xr-x. 1 blake blake 1977200 Nov 21 16:57 gr
-rwxr-xr-x. 1 blake blake  107592 Nov 21 16:57 grcpp
-rw-r--r--. 1 blake blake   42289 Nov 21 16:57 grcpp.map
-rwxr-xr-x. 1 blake blake  224728 Nov 21 16:57 grdemandoc
-rw-r--r--. 1 blake blake   89931 Nov 21 16:57 grdemandoc.map
-rwxr-xr-x. 1 blake blake  995216 Nov 21 16:57 grman.cgi
-rwxr-xr-x. 1 blake blake 1143296 Nov 21 16:57 grmandoc
-rw-r--r--. 1 blake blake  174481 Nov 21 16:57 grmandoc.map
-rw-r--r--. 1 blake blake  140650 Nov 21 16:57 grman.map
-rw-r--r--. 1 blake blake  616722 Nov 21 16:57 gr.map
-rwxr-xr-x. 1 blake blake  717960 Nov 21 16:57 grsoelim
-rw-r--r--. 1 blake blake   52463 Nov 21 16:57 grsoelim.map
-rwxr-xr-x. 1 blake blake  285280 Nov 21 16:57 grunch
-rw-r--r--. 1 blake blake  112193 Nov 21 16:57 grunch.map
-rwxr-xr-x. 1 blake blake   40424 Nov 21 16:55 trie_test
-rw-r--r--. 1 blake blake   43974 Nov 21 16:55 trie_test.map

blakemcbride avatar Nov 21 '22 23:11 blakemcbride

你好,我看了你的代码,写的非常优秀,尤其是RX和注解那里,不过由于最近比较忙,而且这个改动也比较大,所以我打算在推出v1.0.0的时候一起整合。谢谢你的贡献。

2017-02-20 19:56 GMT+08:00 梧桐 [email protected]:

引入rxjava, 注解注册provider、action 修改进程间数据格式

You can view, comment on, or merge this pull request online at:

https://github.com/SpinyTech/ModularizationArchitecture/pull/1 Commit Summary

  • use Parcelable instead of string
  • Update README.md
  • update binary grade
  • add annotation for provider and action
  • update upload
  • update build.gradle
  • use rxjava
  • use routerequest instead of string
  • update version
  • update method name
  • Update README.md
  • Set theme jekyll-theme-cayman
  • Update README.md
  • Update README.md
  • update library version
  • Merge branch 'master' of https://github.com/wutongke/ ModularizationArchitecture
  • delete update info

File Changes

Patch Links:

  • https://github.com/SpinyTech/ModularizationArchitecture/pull/1.patch
  • https://github.com/SpinyTech/ModularizationArchitecture/pull/1.diff

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SpinyTech/ModularizationArchitecture/pull/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AShVRp0jyyMi548RhvwmnjecrK0quTOYks5reX9UgaJpZM4MGFii .

SpinyTech avatar Feb 22 '17 01:02 SpinyTech