Re: will freebsd run on a mac osx 10.8.4

2013-07-05 Thread Jason Birch
Maybe! Do you mean as a virtual machine, or *instead of* OS X? If you mean as a virtual machine, almost certainly. If you mean instead of OS X, please provide some details about the computer hardware itself. Even "When did you buy it?" "iMac, Mac Pro, MacBook?" etc will help us answer your questio

Re: will freebsd run on a mac osx 10.8.4

2013-07-05 Thread Thomas Mueller
I assume you are running Mac OS X 10.8.4 on Intel CPU. I assume it must be 64-bits, so you would want amd64 version of FreeBSD, though you could also run i386 version. I don't know if you could install FreeBSD on same hard disk with Mac OS X, but you ought to be able to install FreeBSD on a sep

gvim GUI cannot be used

2013-07-05 Thread Raphael Ahrens
Hi list, since my last (01.07) upgrade of vim, I can't use gvim anymore. It fails with the following error message: E25: GUI cannot be used: Not enabled at compile time What do I have to do to again compile vim with GUI support? Thanks, Raphael ___

gvim GUI cannot be used

2013-07-05 Thread Raphael Ahrens
Hi list, After my last update of vim I can't use gvim anymore. If fails with the following message E25: GUI cannot be used: Not enabled at compile time Now what do I have to do to compile vim with GUI support? Thanks, Raphael ___ freebsd-questi

Re: gvim GUI cannot be used

2013-07-05 Thread CeDeROM
On Fri, Jul 5, 2013 at 12:43 PM, Raphael Ahrens wrote: > After my last update of vim I can't use gvim anymore. > If fails with the following message > E25: GUI cannot be used: Not enabled at compile time > Now what do I have to do to compile vim with GUI support? Hey Raphael :-) Go to /us

Re: gvim GUI cannot be used

2013-07-05 Thread Raphael Ahrens
Hi Tomek, I tried this, but I get the same result. The thing is in the make prozess it prints defaulting to: don't HAVE_X11 checking --enable-gui argument... no GUI support checking X11/SM/SMlib.h usability... yes checking X11/SM/SMlib.h presence... yes che

Re: gvim GUI cannot be used

2013-07-05 Thread Jens Jahnke
Hi, On Fri, 5 Jul 2013 12:56:32 +0200 CeDeROM wrote: C> Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall C> reinstall it, that works for me, and it helps with dialogs in texmode C> as well :-) for me this does not work. Unless I hack the Makefile and force it to enable gui mode i

Re: gvim GUI cannot be used

2013-07-05 Thread CeDeROM
On Fri, Jul 5, 2013 at 1:15 PM, Raphael Ahrens wrote: > I tried this, but I get the same result. > The thing is in the make prozess it prints > defaulting to: don't HAVE_X11 > checking --enable-gui argument... no GUI support > checking X11/SM/SMlib.h usability... yes >

Re: gvim GUI cannot be used

2013-07-05 Thread Fernando Apesteguía
El 05/07/2013 13:20, "Jens Jahnke" escribió: > > Hi, > > On Fri, 5 Jul 2013 12:56:32 +0200 > CeDeROM wrote: > > C> Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall > C> reinstall it, that works for me, and it helps with dialogs in texmode > C> as well :-) > > for me this does not w

Re: gvim GUI cannot be used

2013-07-05 Thread Raphael Ahrens
CeDeROM wrote on Fri, 05.Jul.13 13:47: > On Fri, Jul 5, 2013 at 1:15 PM, Raphael Ahrens > wrote: > > I tried this, but I get the same result. > > The thing is in the make prozess it prints > > defaulting to: don't HAVE_X11 > > checking --enable-gui argument... no GUI support > >

Re: gvim GUI cannot be used

