Search the web
Sign In
New User? Sign Up
frontierkernel · Frontier Kernel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2715 - 2744 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2715
Hello all, I have downloaded the SQLite branch and started to look into getting it going on Mac OS X. The first trick was to start adding the right files to...
creecode
Offline Send Email
Sep 2, 2006
8:35 pm
2716
Hello all, I'm wondering if the best approach would be something like compiling SQLite into a libsqlite.a and then doing the same kind of magic we do for...
creecode
Offline Send Email
Sep 2, 2006
9:00 pm
2717
Ah, ok, it looks like I'd already committed the latest stuff to SourceForge, so you're good to go. -- David...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 3, 2006
12:08 am
2718
... Hi! It's fine with me if you want to go ahead and do an Xcode version. I'll commit my latest set of changes in a few minutes. That'll be pretty much the...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 3, 2006
12:09 am
2719
... I just realized that you might not be able to see how I built it for Windows. I just imported the SQLite source files into the Frontier project file (I put...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 3, 2006
12:14 am
2720
I may be able to see how you did it if I crank up my Virtual PC. My only reason for thinking about a library was the Cursor definition conflict. It's not...
creecode
Offline Send Email
Sep 3, 2006
7:52 am
2721
... I'm not exactly sure what you mean about the Cursor definition conflict, but I'm assuming OS X and SQLite both define a cursor. Perhaps some exploring of...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 3, 2006
8:30 am
2722
... OK, it's almost 5am, so I'm not entirely lucid, but I did find a reference to OS X in the SQLite book: "It's used in OS X as part of their CoreData...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 3, 2006
8:40 am
2723
Hey David, ... Exactly. QuickDraw, an older Mac OS drawing system, typedefs Cursor as does SQLite. ... I'll look at the archive to see if I can see any...
creecode
Offline Send Email
Sep 3, 2006
4:58 pm
2724
Hello all, ... Not particularly helpful but there the problem is mentioned here < http://www.mail-archive.com/sqlite-users@.../msg03774.html >....
creecode
Offline Send Email
Sep 3, 2006
6:08 pm
2725
... And Hipp would know. I guess it wouldn't be cool to limit this functionality to Mac users running 10.4, eh? Seriously, though, thanks for taking the time...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 3, 2006
7:16 pm
2726
Hey David, Well thank you. Not sure how much I helped, I got stuck. But perhaps I've gotten the ball rolling on Mac. ... Now that is one messed up sentence!...
creecode
Offline Send Email
Sep 3, 2006
9:04 pm
2727
... As much as it pains me to say this (since I'm still on 10.3.9): given the group's limited resources, perhaps it's fine for SQLite support to require 10.4....
Scott Lawton
prefabsoftware
Offline Send Email
Sep 3, 2006
11:11 pm
2728
Hello all, I think if we go with adding the source files to the project or linking to a library, we'll be able to provide support for OSes older than 10.4 with...
creecode
Offline Send Email
Sep 4, 2006
1:43 am
2729
... Is there a simple ifdef for Mac OS X version? If so, I'm thinking the easiest way to get this integrated quickly would be to throw in that ifdef and move...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 4, 2006
2:05 am
2730
... In AvailabilityMacros.h, you have: MAC_OS_X_VERSION_MIN_REQUIRED So you can do: #if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_4 ... That's as of...
Henri Asseily
hasseily
Offline Send Email
Sep 4, 2006
8:05 am
2731
Ok I got the branch and tested the compile on my intel/10.4 machine. After changing the sdk and gcc versions, I got the error regarding Cursor redefined (and a...
Henri Asseily
hasseily
Offline Send Email
Sep 4, 2006
8:56 am
2732
Hi all, I think the problem is the inclusion of Quickdraw.h AND sqlite declarations. The source files for sqlite shouldn't include Quickdraw.h! That said, ...
Karsten Wolf
karstenwo
Offline Send Email
Sep 4, 2006
2:07 pm
2733
... Unfortunately, that's a known problem at Sourceforge's end: http://sourceforge.net/tracker/index.php?func=detail&aid=1538801&group_id=1&atid=200001 The...
Andre Radke
andre_radke
Offline Send Email
Sep 4, 2006
6:57 pm
2734
... IIRC, I used CodeWarrior to compile the OPML editor, just as UserLand presumably did for Frontier 9.x. The crash on exit you observed could be a compiler...
Andre Radke
andre_radke
Offline Send Email
Sep 4, 2006
7:13 pm
2735
... Hi Andre! I didn't even think of CodeWarrior. I don't have a copy of that anymore, so I couldn't test against it. My little script hack worked to fix the...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 4, 2006
9:26 pm
2736
... and having digged an hour through the frontier include jungle, I gave up and renamed the Cursors in SQLite. It compiles, it runs, it refused to load...
Karsten Wolf
karstenwo
Offline Send Email
Sep 5, 2006
12:50 pm
2737
... That'd help, wouldn't it. I've uploaded them to the Files section (under the 'gewirtz' folder. This link may work, as well: ...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 5, 2006
2:07 pm
2738
... I don't like having to tinker with the sqlite3 source. One way to fix the problem is as follows: Create another target that Frontier depends on. That...
Henri Asseily
hasseily
Offline Send Email
Sep 5, 2006
3:57 pm
2739
Yes....
creecode@...
creecode
Offline Send Email
Sep 5, 2006
4:32 pm
2740
... I agree wholeheartedly. Sometime after I started developing the Frontier extensions, SQLite upgraded from 3.3.4 to 3.3.7, including some new features and...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 5, 2006
5:01 pm
2741
Hi Henri, Am 05.09.2006 um 17:56 schrieb Henri Asseily: ... Yes, it's end-of-spine-ugly and I did it just see if it compiles & runs. It wasn't meant for public...
Karsten Wolf
karstenwo
Offline Send Email
Sep 5, 2006
6:13 pm
2742
I've completed the first draft of the SQLite docs on the Frontieropedia. Each of the verbs is documented, along with some resources and design notes. ...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 5, 2006
7:53 pm
2743
Hi David, it runs... and crashes immediately on sqlite.open() But first things first: - sqlite.open() needs a unix path. I hardcoded it into the test script...
Karsten Wolf
karstenwo
Offline Send Email
Sep 6, 2006
1:19 am
2744
... Heh. Thought so. :) ... I read on the web a similar comment by someone, and it seemed he notified the developer who wasn't too keen on it. I'll try...
Henri Asseily
hasseily
Offline Send Email
Sep 6, 2006
7:27 am
Messages 2715 - 2744 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help