FROM : Jeremy
DATE : Tue Feb 12 22:00:25 2008
Hello,
I have a relatively new project (meaning that it is in the design
phrases) but I am coding the GUI as I design it (Mainly the showing of
sheets and opening of windows). Now about a week, maybe a week and a
half ago I made the decision to add a mini-web browser to the
application to display formatting rules (since the site has a help
page dedicated to that).
I added the WebKit.framework to my project so that I could utilize it
for the display of that help page. I added a copy files build phrase
and such so that my set up would actually work. When I went to build
with adding no code at all (just the added WebKit.framework) the build
failed with 10 errors and 6 warnings.
Upon investigation into these errors I discovered that it is within
the 10.5sdk's IOKit.framework... I have my project's build target to
be 10.4.x so that Tiger users of the site may access and use my tool.
After removing the WebKit.framework stuff that I added, hoping that
doing so would allow me to build my project but with no avail. I have
tried to reinstall Xcode at the suggestion of a very good Cocoa
developer that I trust extremely well because he believed that it
could be a corrupt framework.
I am working on two apps and one builds find. So here goes with my
errors and warnings.
error: 'io_user_reference_t' undeclared here (not in a function)
error: syntax error before 'OSAsyncReference64'
warning: data definition has no type or storage class
error: syntax error before 'OSAsyncReference64'
warning: no semicolon at end of struct or union
error: syntax error before '}' token
error: syntax error before 'io_user_reference_t'
warning: no semicolon at end of struct or union
error: 'io_user_reference_t' undeclared here (not in a function)
error: syntax error before 'OSAsyncReference64'
warning: data definition has no type or storage class
error: syntax error before 'OSAsyncReference64'
warning: no semicolon at end of struct or union
error: syntax error before '}' token
error: syntax error before 'io_user_reference_t'
warning: no semicolon at end of struct or union
We cannot figure out how this can be fixed! Any help would be
appreciated!
DATE : Tue Feb 12 22:00:25 2008
Hello,
I have a relatively new project (meaning that it is in the design
phrases) but I am coding the GUI as I design it (Mainly the showing of
sheets and opening of windows). Now about a week, maybe a week and a
half ago I made the decision to add a mini-web browser to the
application to display formatting rules (since the site has a help
page dedicated to that).
I added the WebKit.framework to my project so that I could utilize it
for the display of that help page. I added a copy files build phrase
and such so that my set up would actually work. When I went to build
with adding no code at all (just the added WebKit.framework) the build
failed with 10 errors and 6 warnings.
Upon investigation into these errors I discovered that it is within
the 10.5sdk's IOKit.framework... I have my project's build target to
be 10.4.x so that Tiger users of the site may access and use my tool.
After removing the WebKit.framework stuff that I added, hoping that
doing so would allow me to build my project but with no avail. I have
tried to reinstall Xcode at the suggestion of a very good Cocoa
developer that I trust extremely well because he believed that it
could be a corrupt framework.
I am working on two apps and one builds find. So here goes with my
errors and warnings.
error: 'io_user_reference_t' undeclared here (not in a function)
error: syntax error before 'OSAsyncReference64'
warning: data definition has no type or storage class
error: syntax error before 'OSAsyncReference64'
warning: no semicolon at end of struct or union
error: syntax error before '}' token
error: syntax error before 'io_user_reference_t'
warning: no semicolon at end of struct or union
error: 'io_user_reference_t' undeclared here (not in a function)
error: syntax error before 'OSAsyncReference64'
warning: data definition has no type or storage class
error: syntax error before 'OSAsyncReference64'
warning: no semicolon at end of struct or union
error: syntax error before '}' token
error: syntax error before 'io_user_reference_t'
warning: no semicolon at end of struct or union
We cannot figure out how this can be fixed! Any help would be
appreciated!
| Related mails | Author | Date |
|---|---|---|
| Jeremy | Feb 12, 22:00 | |
| Herb Petschauer | Feb 12, 22:43 | |
| Jeremy | Feb 12, 23:40 | |
| Herb Petschauer | Feb 13, 00:15 | |
| Jeremy | Feb 13, 00:16 | |
| Jeremy | Feb 13, 00:37 | |
| Herb Petschauer | Feb 13, 00:39 | |
| Herb Petschauer | Feb 13, 00:41 | |
| Jeremy | Feb 13, 00:45 | |
| Herb Petschauer | Feb 13, 00:56 | |
| Jens Alfke | Feb 13, 00:59 |






Cocoa mail archive

