sixel-gnuplot icon indicating copy to clipboard operation
sixel-gnuplot copied to clipboard

issue on [ sixel-tmux ]

Open xiangpeng2008 opened this issue 4 years ago • 1 comments

Hi sir,

I know this is the wrong place, but I didn't find "Issues" place for https://github.com/csdvrx/sixel-tmux.

I'm an old user of tmux, but only heard about sixel this week. Clearly it's a wonderful way to do data-science research with sixel - tmux and slimux ( https://github.com/esamattis/slimux ), as plotting graphs is needed time by time. This combination is better than jupyter notebook in some aspect, e.g. it's hard to do sophisticated coding with notebook, but on terminal we could.

On my iMac, I managed to have sixel by installing iTerm2. However I'm a bit confusing on installing sixel-tmux. What I did is

git clone https://github.com/csdvrx/sixel-tmux.git
cd sixel-tmux/
sh autogen.sh
./configure
make
sudo make install

But I got below in the last. sixel.c:43:5: error: use of undeclared identifier 'u' u' ', /* 0020 empty block */ ^

Am I missing something ?

Screenshot 2021-10-02 at 4 06 17 PM Thanks,

Xiangpeng

xiangpeng2008 avatar Oct 02 '21 08:10 xiangpeng2008

I tried on centos 8 and got a different error

Screenshot 2021-10-02 at 6 05 21 PM

xiangpeng2008 avatar Oct 02 '21 10:10 xiangpeng2008