• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

GTK and path question

Cerb

Elite Member
I use PAN and GAIM, both of which want the GTK, but PAN won't run with the newer GTK for GAIM.
I installed it to a different directory, but get an error that it can't find the DLL libintl-1.dll in the paths, one of which is the newer GTK, but not the older one. Can I either force it to look there (make it so PAN knws where to look, but not others), OR add the old one to the list of common paths?

Edit: Win2k 😱
 
If you run it from an xterm, you could use a custom LD_LIBRARY_PATH. Or, create a script to do it for you, something like:
#!/bin/sh
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/other/gtk/lib" pan

Or something... 😛
 
Originally posted by: Cerb
Crap. I was in a rush, sorry about that 🙂

Windows 2000

Oh. 😱

I'm not sure how they compile it and all, but you could try recompiling it if you have the tools. I imagine those programs use cygwin...
 
Back
Top