Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - midnight commander on HEAD_650 tricks: (2 Items)
   
midnight commander on HEAD_650 tricks  
TODAY IS March 12 2012

1. svn checkout on /HEAD_650
2. bootstrap, fix paths adding /usr/pkg/bin:/usr/pkg/sbin:/usr/pkg/lib etc..fix the LD thing.. anyway
3. cd /HEAD_650/pkgsrc/sysutils/mc46
run bmake it will do LOTS of stuff then fail
4. cd work, cd mc-4.6.1
ls -la make sure there's a "configure" in there. if there ain't, then I can't help ya.
5. ./configure --with-glib12 --with-screen=ncurses --without-gpm-mouse
6. make  (Yes make not bmake)
7. make install
type mc  

enjoy!
Re: midnight commander on HEAD_650 tricks  
sysutils/mc (4.7) should 'just work'.

-seanb

On Mon, Mar 12, 2012 at 11:38:15PM -0400, Fred Ward wrote:
> TODAY IS March 12 2012
> 
> 1. svn checkout on /HEAD_650
> 2. bootstrap, fix paths adding /usr/pkg/bin:/usr/pkg/sbin:/usr/pkg/lib etc..fix the LD thing.. anyway
> 3. cd /HEAD_650/pkgsrc/sysutils/mc46
> run bmake it will do LOTS of stuff then fail
> 4. cd work, cd mc-4.6.1
> ls -la make sure there's a "configure" in there. if there ain't, then I can't help ya.
> 5. ./configure --with-glib12 --with-screen=ncurses --without-gpm-mouse
> 6. make  (Yes make not bmake)
> 7. make install
> type mc  
> 
> enjoy!
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post92065
>