2013-07-05 Thread Polytropon
On Fri, 5 Jul 2013 13:51:08 +0200, Fernando Apesteguía wrote: > El 05/07/2013 13:20, "Jens Jahnke" escribió: > > > > Hi, > > > > On Fri, 5 Jul 2013 12:56:32 +0200 > > CeDeROM wrote: > > > > C> Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall > > C> reinstall it, that works for me,

Re: gvim GUI cannot be used

2013-07-05 Thread Jens Jahnke
Well, On Fri, 5 Jul 2013 15:34:59 +0200 Polytropon wrote: P> > Try a make rmconfig first and then make install. P> P> And make sure /etc/make.conf does not contain any "offending" P> settings that might suggest you do not have or want X11. if I do make rmconfig it tells me that there was no us

Re: gvim GUI cannot be used

2013-07-05 Thread CeDeROM
On Fri, Jul 5, 2013 at 2:11 PM, Raphael Ahrens wrote: >> Have you tried "make config" (as root) select X11 and graphical > When I execute "cd /usr/ports/editors/vim; make config" I get > ===> No options to configure No options? Are you root? I have those http://justpaste.it/30li Try: su

Re: gvim GUI cannot be used

2013-07-05 Thread kentn
Hi, On Fri, 5 Jul 2013 14:11:41 +0200 Raphael Ahrens wrote: > When I execute "cd /usr/ports/editors/vim; make config" I get > ===> No options to configure try: setenv WITH_OPTIONS=yes -- Kent.N ___ freebsd-questions@freebsd.org mailing list

Re: gvim GUI cannot be used

2013-07-05 Thread Julian H. Stacey
Polytropon wrote: > On Fri, 5 Jul 2013 13:51:08 +0200, Fernando Apesteguía wrote: > > El 05/07/2013 13:20, "Jens Jahnke" escribió: > > > > > > Hi, > > > > > > On Fri, 5 Jul 2013 12:56:32 +0200 > > > CeDeROM wrote: > > > > > > C> Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall > >

Re: gvim GUI cannot be used

2013-07-05 Thread Raphael Ahrens
Ahh, thank you. ke...@kpa.biglobe.ne.jp wrote on Sat, 06.Jul.13 00:03: > Hi, > > On Fri, 5 Jul 2013 14:11:41 +0200 > Raphael Ahrens wrote: > > > When I execute "cd /usr/ports/editors/vim; make config" I get > > ===> No options to configure > > try: setenv WITH_OPTIONS=yes that did the trick

Re: gvim GUI cannot be used

2013-07-05 Thread Raphael Ahrens
Polytropon wrote on Fri, 05.Jul.13 15:34: > On Fri, 5 Jul 2013 13:51:08 +0200, Fernando Apesteguía wrote: > > El 05/07/2013 13:20, "Jens Jahnke" escribió: > > > > > > Hi, > > > > > > On Fri, 5 Jul 2013 12:56:32 +0200 > > > CeDeROM wrote: > > > > > > C> Hey Raphael :-) Go to /usr/ports/editors/vi

Re: gvim GUI cannot be used

2013-07-05 Thread Carl Johnson
Jens Jahnke writes: > Hi, > > On Fri, 5 Jul 2013 12:56:32 +0200 > CeDeROM wrote: > > C> Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall > C> reinstall it, that works for me, and it helps with dialogs in texmode > C> as well :-) > > for me this does not work. Unless I hack the Mak

Possibly OT: NFS vs SMB performance

2013-07-05 Thread Andrea Venturoli
Hello. Sorry to ask here: maybe it's not the best place, but it might be a start (the client and server are both FreeBSD). The server exports the same directory via NFS and via SMB. I'd expect some performance penalty when using SMB, but: "find /nfs_mounted_dir >/dev/null" takes more or less

Re: gvim GUI cannot be used

2013-07-05 Thread Jens Jahnke
Hi, On Fri, 5 Jul 2013 17:52:59 +0200 Raphael Ahrens wrote: RA> To get to the bottom of the problem here my make.conf received with RA> my now again working gvim, thanks to the remark of Kent. :) RA> RA> WITH_X11=YES RA> OPTIMZED_CFLAGS=YES RA> MAKE_JOBS_NUMBER=2 RA> BUILD_OPTIM

