Re: 'WebKit/WebKit.h' not found
Re: 'WebKit/WebKit.h' not found
- Subject: Re: 'WebKit/WebKit.h' not found
- From: Jens Bauer <email@hidden>
- Date: Tue, 16 Dec 2003 22:26:29 +0100
Hi Marco,
On Monday, Dec 15, 2003, at 23:26 Europe/Copenhagen, Marco Michieli
wrote:
I correctly imported the WebKit headers: actually other people had the
same problem I have.
OK. Then I don't think it's your fault; uhm, but try and see if you can
see the WebKit.h header inside the WebKit framework, when you click the
disclosure-triangle in Project Builder.
I'm using 10.2.8 as well and I made a Web-browser too, but I'm not
allowed to release it, as I once signed a contract that prevents me
from releasing web-browsers for a while. This will probably last until
january 2004 I think.
See the discussion about the "MyOneLineOfCodeBrowser using Cocoa and
WebKit 1.0" by Martin Simoneau
(http://cocoadevcentral.com/articles/000077.php).
Any other idea?
Not currently. I'll try and see if something pops up in my head.
I have download the SDK now 4 times
and installed it 4 times and still no
headers. In "Apple System Profiler"
under the Frameworks tab the last line
reads "WebKit.framework 1.0 28 jun
2003 09:16 1.0, Copyright 2003
Apple Computers Inc." In the
"Installer" program if you go to the
Log window it says "WebKit SDK
Installation Log" And still when I add
the WebKit.framework in PB I still get
the same three items as listed in my
orginal message. Any Ideas?
Posted by: Lance on July 20, 2003 11:11
AM
I also was unable to get WebView.h to
appear. I downloaded the Web Kit SDK
and installed it. I can see the header
file when I go into that directory in a
Terminal.
When I go to the other tutorial
mentioned in the comments that
builds the browser without a single
line of code I am able to get it to
work. In that one you actually drag the
header files from the Finder. So I tried
the same thing using this tutorial. I
first add the Framework as described
here and then instead of trying to drag
the header from PB (where I don't see
it) I drag it from the Finder on to IB.
Then it all works.
So it appears the problem has
something to do with the way in which
I'm adding the framework. The public
headers just don't show up. Any ideas?
chuck
Posted by: chuck clark on October 4, 2003
07:59 PM
Ciao
Marco
Lunedl, 15 dic 2003, alle 08:26 Europe/Rome, Jens Bauer ha scritto:
Hi Marco,
On Sunday, Dec 14, 2003, at 23:47 Europe/Copenhagen, Marco Michieli
wrote:
I'm using Mac OSX 10.2.8 with safari 1.0 installed, I've installed
the
WebKit SDK, I've added the WebKit framework to the project and I've
imported WebKit/WebKit.h in the WebKitTest_Prefix.h file.
Please make sure you did not...
#import "WebKit/WebKit.h
...but...
#import <WebKit/WebKit.h>
...There is a big difference.
Love,
Jens
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.