Re: freebsd install from git source

2015-05-06 Thread jungle Boogie
On 6 May 2015 at 14:11, J Raynor  wrote:
> I think I've seen the error with AC_SEARCH_LIBS and m4_pattern_allow
> before.  Try installing pkgconf if you don't already have it
> installed, and then rerun autogen.sh.

Good job and thanks for the help!

% tmux -V
tmux 2.0

I recommend the readme be amended to point this out.


-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


Re: freebsd install from git source

2015-05-06 Thread jungle Boogie
Hi Nicholas,
On 6 May 2015 at 13:31, Nicholas Marriott  wrote:
> Do you have libtool installed? If so then your autoconf is probably either
> too old or too new.
>

Yes, just installed libtool 2.4.6. Where's that fall on the cut off?


-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


freebsd install from git source

2015-05-06 Thread jungle Boogie
Hello All,

I grabbed tmux git repo, cd to its dir, sh autogen.sh and now error:

% sh autogen.sh
configure.ac:19: installing 'etc/compile'
configure.ac:11: installing 'etc/config.guess'
configure.ac:11: installing 'etc/config.sub'
configure.ac:9: installing 'etc/install-sh'
configure.ac:9: installing 'etc/missing'
Makefile.am: installing 'etc/depcomp'
configure.ac:127: error: possibly undefined macro: AC_SEARCH_LIBS
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
autoreconf-2.69: /usr/local/bin/autoconf-2.69 failed with exit status: 1
autoreconf failed


./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... etc/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... i386-unknown-freebsd10.1
checking host system type... i386-unknown-freebsd10.1
checking for gcc... no
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for gcc that whines about -I... yes
checking for glibc... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking bitstring.h usability... yes
checking bitstring.h presence... yes
checking for bitstring.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking libutil.h usability... yes
checking libutil.h presence... yes
checking for libutil.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking ndir.h usability... no
checking ndir.h presence... no
checking for ndir.h... no
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking for stdint.h... (cached) yes
checking sys/dir.h usability... yes
checking sys/dir.h presence... yes
checking for sys/dir.h... yes
checking sys/ndir.h usability... no
checking sys/ndir.h presence... no
checking for sys/ndir.h... no
checking sys/tree.h usability... yes
checking sys/tree.h presence... yes
checking for sys/tree.h... yes
checking term.h usability... yes
checking term.h presence... yes
checking for term.h... yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking for bzero... yes
checking for dirfd... yes
checking for flock... yes
checking for setproctitle... yes
checking for sysconf... yes
checking for cfmakeraw... yes
checking for library containing clock_gettime... none required
./configure: 4640: Syntax error: newline unexpected (expecting ")")


Any ideas to get latest tmux running?

10.1-RELEASE-p6 FreeBSD 10.1-RELEASE-p6 #0: Tue Feb 24 18:57:59 UTC 2015

thanks!


-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


Re: What is tmux's relatinon to OpenBSD?

2015-05-02 Thread jungle Boogie
On 2 May 2015 at 16:33, Thomas Adam  wrote:
> On Thu, Apr 30, 2015 at 08:42:49AM -0700, jungle Boogie wrote:
>> Yes, of course but I seem to recall having a hard time with the
>> dependency on ARM.
>
> There is no such thing.  What are you referring to?
>

You're right, this time much better! I'm so thankful to have tried
again and now I have tmux from source!

Have a great weekend!

> -- Thomas Adam
>
> --
> "Deep in my heart I wish I was wrong.  But deep in my heart I know I am
> not." -- Morrissey ("Girl Least Likely To" -- off of Viva Hate.)



-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


Re: What is tmux's relatinon to OpenBSD?

2015-05-02 Thread jungle Boogie
On 2 May 2015 at 16:33, Thomas Adam  wrote:
> On Thu, Apr 30, 2015 at 08:42:49AM -0700, jungle Boogie wrote:
>> Yes, of course but I seem to recall having a hard time with the
>> dependency on ARM.
>
> There is no such thing.  What are you referring to?
>

I think it was libevent, but I'm compiling that now and then I'll try
the tmux from sourceforge!

> -- Thomas Adam
>
> --
> "Deep in my heart I wish I was wrong.  But deep in my heart I know I am
> not." -- Morrissey ("Girl Least Likely To" -- off of Viva Hate.)



-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


Re: What is tmux's relatinon to OpenBSD?

2015-04-30 Thread jungle Boogie
Hi Thomas,
On 30 April 2015 at 08:27, Thomas Adam  wrote:
> On Thu, Apr 30, 2015 at 08:24:38AM -0700, jungle Boogie wrote:
>> On 30 April 2015 at 08:04, Thomas Adam  wrote:
>> > The portable version uses the same code as this, but slightly adapted to 
>> > run
>> > on platforms which are not OpenBSD, but tmux is always developed against
>> > OpenBSD.
>>
>>
>> Any idea when we'll have a new portable version? I see Nicholas is
>> frequently updating the openBSD tmux via CVS commit emails, but
>> portable is still from february 2014.
>
> Soon.  You can use the master branch of sf anytime you like.
>

Yes, of course but I seem to recall having a hard time with the
dependency on ARM.

> -- Thomas Adam



-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


Re: What is tmux's relatinon to OpenBSD?

2015-04-30 Thread jungle Boogie
On 30 April 2015 at 08:04, Thomas Adam  wrote:
> The portable version uses the same code as this, but slightly adapted to run
> on platforms which are not OpenBSD, but tmux is always developed against
> OpenBSD.


Any idea when we'll have a new portable version? I see Nicholas is
frequently updating the openBSD tmux via CVS commit emails, but
portable is still from february 2014.


-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread jungle Boogie
Hi Helmut,
On 8 January 2015 at 17:13, Helmut K. C. Tessarek  wrote:
> On 08.01.15 18:51 , Thomas Adam wrote:
>> https://github.com/ThomasAdam/tmux-ut
>
> Have you ever thought of moving the sf repo to github?
>
> With sourceforge it is impossible to download the latest git snapshot without
> web interaction. The snapshot is only created _after_ clicking the 'Download
> snapshot' link. On github a
> https://github.com///archive/master.zip will always give you the
> latest snapshot.
> (This functionality is needed for homebrew/MacPorts or any other port system,
> if you wanted to create a port that compiles the most recent commit point.)
>
> On github you could also integrate the tests with Travis-CI.
>

I'd recommend http://fossil-scm.org/

You don't need to visit a webpage to download any file, just clone the
repo and then fossil update to get the latest from trunk.

It's like github but it's: BSD licensed, sqlite based, fast, only a
single file to run, and has it's own web UI.


> Cheers,
>  K. C.
>
> --
> regards Helmut K. C. Tessarek
> lookup http://sks.pkqs.net for KeyID 0xC11F128D
>
> /*
>Thou shalt not follow the NULL pointer for chaos and madness
>await thee at its end.
> */


-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users