Re: Links - Graphics not enabled when compiling

2013-11-24 Thread Juhász Ádám
iTerm supports mouse input which is available ín the MacPorts. ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: Links - Graphics not enabled when compiling

2013-11-24 Thread Jeff Friedman
Thanks, Juhasz. I installed iTerm2 and it works perfectly with the mouse. Any ideas on how to compile with graphics support? Jeff. On Sun, Nov 24, 2013 at 1:24 PM, Juhász Ádám jad...@gmail.com wrote: iTerm supports mouse input which is available ín the MacPorts.

Re: Links - Graphics not enabled when compiling

2013-11-24 Thread Brandon Allbery
On Sun, Nov 24, 2013 at 8:32 AM, Jeff Friedman friedmanje...@gmail.comwrote: Any ideas on how to compile with graphics support? You would need an implementation which uses Core Graphics instead of X11 to draw graphics (none exists that I know of) *and* that the terminal exports a window handle

Re: Links - Graphics not enabled when compiling

2013-11-24 Thread Ádám Juhász
If I remember right, when I tried to use graphics with Links I tried it on openSUSE and on it¹s virtual terminal (bypassing X11) with no success. However this isn¹t possible on a Mac anyways, because it does not have a virtual terminal. On the other hand iTerm‹as far as I know‹does not support

Re: Links - Graphics not enabled when compiling

2013-11-24 Thread Brandon Allbery
On Sun, Nov 24, 2013 at 9:11 AM, Ádám Juhász jad...@gmail.com wrote: If I remember right, when I tried to use graphics with Links I tried it on openSUSE and on it’s virtual terminal (bypassing X11) with no success. However this isn’t possible on a Mac anyways, because it does not have a

Re: Links - Graphics not enabled when compiling

2013-11-24 Thread Ádám Juhász
I might have messed up the terms/names. By the “virtual terminal” I was referring the interface that you can access with ⌃⌥F1-6. That is not using X11, and I don’t have any clue how I pulled it off or how I figured that it could be possible with Links, but it didn’t worked out in the end. (I

Re: Links - Graphics not enabled when compiling

2013-11-24 Thread Brandon Allbery
On Sun, Nov 24, 2013 at 9:31 AM, Ádám Juhász jad...@gmail.com wrote: I might have messed up the terms/names. By the “virtual terminal” I was referring the interface that you can access with ⌃⌥F1-6. That is not using X11, and I don’t have any clue how I pulled it off or how I figured that it

builing mono fails on 10.5.8

2013-11-24 Thread Thomas Ruedas
Hi, I am trying to build mono under OS 10.5.8 and get this rather useless error: --- Computing dependencies for mono --- Building mono Error: org.macports.build for port mono returned: command execution failed To report a bug, follow the instructions in the guide:

Re: builing mono fails on 10.5.8

2013-11-24 Thread Brandon Allbery
On Sun, Nov 24, 2013 at 1:17 PM, Thomas Ruedas trg...@gmail.com wrote: I have tried to find some information about build failures but didn't get very far; I don't even know where to look for more detailed error messages, as the content of /opt/local/var/macports/logs/_opt_local_var_macports_

xorg-server as non-root

2013-11-24 Thread Gino Van Hauwermeiren
Hi, I installed macports locally as non-root. (when I configured it I gave ./configure these options : --with-applications-dir=my_app_dir --with-no-root-privileges --with-shared-directory --with-install-user=my username I can install most other ports without problem, not using sudo. SO this seems

Re: builing mono fails on 10.5.8

2013-11-24 Thread Thomas Ruedas
On 24/11/13 8:53 PM, Brandon Allbery wrote: You might put that logfile somewhere where others can look at it (or if it's small enough, gzip it and attach it to email, but web/dropbox/etc. is better). Sorry, I can't post it anywhere, so I'll just have to copypaste it below; so that's

Re: builing mono fails on 10.5.8

2013-11-24 Thread Brandon Allbery
On Sun, Nov 24, 2013 at 6:11 PM, Thomas Ruedas trg...@gmail.com wrote: On 24/11/13 8:53 PM, Brandon Allbery wrote: You might put that logfile somewhere where others can look at it (or if it's small enough, gzip it and attach it to email, but web/dropbox/etc. is better). Sorry, I can't post

Re: builing mono fails on 10.5.8

2013-11-24 Thread Thomas Ruedas
On 25/11/13 12:20 AM, Brandon Allbery wrote: That log shows a successful install from a prebuilt package, not a build failure. Exactly, that's why I don't understand why the stdout output of the macports run tells me that the build fails. Below I post a bit more of the stdout output. The only

Re: builing mono fails on 10.5.8

2013-11-24 Thread Ryan Schmidt
On Nov 24, 2013, at 17:30, Thomas Ruedas wrote: On 25/11/13 12:20 AM, Brandon Allbery wrote: That log shows a successful install from a prebuilt package, not a build failure. Exactly, that's why I don't understand why the stdout output of the macports run tells me that the build fails. The

Re: xorg-server as non-root

2013-11-24 Thread Ryan Schmidt
On Nov 24, 2013, at 16:12, Gino Van Hauwermeiren wrote: I installed macports locally as non-root. (when I configured it I gave ./configure these options : --with-applications-dir=my_app_dir --with-no-root-privileges --with-shared-directory --with-install-user=my username I can install