Re: Documentation at wiki

2015-09-15 Thread Adam Fedor
> On Sep 14, 2015, at 7:46 PM, Germán Arias wrote: > > Currently the API documentation at wiki is not available. If you click > over any class, you get the error: > > "Sorry, the document you requested does not exist or has been moved. Try > navigating from the home page to

Re: Compile GNUStep Base (Foundation) with Xcode and Clang/LLVM 5.0

2015-01-30 Thread Adam Fedor
The main issue, probably, is that you often unintentionally pull in a lot of the Apple frameworks when trying to compile GNUstep code. Here’s some description of that: http://wiki.gnustep.org/index.php/Platform:BSD#Mac_OS_X On Jan 29, 2015, at 2:34 PM, Fred Kiefer fredkie...@gmx.de wrote: Hi

Re: SystemPreferences - no preview for WinUX theme

2014-01-06 Thread Adam Fedor
On Jan 1, 2014, at 12:19 AM, a b a_brig...@hotmail.com wrote: The SystemPreferences application for Windows comes with a preview image of the GNUstep theme, but none for the WinUX theme. How about something similar to this? It's a bit rough, but you should get the idea. I added this

Re: Minor GNUstep.org site update request

2013-12-23 Thread Adam Fedor
On Dec 23, 2013, at 12:32 PM, Patryk Laurent plaur...@me.com wrote: Greetings, When I go to gnustep.org, click on Download in the right menu bar, and select Ubuntu Linux (arguably one of the most popular linux distributions today), the result is that I see a fairly sparse and very old

Re: libobjc is never buildable with Clang.

