Discussion:
tmux fails on Solaris because of missing path.h
Dagobert Michelsen
2015-02-06 22:41:29 UTC
Permalink
Hi,

the latest tmux compile is failing on Solaris because paths.h is missing:
https://buildfarm.opencsw.org/buildbot/waterfall?builder=tmux-solaris10-i386&builder=tmux-solaris10-sparc&reload=300


Best regards

— Dago
--
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896
Nicholas Marriott
2015-02-06 23:22:53 UTC
Permalink
paths.h is included from compat.h if configure finds it. Does Solaris
paths.h lack _PATH_DEVNULL?
Post by Dagobert Michelsen
Hi,
https://buildfarm.opencsw.org/buildbot/waterfall?builder=tmux-solaris10-i386&builder=tmux-solaris10-sparc&reload=300
Best regards
??? Dago
--
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896
------------------------------------------------------------------------------
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
https://lists.sourceforge.net/lists/listinfo/tmux-users
Nicholas Marriott
2015-02-06 23:24:51 UTC
Permalink
Sorry ignore this, we should have removed paths.h, Solaris doesn't have
it. Fixed now.
Post by Nicholas Marriott
paths.h is included from compat.h if configure finds it. Does Solaris
paths.h lack _PATH_DEVNULL?
Post by Dagobert Michelsen
Hi,
https://buildfarm.opencsw.org/buildbot/waterfall?builder=tmux-solaris10-i386&builder=tmux-solaris10-sparc&reload=300
Best regards
??? Dago
--
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896
------------------------------------------------------------------------------
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
https://lists.sourceforge.net/lists/listinfo/tmux-users
Dagobert Michelsen
2015-02-07 14:42:02 UTC
Permalink
Hi Nicholas,
Post by Nicholas Marriott
Sorry ignore this, we should have removed paths.h, Solaris doesn't have
it. Fixed now.
I can verify that it works now.

Thanks for the quick fix! :-)

Best regards

— Dago
--
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896
Loading...