Recent Posts by thinkcl

Subscribe to Recent Posts by thinkcl 6 post(s) found

Feb 21, 2008
Avatar thinkcl 6 post(s)

Topic: BaseTen / Modification Observing Not Working

Tuukka,

Thanks for the reply. It may well be the PostgreSQL install. I am on Leopard and used a package installer for PG 8.2.5 and noticed some strange behavior after the install – mostly permission issues. I come from a MySQL background and am finding PosgreSQL very difficult to install and administer. Will try and resolve PosgreSQL issues first.

Thanx again.

 
Feb 20, 2008
Avatar thinkcl 6 post(s)

Topic: BaseTen / Modification Observing Not Working

Hello, anybody here? Guess I will try Apple discussions.

 
Feb 17, 2008
Avatar thinkcl 6 post(s)

Topic: BaseTen / Modification Observing Not Working

So I finally gt everything wired up, ran the assistant and enabled a simple table with a primary key and a title column. The added a few rows of data. Hooked up a simple GUI and ran it. I am getting back the following error message through NSError.LocalizedFailureReason . . .

Table product in schema public has not been prepared for modification observing.

I checked and the BaseTen tables and triggers etc are in the database and as I said the BaseTen assistant shows that the tables are enabled. Could it be my PostgreSQL configuration?

 
Feb 17, 2008
Avatar thinkcl 6 post(s)

Topic: BaseTen / Garbage Collection

Never mind. I am an idiot. I was putting the compiled framework into /Library and no /Library/Frameworks and thus I kept adding the old non-GC framework to my project.

Sorry for the confusion and thanks for the help on the GC target, I never would have found that!

 
Feb 17, 2008
Avatar thinkcl 6 post(s)

Topic: BaseTen / Garbage Collection

Tuukka,

Thanks for the reply. Please excuse my ignorance but I am still having issues. I open the BaseTen.xcodeproj, I make BaseTen Framework the active target. I then build the project and move the new framework to my /Library/Frameworks folder. Then I open my project and add the BaseTen.framework from the /Library/Frameworks folder. Next I hit build and go and still get

objc25694: ’/Library/Frameworks/BaseTen.framework/Versions/A/BaseTen’ was not compiled with -fobjc-gc or -fobjc-gc-only, but the application requires GC

Thanks again – I am really want to make this work as BaseTen seems to be the magic bullet.

 
Feb 17, 2008
Avatar thinkcl 6 post(s)

Topic: BaseTen / Garbage Collection

Does BaseTen currently work in projects utilizing Garbage Collection? I am new to Cocoa and thus am starting with Obj-C 2.0 and XCode 3. I built the framework after turning on GC in the project settings but get..

was not compiled with -fobjc-gc or -fobjc-gc-only, but the application requires GC

Thanks for any help