2013-12-21 Thread Adam Fedor
On Dec 21, 2013, at 5:20 PM, Kevin Ingwersen ingwie2...@googlemail.com wrote: Hello! First, the error: Ingwie@ingwies-air ~/Downloads/gnustep-startup-0.30.0/sources/libobjc $ make This is gnustep-make 2.6.5. Type 'make print-gnustep-make-help' for help. echo tmp-runtime echo /* This

Re: libobjc is never buildable with Clang.

2013-12-21 Thread Adam Fedor
http://download.gna.org/gnustep/libobjc2-1.8.tar.bz2 On Dec 21, 2013, at 6:42 PM, Kevin Ingwersen ingwie2...@googlemail.com wrote: Well I used the github page from gnustep. Can you link me to a place where to obtain libobjc2? Am 22.12.2013 um 02:37 schrieb Adam Fedor fe...@gnu.org

Re: libobjc is never buildable with Clang.

2013-12-21 Thread Adam Fedor
On Dec 21, 2013, at 8:10 PM, Kevin Ingwersen ingwie2...@googlemail.com wrote: O.o Ingwie@ingwies-air ~/Downloads/libobjc2-1.7/build $ ninja [12/134] Building C object CMakeFiles/objc.dir/block_to_imp.c.o ../block_to_imp.c:47:10: warning: implicit declaration of function 'asprintf' is

Re: Installing GNUstep using MacPorts

2013-12-01 Thread Adam Fedor
I would not use macports. The gnustep package on on macports is really really old - 1.19 was released over 4 years ago. Plus they pretty much ignore any patches or bug reports you send in. Again, I would not recommend installing GNUstep on Mac OSX, but if you want to try you could look at

Re: Having build issues on Mac OS X

2013-11-27 Thread Adam Fedor
On Nov 27, 2013, at 12:05 PM, Kevin Ingwersen ingwie2...@googlemail.com wrote: Hey there! I am trying to prepair an installable GNUstep package for Mac OS X. But I have been having slight issues with building. When I supply flags to ./configure then it works. But InstallGNUstep

Re: Having build issues on Mac OS X

2013-11-27 Thread Adam Fedor
. Is InstallGNUstep always the same - not like, generated? If so, i could optimize it for Mac. :) Am 27.11.2013 um 22:08 schrieb Adam Fedor fe...@gnu.org: On Nov 27, 2013, at 12:05 PM, Kevin Ingwersen ingwie2...@googlemail.com wrote: Hey there! I am trying to prepair an installable

Re: Is GNUstep Examples maintained?

2013-08-22 Thread Adam Fedor
On Aug 21, 2013, at 12:12 AM, Sebastian Reitenbach sebas...@l00-bugdead-prods.de wrote: Yeah, that's also stopped me in the past to upgrade the GNUstep ports [1] in OpenBSD to use clang/libobjc2 with non-fragile-abi. Over the time, most of the the GNUstep ports in the ports tree build with

ANN: GNUstep Startup 0.30.0

2013-08-22 Thread Adam Fedor
The GNUstep Startup Package, version 0.30.0 is now available. What is the GNUstep Startup Package? GNUstep Startup is a compilation of the following core GNUstep packages: gnustep-make Version 2.6.5 gnustep-base Version 1.24.5 gnustep-gui Version 0.23.1

ANN: GNUstep Examples 1.4.0

2013-08-22 Thread Adam Fedor
GNUstep Examples is a full collection of examples for the GNUstep libraries. Some are very old, other are newer; some are up-to-date, other are not. Quick start to compile and run the tests: make openapp ./testYouWantToSee.app For more information, see the README file associated with each

Re: gnustep.org domain

2013-07-17 Thread Adam Fedor
On Jul 17, 2013, at 9:50 AM, Ivan Vučica i...@vucica.net wrote: On Sat, Jul 6, 2013 at 9:32 PM, Ivan Vučica i...@vucica.net wrote: Hi all, Who is currently controlling the gnustep.org domain? I've been thinking that it would be neat if we had 'vanity' email addresses, as well as an

Re: ProjectCenter will not load fully - no menu window loads

2013-01-14 Thread Adam Fedor
0.30.0 is the latest stable release of the Window's installer. You could try the 0.31.0 release, but then you would have to compile ProjectCenter yourself. I package the Window's installers, but I almost never use them, so I don't know what's wrong with ProjectCenter. We need a champion who

Re: ProjectCenter will not load fully - no menu window loads

2013-01-14 Thread Adam Fedor
On Jan 14, 2013, at 2:55 PM, R.D. Latimer wrote: If there's something I can do I'd be happy to help out. Let me know if you want me to pursue ProjectCenter. The File etc menu still is not loading. I can try to compile myself but I don't know I'd be able to do that. I haven't looked at

Re: Gnustep Windows rendering errors

2012-10-02 Thread Adam Fedor
The current release of the cairo backend does not work on Windows. If you want you can install the unstable 0.31.0 release of the Windows installer: http://www.gnustep.org/experience/Windows.html which has some patches that get cairo to work on Windows. These patches haven't been integrated

ANN: Windows core and cairo installer

2012-08-22 Thread Adam Fedor
I've just made new installers for gnustep-core 0.31.0 and gnustep-cairo 0.31.0. These are based on a snapshot of SVN, so they are not stable releases. The gnustep-cairo release is based on patches made by Marcian Lytwyn at Testplant that allow cairo to finally work on Windows. With the cairo

Re: EasyDiff on windows crash

2012-08-09 Thread Adam Fedor
On Aug 9, 2012, at 7:38 AM, Riccardo Mottola wrote: Hi, after cleaning it a bit up, I have EasyDiff compiling and running on windows. Hover if I compare (even the same file with itself) I get a crash #0 -[NSException raise] (self=0x589d6d90, _cmd=0x66ff04a8) at NSException.m:955

Re: 10 minute wiki improvement: Syntax Highlighting

2012-07-22 Thread Adam Fedor
On Jul 21, 2012, at 2:31 PM, A Wiebe(Work) wrote: I don't know if the wiki config is a mess, but it seems that installing syntax highlighting would be a snap. According to this page, simply: 1. Download the required mediawiki extension. 2. Add 1 line to the mediawiki config file.

Re: URGENT: Unable to run PROJECTCenter

2012-07-13 Thread Adam Fedor
On Jul 11, 2012, at 2:16 AM, Riccardo Mottola wrote: Adam may correct me since he did the packages, but core contains base, back and gui. So you have everything needed. Just open the shell, extract ProjectCenter, make install and launch it form the shell, as you did with the previous

Re: Micheal Baehr's archlinux unofficial repository

2012-07-09 Thread Adam Fedor
On Jul 9, 2012, at 8:39 AM, DantoAC wrote: Hi All, I want to learn GNUstep and Objective-C. This is my first post here. At http://gnustep.org/resources/sources.html says that Michael Baehr is maintaining an unofficial repository of GNUstep for archlinux but I can't see any URL to it

Re: URGENT: Unable to run PROJECTCenter

2012-07-06 Thread Adam Fedor
On Jul 6, 2012, at 9:33 AM, Riccardo Mottola wrote: Hi, Here is a new problem i am facing ... When i open a document or create a new document in gorm (attaching the error for reference) i am getting gorm has encountered a problem and it needs to close. ProjectCenter is working fine...

Re: URGENT: Unable to run PROJECTCenter

2012-07-06 Thread Adam Fedor
On Jul 6, 2012, at 11:14 AM, Riccardo Mottola wrote: Perhaps 1.2.16 is just mismatched against the gnustep windows packages he is trying to use? I use older msys packages (the one with gcc 3.x) and keep SVN reasonably tracked for core though. Both Gorm and PC do run for me and I can

Re: ANN: Windows Installer gnustep-core-0.29.1

2012-02-19 Thread Adam Fedor
How are you starting the application? Maybe from a CMD window? You need to have the proper paths set, but starting from the (Start) menu or from an Msys shell should work fine. On Feb 19, 2012, at 12:57 PM, Timothy Rees wrote: Hi, I've installed GNUStep MSYS System (0.29.0), GNUStep Core

ANN: Windows Installer gnustep-core-0.29.1

2012-02-17 Thread Adam Fedor
There's a new installer for the core packages, containing all the latest stable releases (plus new Gorm and SystemPreferences installers): http://www.gnustep.org/experience/Windows.html ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org

Re: Gorm and other programs on windows using installer...

2012-02-11 Thread Adam Fedor
On Feb 11, 2012, at 7:13 AM, Gregory Casamento wrote: Hey guys, I talked to a guy on IRC today TonyBurn and he said he was having issues because the executables were looking for gnustep-base-1_18.dll It seems like the packages containing these executables might need to be rebuilt

ANN: Make 2.6.2

2012-02-03 Thread Adam Fedor
The GNUstep Makefile Package version 2.6.2 is now available. 1.1 What is the GNUstep makefile package? = The makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project. It allows the user to write a project

ANN: Base 1.24.0

2012-02-03 Thread Adam Fedor
The GNUstep Base Library, version 1.24.0, is now available. 1.1 What is the GNUstep Base Library? = The GNUstep Base Library is a library of general-purpose, non-graphical Objective C objects. For example, it includes classes for strings, object collections,

ANN: Gui/Back 0.22.0

2012-02-03 Thread Adam Fedor
This is version 0.22.0 of the GNUstep GUI library (`gnustep-gui'). 1.1 What is the GNUstep GUI Library? It is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework

Re: Compiling corebase on Windows

2011-09-25 Thread Adam Fedor
On Sep 25, 2011, at 8:58 PM, Stefan Bidi wrote: I was able to up to a certain point with the installation of corebase on Windows, today. I still have a few show stoppers, though. The list is: (1) GNUstepBase/preface.h includes windows.h and a conflict between Window's BOOL and ObjC's

Re: GNUstep on 10.7

2011-08-28 Thread Adam Fedor
highly discouraged or simply never done? On Sat, Aug 27, 2011 at 5:21 PM, Adam Fedor fe...@gnu.org wrote: First I though you were talking about FreeBSD, now it appears you are talking about Mac OSX. Max OSX is a whole lot different and harder to deal with - often the linker will pull

Re: GNUstep on 10.7

2011-08-27 Thread Adam Fedor
wouldn't know where to start looking in that huge file, but I've attached it if it will help... On Sat, Aug 27, 2011 at 3:14 PM, Adam Fedor fe...@gnu.org wrote: You need to look in the config.log file to figure out the exact error, or send it to the list so we can look

Re: GNUstep on 10.7

2011-08-27 Thread Adam Fedor
does it seem to be so insurmountable? On Sat, Aug 27, 2011 at 3:35 PM, Adam Fedor fe...@gnu.org wrote: Well, it fails with a Bus Error, which isn't that helpful. You don't suppose there are two installations of libffi on your system? Perhaps move the one in usr/local/lib (just the lib

Re: GNUstep on 10.7

2011-08-27 Thread Adam Fedor
I meant path not patch. Also sudo -E make install would work as well if your sudo supports that flag. On Aug 27, 2011, at 3:22 PM, Adam Fedor wrote: Well, if you removed it and it still worked, that probably means there was another libffi somewhere. And if you are using clang, you

Re: GNUstep on 10.7

2011-08-27 Thread Adam Fedor
of those. libobjc2 from svn is the one I'm trying to compile—I'm following David's instructions as closely as possible. On Sat, Aug 27, 2011 at 4:22 PM, Adam Fedor fe...@gnu.org wrote: Well, if you removed it and it still worked, that probably means there was another libffi somewhere

Re: GNUstep on 10.7

2011-08-27 Thread Adam Fedor
, but I can't get rid of those. libobjc2 from svn is the one I'm trying to compile—I'm following David's instructions as closely as possible. On Sat, Aug 27, 2011 at 4:22 PM, Adam Fedor fe...@gnu.org wrote: Well, if you removed it and it still worked, that probably means

Re: Building GWorkspace, and GNUstep.sh

2011-05-28 Thread Adam Fedor
On May 28, 2011, at 9:44 PM, Germán Arias wrote: I use: cd to the folder . /usr/.../Makefiles/GNUstep.sh make sudo su (get root permissions) . /usr/.../Makefiles/GNUstep.sh make install exit You can also often install this way: sudo make

Re: The New GNUstep Seems Slow

2011-05-06 Thread Adam Fedor
On May 6, 2011, at 1:49 PM, Eric Wasylishen wrote: On 2011-05-06, at 1:38 AM, Fred Kiefer wrote: Great! Now what should we do about this? Release a bug fix for back? That way we would have a different version number for back and the corresponding gui. But will this cause any harm?

Re: Windows installers

2011-04-23 Thread Adam Fedor
On Apr 23, 2011, at 12:31 AM, Germán Arias wrote: In Windows page the link of GNUstep Devel 1.3.1 is broken. And with Gorm, from windows installer, I get the error (on Windows 7): NSMallocException: Default zone has run out of memory I fixed this. I had an incorrectly patched icu library.

Re: Broken link for the Windows download packages on the Wiki

2011-02-28 Thread Adam Fedor
Yes, thanks. I've fixed that. On Feb 28, 2011, at 11:31 AM, Paulo Pinto wrote: Hi, I was trying to download the packages for Windows that were announced on the 19th, but the following link points to nowhere,

Windows Installer 0.27.0

2011-02-20 Thread Adam Fedor
Release 0.27.0 of the GNUstep Windows Installers: Completely new mingw installation based on the mingw-get package manager. Files are now installed in different locations to better match the MinGW default layout. Although as a practical matter this doesn't change much, as the files can still

Re: Adopt a platform today!

2011-02-18 Thread Adam Fedor
On Feb 18, 2011, at 2:11 AM, Philippe Roussel wrote: I'm not sure this is still working with latest svn. I did a fresh checkout of gnustep-testfarm 5 minutes ago and got this at the end of ./test-gnustep : --- Archive Results --- --- Upload Results --- local:

Re: Adopt a platform today!

2011-02-18 Thread Adam Fedor
On Feb 18, 2011, at 2:11 AM, Philippe Roussel wrote: Question : is there an easy way to run the testsuite with ./test-gnustep against libobjc2 ? Well, the testsuite is setup to use whatever libobjc is installed, but it could be done, perhaps if you had already set up an initial

Re: Adopt a platform today!

2011-02-17 Thread Adam Fedor
On Feb 17, 2011, at 3:56 PM, David Chisnall wrote: If you want to automate it, just have a script svn up in make/base/gui/back, make install for each (can be into a subdirectory of a test user's home - that's what I do on the machine where I run the static analyser) and then svn up the

Re: Help installing GNUstep?

2011-02-15 Thread Adam Fedor
Do you have cygwin installed on the machine as well? That sometimes conflicts with the mingw libraries. It's also possible that some antivirus software is causing problems. It might be easier if you could try to see the error message that occurs before the window disappears. Probably the best

Re: URGENT: Unable to run PROJECTCenter

2010-12-17 Thread Adam Fedor
On Dec 16, 2010, at 11:56 PM, jjdd88 wrote: I got the following error when I try to build it. I am new in GNUStep Don't know what to do next. $ make This is gnustep-make 2.4.0. Type 'make print-gnustep-make-help' for help. Making all in Framework ... Making build-headers for

Re: Generating nsis script - success but without Renaissance-0.dll

2010-09-28 Thread Adam Fedor
On Sep 28, 2010, at 10:24 AM, Csanyi Pal wrote: Csanyi Pal csanyi...@gmail.com writes: and now I have success in compilation with 'make' and after that with 'make nsis' too. :) I get the .nsi file too, and can produce using NSIS to compile .nsi script into LPT_Interface-0.1-setup.exe .

Re: Generating nsis script - without success

2010-09-27 Thread Adam Fedor
On Sep 26, 2010, at 11:37 AM, Csanyi Pal wrote:The sources can be download using the cvs command:cvs -d:pserver:anonym...@lptinterface.cvs.sourceforge.net:/cvsroot/lptinterfacelogin I hope this helps to figure out what went wrong.I did not have any problem generating the nsi file. Are you sure you

Re: Generating nsis script - without success

2010-09-27 Thread Adam Fedor
On Sep 27, 2010, at 12:28 PM, Csanyi Pal wrote: So, if one want to use NSIS, must to add the line include $(GNUSTEP_MAKEFILES)/Master/nsis.make at the and of GNUmakefile, right? That's interesting. I always do put it at the end, so perhaps that is why I did not see the problem.

Re: Generating nsis script - without success

2010-09-26 Thread Adam Fedor
On Sep 26, 2010, at 10:54 AM, Csanyi Pal wrote: but when I try to run: 2.2. Create the nsis script: make nsis I get on the Shell command line following: - This is gnustep-make 2.4.0. Type 'make print-gnustep-make-help' for help. make[1]: Entering directory

Re: Copy your GNUstep Library folder - App for Windows

2010-09-25 Thread Adam Fedor
On Sep 25, 2010, at 9:34 AM, Csanyi Pal wrote: Hi, although my app is not complete, I'm trying to port it to Windows op. system following http://gnustep.org/resources/documentation/User/GNUstep/README.MinGW At step '4. Copy your GNUstep Library folder' I made MyApp.app/GNUstep/

Re: getting gnustep to work

2010-09-13 Thread Adam Fedor
On Sep 13, 2010, at 4:53 PM, stolennomenclature wrote: I still cannot really understand why there needs to be any post-install procedures with a Windows install at least. Why can't it be automated? Why can't the installer source the GNUstep.sh? If I can do it manually in FYI, If you are

Re: MINGW32 installed but no gcc.exe

2010-07-28 Thread Adam Fedor
On Jul 27, 2010, at 9:36 AM, Christopher Leake wrote: Installing the two Windows binaries went swimmingly; now I have all sorts of goodies like grep and gawk and sed and diff and ls and cat - but no gcc?!? Why? You need to instal the gnustep-devel package as well.

Re: ANN: Graphos 0.1

2010-06-09 Thread Adam Fedor
If the code is in CVS, you can define this in your GNUmakefile (or something similar): NAME=MyApp PACKAGE_NAME=$(NAME) CVS_MODULE_NAME = gap/user-apps/$(NAME) CVS_TAG_NAME=$(PACKAGE_NAME) and then do just make cvs-dist There are also similar definitions for svn (and make svn-dist) On Jun 9,

Re: GNUstep installation

2010-05-29 Thread Adam Fedor
On May 28, 2010, at 12:10 PM, mike chap wrote: I've installed from www.gnustep.org/experience/Windows.html first GNUstepSystem and than GNUstepCore. When I try to start (start - programs - GNUstep - Shell) it search for msys.bat file and doesn't start. Did I miss something? Thanks in

ANN: Windows installer gnustep-devel-1.1.0

2010-05-21 Thread Adam Fedor
I've uploaded the Windows developer installer 1.1.0. This includes the gcc compiler, which was previously in the system installer (now msys-system). http://www.gnustep.org/experience/Windows.html ___ Discuss-gnustep mailing list

Re: ANN: Windows Installer 0.25.0

2010-05-18 Thread Adam Fedor
-0.25.0-setup.exe doesn't contains gcc. Should I install gnustep-msys-system-0.24.2-setup.exe ? Adam Fedor-5 wrote: A new version of the Windows installer has been released, see http://www.gnustep.org/experience/Windows.html for more information

Re: ANN: Windows Installer 0.25.0

2010-05-18 Thread Adam Fedor
Sorry, I've fixed the link as well for msys. But I forgot to upload the new -devel package and I can't get to it for a few days when I get home On May 18, 2010, at 12:04 PM, Adam Fedor fe...@qwestoffice.net wrote: GNUStep-msys-system is the new name for the initial installer. If you want

ANN: Windows Installer 0.25.0

2010-05-16 Thread Adam Fedor
A new version of the Windows installer has been released, see http://www.gnustep.org/experience/Windows.html for more information. ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

GNU Summer of Code student proposals

2010-04-12 Thread Adam Fedor
Student proposals are now closed for the Google SoC. If you are a mentor, please remember to vote for you favorite projects! The 2 GNUstep projects are currently some of the top GNU projects. http://socghop.appspot.com/gsoc/org/list_proposals/google/gsoc2010/gnuproject

Student deadline for GNUstep SoC

2010-04-05 Thread Adam Fedor
The deadline for proposals to the GNU (GNUstep) project is April 9 - only 4 more days. Students please remember to apply. I think we have one GNUstep project so far. The GNU Project now has us listed as a subproject for Google SOC: http://www.gnu.org/software/soc-projects/ideas-2010.html

No GNUstep SoC

2010-03-18 Thread Adam Fedor
GNUstep was not accepted this year. Begin forwarded message: From: socghop.nore...@gmail.com Date: March 18, 2010 12:35:01 PM MDT Subject: Thank you for your application Hi Adam Fedor, Thank you for submitting GNUstep Ecosystem organization application to Google Summer of Code 2010

Re: No GNUstep SoC

2010-03-18 Thread Adam Fedor
On Mar 18, 2010, at 1:54 PM, Lars Sonchocky-Helldorf wrote: Am 18.03.2010 um 19:42 schrieb Adam Fedor: GNUstep was not accepted this year. But the GNU project is there: http://socghop.appspot.com/gsoc/program/accepted_orgs/google/gsoc2010 (at the bottom, look for The GNU Project

GNU Summer of Code

2010-03-18 Thread Adam Fedor
The GNU Project now has us listed as a subproject for Google SOC: http://www.gnu.org/software/soc-projects/ideas-2010.html Mentors! Please sign up to be a mentor for the GNU project, otherwise no one will be able to start a project with us:

Re: GSoC application

2010-03-12 Thread Adam Fedor
On Mar 11, 2010, at 9:59 AM, Adam Fedor wrote:Sure, I will be administrator this year, if you'd like to be backup. I'll update your draft using some stuff from last year and try to improve it, but if there's no other feedback I'll send it in early tomorrow just to make sure.There was also a mail

Re: GSoC application

2010-03-11 Thread Adam Fedor
On Mar 11, 2010, at 9:59 AM, Adam Fedor wrote: Sure, I will be administrator this year, if you'd like to be backup. I'll update your draft using some stuff from last year and try to improve it, but if there's no other feedback I'll send it in early tomorrow just to make sure

Re: GSoC application

2010-03-11 Thread Adam Fedor
On Mar 11, 2010, at 9:31 AM, David Chisnall wrote: I've started writing a draft for a GNUstep Ecosystem (GNUstep, GAP, Étoilé - any other projects that want to be included, speak now) GSoC application. There are bits missing, so contributions are welcome. I'm happy to mentor and I'll be

Re: GNUstep Icons

2010-02-04 Thread Adam Fedor
On Feb 4, 2010, at 12:47 AM, J. Jordan wrote: So, I pop over to the GNUstep Wiki, to see if I could put up a link to the Icon tarball there, and log in. Everything looks great until I try to edit a page and every page comes up locked. Can't find any contact information for a webMaster

Re: Building GNUstep on Solaris

2010-01-21 Thread Adam Fedor
On Jan 21, 2010, at 8:13 AM, Andreas Höschler wrote: log2 ... ist still printed out, then I get the error. So it must be gs_build_package!? What is gs_build_package?? That's in scripts/common.sh, where the make distclean was among other things.

Re: Installing GNUstep on Win32 with gnustep-system-0.24.0-setup.exe and SVN

2009-11-08 Thread Adam Fedor
On Nov 7, 2009, at 12:08 AM, Paul Csanyi wrote: Hi, I want to install GNUstep system and development tools: Gorm and Project Center on my Win32 system. I have downloaded and installed the gnustep-system-0.24.0-setup.exe. I have set up the HOME environment variables to C:/ in Start /

Re: New Windows System Installer

2009-10-30 Thread Adam Fedor
Osorio Armenta wrote: Hi Adam Fedor i will try your new systemInstaler a question comes to my mind Do you think is possible to install this package in a USB and get with you this environment to every windoze machine. is that possible ? Regards On Wed, Oct 28, 2009 at 1:17 PM, Adam Fedor

New Windows System Installer

2009-10-28 Thread Adam Fedor
I have a new system installer for Windows: http://ftpmain.gnustep.org/pub/gnustep/binaries/windows/gnustep-system-0.24.0-setup.exe This includes all new MingW libraries, GCC 4.4, and the pthreads library. If your interested in trying out the latest GNUstep SVN code on Windows, your can use

Re: URGENT: Unable to run PROJECTCenter, GORM and SYSTEMPreferences applications

2009-09-04 Thread Adam Fedor
On Sep 4, 2009, at 5:13 AM, Jaideep Chakravorty wrote: I have installed GNUStep environment as per the Installation advise (gnustep-system-0.23.0-setup + gnustep-core-0.23.1-setup + gnustep-devel-1.0.0-setup + gnustep-cairo-0.22.1-setup). Don't install gnustep-cairo. It's not useful. It's

Re: Odd problem with startup 0.23.0 and FisicaLab

2009-06-01 Thread Adam Fedor
On Jun 1, 2009, at 12:03 AM, Germán Arias wrote: Hi, FisicaLab compile without problem with startup 0.23.0, but when I want run this I get the error 2009-06-01 00:00:37.898 FisicaLab[21603] File NSUserDefaults.m: 626. In [NSUserDefaults +standardUserDefaults] Improper installation: No

Re: GNUstep Testfarm

2009-04-16 Thread Adam Fedor
On Apr 16, 2009, at 12:50 PM, Sebastian Reitenbach wrote: I tried on my three openbsd boxes with different hardware but it failed on all: 242 COMPLETED 1 EXCEPTION 47 FAIL 3622 PASS 1 UNRESOLVED --- Archive Results --- --- Upload Results --- 100% |

Re: GNUstep Testfarm

2009-04-15 Thread Adam Fedor
On Apr 14, 2009, at 8:26 AM, Adam Fedor wrote: I updated the look of the GNUstep testfarm: http://www.gnustep.org/developers/testfarm.html You can help make it look even better by adding your machine! Please email me if you need help setting things up. Thanks. Thanks to everyone who has

GNUstep Testfarm

2009-04-14 Thread Adam Fedor
I updated the look of the GNUstep testfarm: http://www.gnustep.org/developers/testfarm.html You can help make it look even better by adding your machine! Please email me if you need help setting things up. Thanks. Adam ___ Discuss-gnustep

Re: [Urgent] GNUstep at Google Summer of Code'2009

2009-03-20 Thread Adam Fedor
On Mar 20, 2009, at 5:46 AM, David Chisnall wrote: Did we get any feedback on why our application was rejected? It seems odd that GNUstep would be accepted two years in a row and then the combined application would be rejected. Nope. I don't know why, other than they generally

Re: [Urgent] GNUstep at Google Summer of Code'2009

2009-03-19 Thread Adam Fedor
On Mar 18, 2009, at 8:50 PM, Jesse Ross wrote: On Mar 18, 2009, at 4:15 PM, Eric Wasylishen wrote: Unfortunately, it looks like GNUstep (and Étoilé) were not accepted this year :( http://socghop.appspot.com/program/accepted_orgs/google/gsoc2009 Can GNUstep be considered as a part of the

Re: Troubles with GNUstep Make

2009-03-17 Thread Adam Fedor
On Mar 17, 2009, at 1:45 PM, Torli Birnbauer wrote: The trouble is that changing the line {{ TOOL_NAME = LogTest }} to something else, make does not work. I get the following: Did you change BOTH instances of LogTest to the name of your tool? There are two in the Makefile.

Re: [Urgent] GNUstep at Google Summer of Code'2009

2009-03-12 Thread Adam Fedor
On Mar 12, 2009, at 7:14 AM, Xavier Glattard wrote: Huh... I can't : the page is locked. What do I need to do ? Or maybe someone could insert the attached file... Thanks! And please add my name in the list of mentors : Xavier Glattard Please send a mail to webmasters AT gnustep.org with

Re: [Urgent] GNUstep at Google Summer of Code'2009

2009-03-11 Thread Adam Fedor
On Mar 10, 2009, at 7:25 AM, Xavier Glattard wrote: I don't know what are the requirements for mentors, but I would be glad to help and take care of one small project :) FYI, some info on Google's SoC: http://code.google.com/opensource/gsoc/2009/faqs.html Being a mentor involves working

Re: [Urgent] GNUstep at Google Summer of Code'2009

2009-03-11 Thread Adam Fedor
On Mar 11, 2009, at 12:46 PM, Sebastian Reitenbach wrote: I'm logged into the wiki, but the page is still locked, therefore I add this here, and maybe someone else could add it to the wiki page: You need to send a messages to webmasters AT gnustep.org to apply for write permission. We

Re: [Urgent] GNUstep at Google Summer of Code'2009

2009-03-10 Thread Adam Fedor
On Mar 10, 2009, at 7:05 AM, Quentin Mathé wrote: Great, thanks Adam :-) I just reorganized the GNUstep SoC page a bit by dividing Ideas into four project-specific sections: http://wiki.gnustep.org/index.php/Summer_Of_Code_2009 The SoC page mentions Opengroupware as participating with

Re: running ProjectCenter in windows xp

2009-03-10 Thread Adam Fedor
On Mar 9, 2009, at 11:02 AM, Paul Terres wrote: Running it from the shell works fine for me except: ProjectCenter will not open a .gorm file, This works when lanuched from the start menu Any changes made by the app SystemPreferences are not reflected in ProjectCenter when launched from

Re: [Urgent] GNUstep at Google Summer of Code'2009

2009-03-09 Thread Adam Fedor
On Mar 8, 2009, at 10:08 AM, Quentin Mathé wrote: Also who is going to be in charge of the joint application? Someone from GNUstep? That sounds likely since it's the umbrella project for the application. I applied for GNUstep last year, so I could do that.

Re: svn

2009-03-06 Thread Adam Fedor
On Mar 6, 2009, at 9:28 AM, Thomas Gamper wrote: Hi! I got my gna account up and running, looks like I have developer acces to the GNUstep svn now. I have a couple of local patches which I would like to commit. So I wanted to ask about the svn commit policy. Are there some scripts

Re: Project Center and Gorm

2009-03-02 Thread Adam Fedor
Done! See http://www.gnustep.org/experience/Windows.html I also put a note in about how you can create an installer for your own application. Very Simple! On Mar 2, 2009, at 6:11 AM, Nicola Pero wrote: Can someone help Miguel with his request for ready-to-go Windows binaries ?

Re: Presentations' / Talks' Slides (was Re: FOSDEM 2009 impressions summary)

2009-02-17 Thread Adam Fedor
On Feb 14, 2009, at 7:35 PM, Lars Sonchocky-Helldorf wrote: P.S.: Last time I tried there was no media upload (whatever, images, PDFs, SVGs) possible in the wiki. Who is in charge of changing that? You should be able to upload files via the 'Upload file' link in the navigation bar:

Re: I can't build my project--AppKit/NSApplication.h: No such file or directory

2009-02-04 Thread Adam Fedor
You have a typo. It should be mywindow_OBJC_FILES=main.m On Feb 3, 2009, at 11:46 PM, David T. Shen wrote: I work platform: XP professional, Environment: GNUSTEP_INSTALLATION_DOMAIN=LOCAL GNUSTEP_MAKEFILES=/GNUstep/System/Library/Makefiles GNUSTEP_SYSTEM_ROOT=C:/GNUstep and Path:

Re: Building on OSX

2009-01-23 Thread Adam Fedor
On Jan 23, 2009, at 1:41 AM, Giuseppe Luigi Punzi wrote: Note: I'm writing to the correct maillist? There are some days I didn't get any response to my noob-mails (I'm being ignored :D ). should I write to help maillist better? This is the right list. But if you send a mail message

Re: Building on OSX

2009-01-23 Thread Adam Fedor
On Jan 23, 2009, at 7:54 AM, David Chisnall wrote: Also, remember that the GNUstep lists are set up so that, unlike most other lists that require moderator approval to post, they don't rewrite the Reply-to: field in the email. This means that you need to remember to hit reply to all,

Windows installer for cairo backend

2008-12-30 Thread Adam Fedor
I've uploaded a GNUstep Windows Install for the cairo backend here: ftp://ftpmain.gnustep.org/pub/gnustep/binaries/windows/gnustep-cairo-0.22.0-setup.exe See also the official installers: http://www.gnustep.org/experience/Windows.html The cairo backend does not work on Windows, but if anyone

ANN: GNUstep-Make 2.0.7

2008-12-22 Thread Adam Fedor
The GNUstep Makefile Package version 2.0.7 is now available. 1.1 What is the GNUstep makefile package? = The makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project. It allows the user to write a project

Re: GNUstep release [Was: New Slackware + GNUstep]

2008-12-19 Thread Adam Fedor
On Dec 19, 2008, at 2:28 AM, Richard Frith-Macdonald wrote: OK, so we are doing a new base stable release at version 1.18.0 I committed that version number bump to the stable branch so we can test it and add any tweaks needed. Do we have a definite date for the formal release?

Re: GNUstep release [Was: New Slackware + GNUstep]

2008-12-17 Thread Adam Fedor
I have plenty of time now. I'll start working on releases soon, although Richard will probably be doing the base release. On Dec 17, 2008, at 3:58 PM, Fred Kiefer wrote: Adam, do you have the time for a full GNUstep release (make, base, gui, back) before the end of the year? I would

Re: Is there going to be a release soon?

2008-11-21 Thread Adam Fedor
On Nov 20, 2008, at 3:15 PM, David Chisnall wrote: P.S. The stable/unstable version numbering system really confuses a lot of people. Everyone expects 0.14 to come after 0.13, not before. The odd-unstable/even-unstable system is used by a load of projects (including the Linux kernel)

Re: Is there going to be a release soon?

2008-11-21 Thread Adam Fedor
On Nov 21, 2008, at 9:05 AM, [EMAIL PROTECTED] wrote: There, the (most) stable releases are always of the form X.X.maximum i.e. if you go to gcc 3.4 you will find gcc 3.4.6 (i.e. has bugs fixed) And the instable one is the one with the highest available numbers. gcc is probably not a good

Re: gnustep debian app developer env setup (help needed)

2008-11-06 Thread Adam Fedor
On Nov 4, 2008, at 10:34 AM, Elim Qiu wrote: I start with a fresh installation of debian etch and found gnustep need many newer packages than what etch stable provides. So my questions: (1) Is there a source.list for all the base env packages that gnustep needed, so that I can keep updating

  1   2   3   4   >