Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Apr 5, 2011, 8:40:32 AM (13 years ago)
- Author:
-
jasmine.aura
- Comment:
-
added note under Perl 5.10 about possible perl conflicts when using the MinGW installer
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v116
|
v117
|
|
80 | 80 | You will also need to install [/static/win32/perl_5-10-0.tar.gz perl_5-10-0.tar.gz] under `$PIDGIN_DEV_ROOT/win32-dev` (Containing headers and import lib for mingw gcc). |
81 | 81 | |
| 82 | Note: If while [http://www.mingw.org/wiki/Getting_Started installing MinGW graphically (incl. MSYS)] you installed mingw-developer-toolkit, keep in mind that it installs msys-perl-bin - /bin/perl.exe - (5.6) which takes precedence over the (5.10 or newer) perl in your path, and that will cause problems! So, you will either need to: |
| 83 | |
| 84 | * Remove the mingw-developer-toolkit supplied (older) perl (but MAKE SURE you have mingw-get-0.2-mingw32-alpha-3 or later as previous version had issue with unlink'ing/deleting files): |
| 85 | {{{ |
| 86 | mingw-get remove msys-perl-bin |
| 87 | }}} |
| 88 | |
| 89 | _or_ |
| 90 | |
| 91 | * Set your ActivePerl 5.10 path before the former so that it takes precedence. Assuming you've installed in "c:\perl": |
| 92 | {{{ |
| 93 | export PATH=/c/Perl/bin:$PATH |
| 94 | }}} |
| 95 | |
82 | 96 | === Tcl 8.4.5 === |
83 | 97 | Download and extract [/static/win32/tcl-8.4.5.tar.gz tcl-8.4.5.tar.gz] to `$PIDGIN_DEV_ROOT/win32-dev` |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!