Re: swtich back to the default (Xquartz) X11 server

2011-01-24 Thread iulian dragos
On Sat, Jan 22, 2011 at 10:03 PM, Jeremy Huddleston jerem...@macports.org wrote: On Jan 22, 2011, at 01:21, iulian dragos wrote: Thanks. I managed to get xfig working by unloading the macports' agent, but dbus is still broken. Given the amount of related tickets on MacPorts trac, I am

mingw-binutils: Segmentation fault newer version

2011-01-24 Thread Mojca Miklavec
Dear list, I'm experiencing a nasty problem with cross-compiler. I'm using 64-bit Mac OS X 10.6.6 with macports and i386-mingw32-g++ --version i386-mingw32-g++ (GCC) 3.4.5 (mingw-vista special r2) i386-mingw32-ld --version GNU ld (GNU Binutils) 2.19.1 (but I'm experiencing similar problems on

Re: Build_arch

2011-01-24 Thread Jason Swails
Did you try installing libusb with the universal variant? {sudo} port install libusb +universal That should support multiple architectures. Hope this helps, Jason On Mon, Jan 24, 2011 at 1:26 AM, Ryan Schmidt ryandes...@macports.orgwrote: On Jan 23, 2011, at 23:11, Xander Flood wrote: I'm

latexmk checksum error

2011-01-24 Thread Tim Campbell
Is there a work-around for the latexmk checksum error (Ticket #27863)? -Tim ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: latexmk checksum error

2011-01-24 Thread Jason Swails
Hello, Retry with verbose set: {sudo} port -v install latexmk You should get some message like The correct checksum line may be: checksums md5 12f916ba257967abea305d317c3cb840 \ sha16fdf7331d2d0c3f9dca58a1bbf459eda94c29308 \ rmd160

Typing in different alphabets in X11 applications? UTF-8 support?

2011-01-24 Thread Jochem Liem
Dear all, I'm trying to type in non-latin alphabets (Spanish, Bulgarian and Hebrew) in X11 applications, however the characters are always shown as latin. In the terminal, the characters are displayed correctly, however, within an X11 application they show up in the Latin alphabet. For example, I

Re: Typing in different alphabets in X11 applications? UTF-8 support?

2011-01-24 Thread Panayotis Katsaloulis
On Jan 24, 2011, at 6:49 PM, Jochem Liem wrote: Dear all, I'm trying to type in non-latin alphabets (Spanish, Bulgarian and Hebrew) in X11 applications, however the characters are always shown as latin. In the terminal, the characters are displayed correctly, however, within an X11

Re: Typing in different alphabets in X11 applications? UTF-8 support?

2011-01-24 Thread Jochem Liem
Wow, that´s it. Many thanks! Jochem On Mon, Jan 24, 2011 at 5:59 PM, Panayotis Katsaloulis panayo...@panayotis.com wrote: On Jan 24, 2011, at 6:49 PM, Jochem Liem wrote: Dear all, I'm trying to type in non-latin alphabets (Spanish, Bulgarian and Hebrew) in X11 applications, however the

Re: latexmk checksum error

2011-01-24 Thread Dan Ports
On Mon, Jan 24, 2011 at 09:44:08AM -0600, Tim Campbell wrote: Is there a work-around for the latexmk checksum error (Ticket #27863)? For this one, the best option is to download the file from the MacPorts distfiles mirror: http://distfiles.macports.org/latexmk/4.21/latexmk.zip and put it in

Re: latexmk checksum error

2011-01-24 Thread Rainer Müller
On 2011-01-24 16:44 , Tim Campbell wrote: Is there a work-around for the latexmk checksum error (Ticket #27863)? http://trac.macports.org/wiki/FAQ#checksums Rainer ___ macports-users mailing list macports-users@lists.macosforge.org

Re: latexmk checksum error

2011-01-24 Thread Tim Campbell
This worked. Thanks. Is there a way to tell port to use a different mirror? On Jan 24, 2011, at 11:45 AM, Dan Ports wrote: On Mon, Jan 24, 2011 at 09:44:08AM -0600, Tim Campbell wrote: Is there a work-around for the latexmk checksum error (Ticket #27863)? For this one, the best option is

LaTeXiT build error

2011-01-24 Thread Tim Campbell
Trying to upgrade LaTeXiT from 2.2.0 to 2.3.0. Failure occurs during build of LaTeXiT Helper due to missing PCH files. Below is selection of log that shows one of the errors. Is this a latexit port issue or something else. -Tim :info:build === BUILD NATIVE TARGET LaTeXiT Helper OF PROJECT

Re: latexmk checksum error

2011-01-24 Thread Ryan Schmidt
On Jan 24, 2011, at 11:56, Tim Campbell wrote: This worked. Thanks. Is there a way to tell port to use a different mirror? Not really; it chooses the one it thinks is closest to you. ___ macports-users mailing list

Re: LaTeXiT build error

2011-01-24 Thread Ryan Schmidt
On Jan 24, 2011, at 12:53, Tim Campbell wrote: Trying to upgrade LaTeXiT from 2.2.0 to 2.3.0. Failure occurs during build of LaTeXiT Helper due to missing PCH files. Below is selection of log that shows one of the errors. Is this a latexit port issue or something else. It seems to

Re: mingw-binutils: Segmentation fault newer version

2011-01-24 Thread Ryan Schmidt
On Jan 24, 2011, at 05:43, Mojca Miklavec wrote: I'm experiencing a nasty problem with cross-compiler. I'm using 64-bit Mac OS X 10.6.6 with macports and i386-mingw32-g++ --version i386-mingw32-g++ (GCC) 3.4.5 (mingw-vista special r2) i386-mingw32-ld --version GNU ld (GNU Binutils) 2.19.1

iOS cross compiling support

2011-01-24 Thread James Gregurich
hi. I've done the proof-of-concept work on extending macports to handle cross-compiling so that it can be used to maintain 3rd party libs for iOS development. I have successfully built ICU against the iPhone sdk and have it running in the debugger on an iPad. I'd like to turn this work over

Re: iOS cross compiling support

2011-01-24 Thread Landon J Fuller
On Jan 24, 2011, at 9:37 PM, James Gregurich wrote: hi. I've done the proof-of-concept work on extending macports to handle cross-compiling so that it can be used to maintain 3rd party libs for iOS development. I have successfully built ICU against the iPhone sdk and have it running in