[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.pdt] Can't Configure PDT Include Path to find the GD library
|
- From: Andre_Mikulec@xxxxxxxxxxx (Andre Mikulec)
- Date: Tue, 13 May 2008 07:57:09 +0000 (UTC)
- Newsgroups: eclipse.tools.pdt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hi,
I have configured my eclipse PDT include path to be the following.
H:\xampplite\php
H:\xampplite\php\ext
H:\xampplite\php\pear
H:\xampplitevhgraph
The folder H:\xampplitevhgraph contains the library class.graph1.
A snippet from class.graph1 reads
# Check for GD installation
if(!function_exists('imagecreate')) {
die('VH Graph Requires GD library with PHP');
}
In my testing index.php, I have the following code.
include('class.graph1');
When my testing index.php file runs, eclipse PDT returns the result
VH Graph Requires GD library with PHP
When browse to the url http://localhost/webs/test/index.php, the GD
graphic is returned as expected.
I performed a search for "GD" in my "php" folder.
This returned gds32.dll in my H:\xampplite\php folder.
This also returned php_gd2.dll in my H:\xampplite\php\ext folder.
That is why added
H:\xampplite\php
H:\xampplite\php\ext
to the PDT Include Path to try to help find the GD library.
Does anyoone have any idea of how I can onfigure Include Path to find the
GD library?
Thank you very much,
Andre Mikulec
Andre_Mikulec@xxxxxxxxxxx