Re: installation problems x lib error

2005-08-23 Thread Valdis . Kletnieks
On Wed, 24 Aug 2005 01:54:37 +0900, Andrew Jones said: > checking for X... no > configure: error: X development libraries not found > > I have installed the X libs from www.freedesktop.org > any idea? 1) Where in the filesystem tree did the libraries get installed? 2) Did you remember to install

Re: Memory Leaks

2005-08-23 Thread Sven Neumann
Hi, "Andrew Krause" <[EMAIL PROTECTED]> writes: > I think this is more of a general C/C++ question, but I'll try > here. My problem is that as my application runs longer, the memory > usage slowly creeps up higher and higher. For example, if I call > my Environment Settings dialog five times in a

Re: Memory Leaks

2005-08-23 Thread Chris Vine
On Tuesday 23 August 2005 19:57, Andrew Krause wrote: > I think this is more of a general C/C++ question, but I'll try > here. My problem is that as my application runs longer, the memory > usage slowly creeps up higher and higher. For example, if I call > my Environment Settings dialog five times

Re: Memory Leaks

2005-08-23 Thread Todd Fisher
Andrew Krause wrote: I think this is more of a general C/C++ question, but I'll try here. My problem is that as my application runs longer, the memory usage slowly creeps up higher and higher. For example, if I call my Environment Settings dialog five times in a row, each time it uses more memor

when compiling gtk2.6.[9 or 10] : Cant recognize the image file format error and build failed

2005-08-23 Thread lspp_at_fremont
Hi All -- i tried google search on this and found that there are people encounter the same problem back to 2.2.2 or earlier, this error comes up when the make enter /gtk/stock-icons saying failed to load "./stock_about_16.png": couldnt recognize the image file format for file './s

Memory Leaks

2005-08-23 Thread Andrew Krause
I think this is more of a general C/C++ question, but I'll try here. My problem is that as my application runs longer, the memory usage slowly creeps up higher and higher. For example, if I call my Environment Settings dialog five times in a row, each time it uses more memory. Now this makes sense

installation problems x lib error

2005-08-23 Thread Andrew Jones
hey folks, so far managed to solve the jpeglib problem (recompile jpeglib with shared enabled) anyway, now getting this error when I try to configure gtk: checking for X... no configure: error: X development libraries not found I have installed the X libs from www.freedesktop.org any idea? tha