TrackBack URL for this entry: | |
Comments (17) | |
|---|---|
I'm glad you have a use for it. Unfortunately, I'm a bit at lack when it comes to helping you. Does your first issue actually cause any real problems? Google seems to have some hits searching for "_dll_crt0"; it might stem from an update introduced into Cygwin after this version of Irssi was put together. As for Unicode UTF-8, if you are using the PuTTY version shipped with the archive, make sure you set Window/ Translation to UTF-8 (click on the system menu in the upper left corner to configure PuTTY). Also make sure you've configured Irssi correctly (/set term_charset utf-8 etc.) |
|
Hey! Thanks for the reply. Turns out the irssi 2348 _dll_crt0: error was because of Outpost Firewall. They fixed CYGWIN compatibility in their latest release. While UTF-8 still doesn't work great with putty, your reply was useful, now I set the charset matching my locality in putty, and with recode enabled it's usable.. as long as noone uses japanese characters or whatever. :) |
|
Wow, that's interesting to know that this was caused by your firewall, thanks for the follow-up. Please see my guide on Irssi, PuTTY and UTF-8 for how to get Unicode to work "properly" (recode will still work, but now you can recode to the full Unicode range). |
|
Hello, Are you going to release a Windows binary of the recently-released irssi 0.8.11? I tried compiling irssi myself under Cygwin, but it doesn't run on any computer except my own, even when I copy all of the same Cygwin DLLs and the 'terminfo' folder and batch files supplied in your irssi 0.8.10 binary release. Thanks very much. |
|
Hi Josh, thanks for your comment. Since I have neither Windows around anymore nor use Irssi, I don't have any active plans to do so. Maybe your copy is just missing some files on the other computers where you try to run it? Try starting it from a Windows Command Prompt with irssi.exe -d, that might enable you to see some error messages. |
|
Hello again, I was actually able to get 0.8.11 working after all...I had to copy Cygwin's perl modules folder into irssi's perl modules folder. I've built a 0.8.11 package based on your 0.8.10 package and instructions. It's available at http://joshdick.net/programming/irssi-win32-0.8.11.exe and I'd like to publicly distribute it with your permission (since it's based on your older release and includes your batch files, etc.) I gave plenty of credit to you in the README. Would distributing this publicly be okay? Thanks, Josh |
|
Congrats on getting it to work. I don't have any personal problem with you doing so. Make sure you understand the implications of the GPL and other licenses of programs included in the package, however. In the end, I am not the one who is able to give you these permissions ;-) |
|
Question: Would it be possible to run irssi in combination with screen or the like, so you can use the nicklist.pl plugin? -Ghost- |
|
This is indeed possible, but not quite trivial. Probably the easiest way to get this working is to compile irssi yourself inside of Cygwin, because that will give you the benefit of having a complete working Cygwin environment, including the Unix-like bash shell and directory management. (This isn't strictly necessary though.) Next, you'll want to find a version of GNU screen that works on Windows. Screen version 3 is sufficient for the nicklist, you don't necessarily need screen 4. Finally, the way the nicklist gets information about your terminal size is not platform-independent, so you will have to replace it with a call to `stty` -- compare with my adv_windowlist.pl on how to do that. Now all that's left is to start "screen.exe irssi" inside of one of the start files, and look at that, you've got a nicklist-powered irssi running directly on Windows. Good luck! |
|
Just stopping by to confirm your directions working for irssi-0.8.12-rc1 version, I tried doing to just manually but must have missed one of those packadges and kept getting an errors with the perl folders. Thanks alot for this info! |
|
Thanks for this. Worked for me. |
|
I followed your instructions for 0.8.12 and everything worked except for one thing, when I run irssi.exe using "run irssi.exe" it comes up with the blue bars but then immediately goes back to bash without letting me input any commands. |
|
i downloaded the windows installer and im having trouble figuring out where to place scripts and themes to make them work. help! |
|
I have compiled irssi-python in cygwin environment, but I can't figure out where to put the binary lib - libpython.a and libpython.la I tried to put them in .\lib\irssi\modules\ and also .\modules, but /load doesn't work on neither of them. Where does irssi load modelues from in cygwin version? Thanks. |
|
Hello. |
|
Hello there, please help me and if you could answer also send on zofy11@gmail.com
|
|
Navigation | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| « | (older) | (newer) | » | |||||||
| « | (Ubuntu) honks: The Treviño Story | ‹ | Main | › | Verbindungsdatenspeicherungstabelle | » | ||||
| « | (monthly archive) | (category archive) | » | |||||||
| « | View entire January 2007 Archives | ‹ | All articles list (Archives) | › | Search | » | Web Dump | » | ||
Thanks for this! I was waiting for a new package like this for a while. :)
I have two problems though:
1.
Each time I start it, I get the following:
4 [main] irssi 2348 _dll_crt0: internal error: couldn't determine location of thread function on stack. Expect signal problems.
I had the same thing with blaze's cygwin package.. any ideas?
2. UTF-8 doesn't work correctly. I can't write or receive UTF8 chars properly. Recode works somewhat, but still not perfect with incoming chars like 'ű'.
Got any ideas?