FreeBSD 9.1 won't boot after install

2013-07-05 Thread James E. Pace
Hi, I bought an HP Pavilion p7-1597c [1] system last week. It is Intel Core i5-3330, with a Seagate 1.5 TB SATA drive and 12 GB of memory, shipped with Windows 8. I have disabled Secure Boot and enabled Legacy device booting. I am able to complete the install of FreeBSD 9.1/amd64 from the CD wi

Re: Possibly OT: NFS vs SMB performance

2013-07-05 Thread Terje Elde
On 5. juli 2013, at 18:18, Andrea Venturoli wrote: > Is this normal in your experience? Did you do them in that order, or did you do the smb (slow) one first? If the slow was first, I'm thinking caching on the server could be a major factor. Terje ___

Re: gvim GUI cannot be used

2013-07-05 Thread Raphael Ahrens
Hi, Jens Jahnke wrote on Fri, 05.Jul.13 18:49: > Hi, > > On Fri, 5 Jul 2013 17:52:59 +0200 > Raphael Ahrens wrote: > > RA> To get to the bottom of the problem here my make.conf received with > RA> my now again working gvim, thanks to the remark of Kent. :) > RA> > RA> WITH_X11=YES > RA> O

Re: change an image or convert it to metapost

2013-07-05 Thread David Topham
Check this out for some possibilities of converting image back to Metapost: http://matagalatlante.org/nobre/hyt/mpost.html ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread Warren Block
On Fri, 5 Jul 2013, James E. Pace wrote: I bought an HP Pavilion p7-1597c [1] system last week. It is Intel Core i5-3330, with a Seagate 1.5 TB SATA drive and 12 GB of memory, shipped with Windows 8. I have disabled Secure Boot and enabled Legacy device booting. That says the disk is GPT par

Re: gvim GUI cannot be used

2013-07-05 Thread Roland Smith
On Fri, Jul 05, 2013 at 05:41:11PM +0200, Raphael Ahrens wrote: > Ahh, thank you. > ke...@kpa.biglobe.ne.jp wrote on Sat, 06.Jul.13 00:03: > > Hi, > > > > On Fri, 5 Jul 2013 14:11:41 +0200 > > Raphael Ahrens wrote: > > > > > When I execute "cd /usr/ports/editors/vim; make config" I get > > > =

Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread James E. Pace
Thanks for the reply. I appreciate your trying to help me. On Fri, Jul 5, 2013 at 3:25 PM, Warren Block wrote: > > On Fri, 5 Jul 2013, James E. Pace wrote: > >> I bought an HP Pavilion p7-1597c [1] system last week. It is Intel Core >> i5-3330, with a Seagate 1.5 TB SATA drive and 12 GB of memo

Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread Warren Block
On Fri, 5 Jul 2013, James E. Pace wrote: Thanks for the reply. I appreciate your trying to help me. On Fri, Jul 5, 2013 at 3:25 PM, Warren Block wrote: On Fri, 5 Jul 2013, James E. Pace wrote: I bought an HP Pavilion p7-1597c [1] system last week. It is Intel Core i5-3330, with a Seagate

Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread James Pace
You, sir, are a wizard. You magical incantations worked, and I now have a bootable FreeBSD 9.1 system.  ​ ​> Use 'gpart destroy' again, and set up an MBR partitioning scheme:  > http://forums.freebsd.org/showpost.php?p=149210&postcount=13   I really, really appreciate your help. ​  James _

Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread Warren Block
On Fri, 5 Jul 2013, James Pace wrote: You, sir, are a wizard. You magical incantations worked, and I now have a bootable FreeBSD 9.1 system. ? ?> Use 'gpart destroy' again, and set up an MBR partitioning scheme: > http://forums.freebsd.org/showpost.php?p=149210&postcount=13 I really, really ap