Re: [Gnustep-cvs] r24973 - in /tools/make/trunk: ChangeLog Instance/framework.make

2007-04-11 Thread Quentin Mathé
Le 11 avr. 07 à 13:07, Nicola Pero a écrit : At a quick look at the bug report - without trying it out - it looks like the gnustep-make issue is the one I fixed on trunk. :-) ok :-) I will update my gnustep-make install to test it. It also looks like etoile.make is trying to create a

problem linking on MAC OSX

2007-04-11 Thread amit hetawal
Hello all, I have a make file which looks like: CC=/usr/bin/gcc CPPFLAGS=-c -g -I/usr/local/Coral/include -I/Users/hetawal/coral-3.7.5-public/custom LDFLAGS=-L/usr/local/Coral/lib -lcoral -lpcap -lhashtab -lz -lstdc++ OBJECTS=coral_test.o \ recycle.o \ lookupa.o \ hashtab.o

RE: problem linking on MAC OSX

2007-04-11 Thread Nicola Pero
Are you sure this is the right mailing list for your problem ? ;-) This is a mailing list for GNUstep developers. :-) Anyway, trying to guess what you're trying to do, are you compiling/linking a C file ? Then you probably don't want to use g++ or libstdc++, which are used for C++. Thanks

Re: problem linking on MAC OSX

2007-04-11 Thread amit hetawal
Hello, Sorry for the confusion, i serached the net and found a similar question addressed to this mailing list so i just mailed according to that. But i am in desparate in need of help. I fyou can help me out. My source code is in C and i tried using gcc and removed libstdc++ but then it gives

Google SoC progress

2007-04-11 Thread Adam Fedor
The list of projects for the Google SoC is almost finalized. It looks like we will most likely get 2 students this year, both with some pretty interesting projects: http://code.google.com/soc/gnustep/open.html (you may have to sign up to see this...). This is typical for the number of

Re: problem linking on MAC OSX

2007-04-11 Thread Nicola Pero
Not sure which 'previous email' ;-) Anyway, if it's all C you should try with CC=gcc CPPFLAGS=-c -g -I/usr/local/Coral/include -I/Users/hetawal/coral-3.7.5-public/custom LDFLAGS=-L/usr/local/Coral/lib -lcoral -lpcap -lhashtab -lz if C++ is involved, you could try with CC=g++ CPPFLAGS=-c -g

Re: problem linking on MAC OSX

2007-04-11 Thread amit hetawal
Hello, I have tried both options and this is why its soo frustrating. below i have removed -lstdc++ When i try CC=g++ i get coral_test.c:322: error: at this point in file coral_test.c:326: error: invalid conversion from 'void*' to 'ub1*' coral_test.c:341: error: invalid conversion from 'ub1*'

Re: problem linking on MAC OSX

2007-04-11 Thread Yen-Ju Chen
On 4/11/07, amit hetawal [EMAIL PROTECTED] wrote: [snip] Hello all, I have a make file which looks like: CC=/usr/bin/gcc CPPFLAGS=-c -g -I/usr/local/Coral/include -I/Users/hetawal/coral-3.7.5-public/custom LDFLAGS=-L/usr/local/Coral/lib -lcoral -lpcap -lhashtab -lz -lstdc++

Re: problem linking on MAC OSX

2007-04-11 Thread Wolfgang Sourdeau
You should use gcc for compiler and g++ as linker (env var LD). That way, the proper linking will occur but the pointer casting won't choke with C++ stupid constraints. Wolfgang ___ Gnustep-dev mailing list Gnustep-dev@gnu.org

Re: problem linking on MAC OSX

2007-04-11 Thread Yen-Ju Chen
On 4/11/07, amit hetawal [EMAIL PROTECTED] wrote: What do you mean by that, the source code a for them are present in the same folder. Its like the lookup, recycle is the hash implementation in C and the file is coral_test.c is another custome software for networking wchih in case uses the code

Re: Google SoC progress

2007-04-11 Thread Lars Sonchocky-Helldorf
Thumbs up Adam for managing SoC so well! regards, Lars Am 11.04.2007 um 18:47 schrieb Adam Fedor: The list of projects for the Google SoC is almost finalized. It looks like we will most likely get 2 students this year, both with some pretty interesting projects:

Re: Google SoC progress

2007-04-11 Thread Gregory John Casamento
Yes, Indeed. :) -- Gregory Casamento - Original Message From: Lars Sonchocky-Helldorf [EMAIL PROTECTED] To: Adam Fedor [EMAIL PROTECTED] Cc: Developer GNUstep gnustep-dev@gnu.org Sent: Wednesday, April 11, 2007 6:36:24 PM Subject: Re: Google SoC progress Thumbs up Adam for managing