a free implementation of Cocoa (formerly NeXT's OpenStep) Objective-C libraries (called frameworks), widget toolkit, and application development tools. It is part of the GNU Project.

learn more… | top users | synonyms

0
votes
0answers
59 views

Install Webobjects 4.5.1 on ubuntu

My client using webobjects 4.5(one of the last versions that supports Objective-C) on backend. And I need to develop using this framework. Problem is that I'm using Ubuntu linux I've tried to found ...
0
votes
0answers
39 views

use clang scan-build analyzer analyze .m file on linux

i am using clang analyzer scan-build scanning some IOS application on linux (red hat) now i'm installing build-essential clang gnustep* on my linux there is no way to build ios application on ...
0
votes
1answer
91 views

How to parse an object to obtain keys values (attribute/value) in Objective-C? [closed]

I want to get the values of all attributes of an object in Objective-C. For example I have an instance of my class Client, named Client1. I would like to have a method which get this object as a ...
0
votes
1answer
57 views

coregraphics on gnustep ubuntu

so im thinking about porting some logic written for my ios app to the server. I am building a view hierachy and then rasterizing it to bitmaps I have used chameleon to successfully port the relevant ...
0
votes
0answers
75 views

Error on trying to compile using GNUStep

I'm trying to compile an objective c project on a linux machine. The contents of my GNUMakefile are as follows :- # GNUSTEP_MAKEFILES=/usr/lib/GNUstep/System/Makefiles CC=clang include ...
0
votes
1answer
81 views

Objective c dictionary enumeration with blocks does not work on gcc with gnustep

I am just learning obj c. I am using GNUStep downloaded from gnustep.org/experience/Windows.html (there are 3 installers - msys system, core, devel) some time back. Running the below code: #import ...
0
votes
1answer
84 views

objective c libraries on ubuntu

can any one help me quick please :( ? I installed gnustep on ubuntu and some tools for objective c development but when I compile an objc project gcc -o hello hello.m -Wall -lobjc that appears to ...
0
votes
2answers
75 views

Compiling First Obj-C source under Windows

I'm trying to compile for the first time, a Obj-C source under Windows 7. I installed GNUstep and when I try to compile a simple hello world file it says to me I had MinGW installed before with ...
0
votes
1answer
116 views

How do I set GNUSTEP_MAKEFILES and what do I set it to?

I am running Ubuntu 12.04.1 LTS in VirtualBox 4.2.6 on Windows 7. I am trying to build GNUstep Base from source as downloaded from the official repository on GitHub instead of installing any part of ...
0
votes
0answers
23 views

GNUstep 'bad file number'

I am new to GNUstep. I installed it on Windows 7, and wrote a simple 'hello' file. I've got the hello.exe, but when I run it, i got a error said: bad file number, and nothing else showed up. Can any ...
1
vote
3answers
312 views

How to make GNUstep libobjc2 to work?

I downloaded and built GNUstep libobjc2 1.6.1, svn co http://svn.gna.org/svn/gnustep/libs/libobjc2/1.6.1/ rep cd rep make and got this error when I tried to compile a Objective-C code. ...
3
votes
3answers
242 views

clang compiling error (undefined reference to objc_autoreleasepoolpush)

So, I got Ubuntu and clang3.0 installed and a simple program.m: #include <Foundation/Foundation.h> int main() { @autoreleasepool{ NSLog(@"Hi"); } return 0; ...
1
vote
0answers
136 views

error: cannot find interface declaration for ‘NSAttributedString’ with GNUStep

I have been messing around with GNUStep, and I have a simple main.m, which compiles fine. I wanted to see if objective-c libraries (meant for ios/mac) work with GNUStep, so i downloaded JSONKit and ...
1
vote
1answer
53 views

How to build GNUstep programs on OpenBSD?

I am trying to build a GNUStep program on OpenBSD. I installed packages gnustep-base and gnustep-make. my main.m: #import <Foundation/Foundation.h> int main(void) { NSLog(@"Hello ...
0
votes
1answer
33 views

what was it help for compiler when used @class-@interface pair?

@class GSValue; @interface GSValue : NSObject // Help the compiler @end @class GSNonretainedObjectValue; @interface GSNonretainedObjectValue : NSObject // Help the compiler @end the above code ...
1
vote
3answers
141 views

what was the second parameter in “id (*IMP)(id, SEL, …) ” used for?

my question as the title says.obviously, the first parameter was used for this pointer , in some taste of c++.what about the second one? thak you.
0
votes
1answer
113 views

GNUSetup objective-c , can't find libxml/tree.h' file not found

i trying to use libxml2 in GNUsetup in windows using objective-C compiling with clang. it keeps giving me the error: $ make CC=clang This is gnustep-make 2.6.2. Type 'make print-gnustep-make-help' ...
0
votes
1answer
114 views

why after executing “[pool drain]”, it never return back to caller?

here is my code template: int main(int argc, char *argv[]) { // create an autorelease pool NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; // make sure the application ...
0
votes
2answers
110 views

why must i inherit NSobject instead of NSapplication to implement delegate method on GNUSTEP?

I've seen several Obj-C tutorials. The delegate classes all inherit from NSObject. For example, the applicationDidFinishLaunching delegate method, in some tutorials, it inherited from NSObject but ...
0
votes
1answer
51 views

GNUStep setup error

I am a beginner in objective-C and trying to setup GNUStep in Windows 7. I have followed the direction in this site: http://www.gnustep.org/experience/Windows.html to download GNUstep MSYS System ...
0
votes
1answer
217 views

How to load dll or lib files in LLVM?

I am new to LLVM. I built LLVM and Clang on windows by GnuStep yesterday. LLVM+CLang:3.2 GCC:4.6.1(GnuStep) OS:Win7 64 I can compile Objective-c source file to both bitcode and exe. The exe works, ...
0
votes
1answer
82 views

gnustep runloop

Does anyone tell is GNUstep NSRunLoop extension functions: (void) addEvent: (void*)data type: (RunLoopEventType)type watcher: (id)watcher forMode: (NSString*)mode; this method is work?, ...
0
votes
2answers
92 views

gnustep for netbsd

I'd like to ask if gnustep's toolchain is appropriate for netbsd development where one'd normally use plain C. I'm interested in the benefits of Obj-C only with basic APIs like NSObject's reference ...
-2
votes
1answer
100 views

GNUstep installation [closed]

How will I install GNUStep in Linux ?
0
votes
1answer
60 views

error while compiling Objective c in GNUStep in ubuntu

showing this error while trying to compile my program. error: #error The current setting for native-objc-exceptions does not match that of gnustep-base ... please correct this.
0
votes
1answer
174 views

Unable to find Foundation Header Files on Ubuntu

I have a Ubuntu server with Slicehost (now RackSpace) and am trying to get GNUstep installed so that I can compile Objective-c code. After installing the world via apt-get and going through numerious ...
2
votes
0answers
106 views

build static library for iOS on windows

I want to cross-build a C++ static library on Windows or Linux (*.a), which will be included in Xcode 4, and finally used in iOS app. Can anyone tell me how to do it?
0
votes
1answer
105 views

How to write a Window Server?

how can i write a windowserver for gnustep? i'm reading the source of gnustep some days but don't get how this works. Can someone please explain how it works from NSApplicationMain() to a graphical ...
0
votes
3answers
464 views

Why is arc4random returning negative numbers sometimes?

I'm using arc4random() to generate numbers in a certain range. However, I will intermittently receive negative numbers. I'm not doing anything strange: if([aBug x] == -1) { x = arc4random() % ...
1
vote
1answer
152 views

How do I tell my GNUMakefile to link against a specific library?

My GNUMakefile is as follows: include $(GNUSTEP_MAKEFILES)/common.make APP_NAME = MyApp MyApp_HEADER_FILES = src/objc/framework/Bug.h src/objc/framework/NSMutableArray+Shuffle.h ...
0
votes
1answer
64 views

Objective-C on GNUStep: Accessing ivars of the parent class

I'm pretty new to Objective-C. Most of my experience is in Java. I have a base class: @interface Bug : NSObject <BugProtocol> { @private World* world; NSString* name; NSString* ...
1
vote
1answer
101 views

Synchronization and threading for an agent-based modeling project in Objective-C

First of all, I'm an Objective-C novice. Most of my background is in Java.. Also since most Objective-C questions revolve around Cocoa, I should point out that this is on GNUStep. For a school ...
0
votes
1answer
64 views

Is this an acceptable idiom for NSThread in Objective-C?

I have a small agent-based modeling-framework that I'm writing as part of a project. The different agents all run in their own threads and a supervisor class controls their lifecycles. So the ...
0
votes
0answers
89 views

Are there any good tutorials for Gorm and ProjectCenter?

I just downloaded Gorm and Project Center from GNUstep so I could develop for iOS (I know about Xcode, but want to start with this since I am using Windows), and find them immensely confusing. Can ...
3
votes
1answer
72 views

Gnustep - video recording application

I don't own a mac, is it possible to create a fully functional video recording app in gnustep on windows then carry out the necessary process to deploy it as an iPad app?
0
votes
0answers
52 views

ObjC DO server on Windows using GNUstep/MinGW using .NET + MSSQL

I want to know if I can write an Obj-C Distributed Objects server on a Windows GNUstep machine that acts as an interface to MSSQL via .NET. I understand that this will be sort of cross-language, but ...
0
votes
1answer
242 views

Running objective c in windows

I installed GNUstep and minGW. My code seems to compile without errors, when I try to run it I get: gnustep-base-1_24.dll is missing I'm using Windows GNUStep. Note: I added the ...
1
vote
1answer
513 views

unable to find objc.h during clang compile

I'm on Ubuntu 12. I'm trying to compile an Objective-C hello_world app using clang. This is the source: #import <Foundation/Foundation.h> int main (int argc, const char * argv[]) { ...
2
votes
2answers
741 views

error: redefinition of ‘struct StructName’ message when compiling in Objective-C on Linux

I'm trying to compile Objective-C code on Ubuntu 12 Linux. main.m looks like this: #import <Foundation/Foundation.h> #import "CEFoo/CEFoo.h" int main (int argc, const char * argv[]) { ...
4
votes
4answers
1k views

Objective-C on Linux Compile Error

There seem to be quite a few tutorials on how to do this, each slightly different. I'm hoping someone can recognize the error messages I'm getting and point me in the right direction. My code, h.m ...
0
votes
4answers
129 views

Objective-C: Mixed methods of incrementing - i++ vs i+=1

I was browsing a GNUstep project on github and came across this little loop... for(; i < 9; i+=1) { for(;j < 9; j+=1) { /* Inner loop code - snipped */ } } Most, but not all ...
5
votes
3answers
1k views

How to compile Objective C code in ubuntu

I am beginner in Iphone programming. I am trying to compile (ubuntu). #import <Foundation/Foundation.h> int main (void) { NSLog (@"Executing"); return 0; } I compiled it but getting ...
0
votes
1answer
45 views

objective c profiler for gnustep

Is there a profiler for Objective-C run on the linux. I'm using the GNUstep environment. I searched on the website of GNUstep, there's nothing about profiler.
1
vote
1answer
142 views

ObjectiveC project organization

I wonder what is the more appropriate structure for a Objective-C project (a project that have more than ten classes...). Code source I put each class declaration and implementation respectively in ...
1
vote
1answer
80 views

A straightforward way of how to compile a program using GNUstep makefiles?

int main (int argc, char *argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; NSLog(@"Hello World!"); [pool drain]; return 0; } This is my program. I have run it on my ...
0
votes
1answer
62 views

Why do we have NSNumber and NSTemporaryNumber as two different classes?

I went through the source code of GNUStep's NSNumber's implementation to understand how does factory method implementation works there. From there What I could understand was we have NSNumber with ...
1
vote
0answers
148 views

Can't compile C++ in gnustep projectcenter

I've set up gnustep in windows, have Gorm and Projectcenter runnng and successfully build an Objective-C hello world app with a UI built by Gorm. However, adding C++ stuffs like Class etc will make ...
0
votes
1answer
118 views

fatal error on NSArray.h

I am new to objecive-c, i have ubuntu machine and compiling objective-c using GNUStep. I wrote the following code: #import <objc/objc.h> #import <Foundation/Foundation.h> #import ...
0
votes
2answers
71 views

GNUStep make problems

I have installed the GNUStep gnustep-msys-system-0.29.0-setup.exe and gnustep-core-0.29.1-setup.exe on my WinXp Machine I am able to compile problems. The documentation says that gnustep-core comes ...
1
vote
2answers
64 views

objective-c synthesizeing leads to error?

I m pretty new to objective-c, and trying some examples on my own. Here is my sample code #import <objc/objc.h> #import <Foundation/Foundation.h> @interface Test:NSObject { int ...

1 2 3