Building Base on Solaris 9

2022-07-06 Thread Daniel Santos
exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: libffi Description: Lib FFI Version: 1.20 Libs: -L${libdir} -lffi Cflags: -I${includedir} Can you help me ! Thanks, Regards Daniel Santos

Re: Objective C runtime on Solaris 9

2022-07-01 Thread Daniel Santos
ribing it is below : prefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: libffi Description: Lib FFI Version: 1.20 Libs: -L${libdir} -lffi Cflags: -I${includedir} Can you help me ! Thanks, Regards Daniel Santos > On 8 Jun 2022, at 01:36, Riccard

Objective C runtime on Solaris 9

2022-06-07 Thread Daniel Santos
Hello, I want to build GNUStep on a Solaris 9 machine. I have installed gcc and libgcc packages from the sunfkeeware site archive. On ./configure it says there is no ObjectiveC runtime installed. How can I get this to build ? Thanks, Regards Daniel Santos

Re: [ProjectCenter] create project from existing sources

2021-05-13 Thread Daniel Santos
I am giving it a try. The new option is called ’New From Existing Sources…’ and I will do it without changing the ’New…’ option’s code. Daniel Santos > On 10 May 2021, at 14:19, Daniel Santos wrote: > > Like a ‘Import GNUstep Makefile project’ option in the Project menu. Yes it

Re: [ProjectCenter] create project from existing sources

2021-05-10 Thread Daniel Santos
;mailto:riccardo.mott...@libero.it>> wrote: > Hi Daniel, > > Daniel Santos wrote: > > I want to create a project center project from an existing project of the > > GAP collection of apps. > > What is the easiest way of doing this ? > > most projects in GAP actual

Re: SimpleAgenda needs a maintainer

2021-05-03 Thread Daniel Santos
Hi, Sounds great to me. When I fix some bug I will request you to review it, and integrate it into the code base. Reagrds > On 3 May 2021, at 10:16, p.o.rous...@free.fr wrote: > > Hi all, > >> De: "Daniel Santos" >> >> Hi, >> >>

Re: SimpleAgenda needs a maintainer

2021-05-03 Thread Daniel Santos
Hi, I recently offered my time and effort to the GNUstep applications project. I would be glad to work on this as a starting project. Thanks, Regards > On 2 May 2021, at 11:08, Graham Lee wrote: > > Hi Philippe, > > Steven Baker and I have been working on the SimpleAgenda code in our stream

[ProjectCenter] create project from existing sources

2021-04-30 Thread Daniel Santos
Hi, I want to create a project center project from an existing project of the GAP collection of apps. What is the easiest way of doing this ? Thanks, Regards

I want to help

2021-04-20 Thread Daniel Santos
Hi, I was looking at http://www.gnustep.org/developers/index.html , and the links point to Savannah.gnu.org . I see issues being registered in the Github projects. Also the test suite link is broken. Is GitHub now the

Re: Gorm can edit which types of files ?

2018-01-09 Thread Daniel Santos
I ran make install, and I can confirm that the problem is solved. Thanks for the assistance > On 9 Jan 2018, at 10:55, Riccardo Mottola <riccardo.mott...@libero.it> wrote: > > Daniel Santos wrote: >> I am running the binary at GNUMail.app/GNUMail under the main

Re: Gorm can edit which types of files ?

2018-01-08 Thread Daniel Santos
Hi, I updated my working copy of GNUMail to pick up the changes mentioned. But the problem still persists. Below is the output of the gdb session after the update. As you can see the check for NSNotFound is being made. (gdb) run Starting program: /home/dlsa/code/GNUMail-svn/GNUMail.app/GNUMail

Re: Gorm can edit which types of files ?

2018-01-07 Thread Daniel Santos
ith-Objective_002dC.html > > You may need to go up the stack to frame #2. Use the 'up' command to do > that. > > On Fri, Jan 5, 2018 at 2:22 PM, Daniel Santos <daniel.d...@gmail.com> > wrote: > > Hi all, > > > > Any one has looked into this ? > > >

Re: Gorm can edit which types of files ?

2018-01-05 Thread Daniel Santos
Hi all, Any one has looked into this ? Regards On Thu, Dec 28, 2017 at 11:08 PM, Daniel Santos <daniel.d...@gmail.com> wrote: > I just updated libs-base and GNUMail from version-control. > > doing a grep in libs-base I get : > > Headers/Foundation/NSObjCRunti

Re: Gorm can edit which types of files ?

2017-12-28 Thread Daniel Santos
4 0x77b3470a in +[Utilities initializeFolderNodesUsingAccounts:] (self=, _cmd=, theAccounts=0x55d878c0) at Utilities.m:1045 (More stack frames follow...) > On 28 Dec 2017, at 22:18, Wolfgang Lux <wolfgang@gmail.com> wrote: > >> >> Am 28.12.2017 um 20:0

Re: Gorm can edit which types of files ?

2017-12-28 Thread Daniel Santos
The gorm problem occurred in the AccountView.nib in the Account Bundle I am using the latest release of gorm (1.2.23) Thanks for your help > On 28 Dec 2017, at 22:01, Riccardo Mottola <riccardo.mott...@libero.it> wrote: > > Hi Daniel, > > Daniel Santos wrote: >> Hi

Re: Gorm can edit which types of files ?

2017-12-28 Thread Daniel Santos
when I step over this last instruction an exception is raised or something, in gdb the program just continues. Obviously the substring with the range is the problem, but how does i get that value from the indexOfCharacter method on line 584 ? > On 28 Dec 2017, at 13:27, Daniel Santos

Re: Gorm can edit which types of files ?

2017-12-28 Thread Daniel Santos
, Riccardo Mottola < riccardo.mott...@libero.it> wrote: > Hi Daniel, > > On 2017-12-25 21:04:04 +0100 Daniel Santos <daniel.d...@gmail.com> wrote: > > > Hi and Merry Christmas, > > > > I was trying to select elements on one of the NIB files in the GNUMail >

Debugging GNUMail.app

2017-12-26 Thread Daniel Santos
Hello, I am trying to debug a situation in GNUMail.app, How do I turn on generation of debug symbols and turn off compiler optimizations ? I am currently using the following line at the end of the main GNUmakefile : ADDITIONAL_OBJCFLAGS += -g -O0 But not sure the optimisations are

Re: Gorm can edit which types of files ?

2017-12-25 Thread Daniel Santos
Could you reply again ? Your first reply didn’t have any text Thanks > On 25 Dec 2017, at 22:54, Riccardo Mottola wrote: > > ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org

Gorm can edit which types of files ?

2017-12-25 Thread Daniel Santos
Hi and Merry Christmas, I was trying to select elements on one of the NIB files in the GNUMail project, a noticed that I can’t seem to do that on NIB files, only on Gorm files. Is it really lijke that ? Or am I missing something ? Cheers ___

Re: GNUStep compiled from source

2017-12-19 Thread Daniel Santos
Problem solved. The latest version of the framework from git repos works. Guess I just needed a rubber duck, instead of bugging you Regards > On 19 Dec 2017, at 20:32, Daniel Santos <daniel.d...@gmail.com> wrote: > > From seeing the stack trace I wrote in the previous email,

Re: GNUStep compiled from source

2017-12-19 Thread Daniel Santos
From seeing the stack trace I wrote in the previous email, it just hit me. The executable is using an older version of gnu step (1.24) not the one I am building to /usr/local/lib So I will remove the older version and check if the problem persists. > On 19 Dec 2017, at 19:09, Daniel San

Re: GNUStep compiled from source

2017-12-19 Thread Daniel Santos
ss, I think. How about > a nice backtrace, from which you or someone else can work out where GNUMail > died. > This is rather generic and just says something didn't create the main thread. > How did you build GNUMail? Unfortunately, you may want to provide full steps > from a bla

Re: GNUMail app and gmail

2017-12-17 Thread Daniel Santos
the version of GNUStep I was using on this platform. Funny, it only happened in GNUmail AFAIK. Thanks for your help > On 15 Dec 2017, at 21:28, Riccardo Mottola <riccardo.mott...@libero.it> wrote: > > Hi, > > On 2017-12-14 20:33:19 +0100 Daniel Santos <daniel.d...@gmail

Re: GNUMail app and gmail

2017-12-14 Thread Daniel Santos
version control system with the code (readonly) ? I will uninstall all this and try to build from source, despite the problem I found on debian 9 (intel), see my other email. Regards On Thu, Dec 14, 2017 at 3:38 PM, Riccardo Mottola < riccardo.mott...@libero.it> wrote: > Hi Daniel, > >

GNUStep compiled from source

2017-12-13 Thread Daniel Santos
Hello, I have cloned the GNUStep repos on GitHub and built them and installed them on a Debian 9. Then I downloaded GNUMail 1.2.3 and installed its dependencies (Pantomime and AddressBook) I ran Address Book and i seems to be running fine. I then built GNUMail and when trying to run it form

Re: GNUMail app and gmail

2017-12-11 Thread Daniel Santos
BTW all this happened on a raspberry pi 3 running a debian flavor (retro pi) On Mon, Dec 11, 2017 at 3:58 PM, Daniel Santos <daniel.d...@gmail.com> wrote: > The problem occurs on several areas of the app. The console log (I have to > click or press the arrow keys to see the

Re: GNUMail app and gmail

2017-12-11 Thread Daniel Santos
list in an account window. I can send you Screen shots if it helps. I have only tried with an IMAP account On Mon, Dec 11, 2017 at 3:20 PM, Riccardo Mottola < riccardo.mott...@libero.it> wrote: > Him > > Daniel Santos wrote: > >> I built the app from source (

Fwd: Development environment

2017-12-11 Thread Daniel Santos
Now replying to the list -- Forwarded message -- From: Daniel Santos <daniel.d...@gmail.com> Date: Mon, Dec 11, 2017 at 3:09 PM Subject: Re: Development environment To: Ivan Vučica <i...@vucica.net> For now I am interested in GNUMail. I am running gnustep in a ra

Re: Development environment

2017-12-11 Thread Daniel Santos
I just want to try to fix bugs I encounter in the applications. What do you usually use ? Linux ? Regards On Mon, Dec 11, 2017 at 10:54 AM, Ivan Vučica <i...@vucica.net> wrote: > On Mon, Dec 11, 2017 at 9:14 AM, Daniel Santos <daniel.d...@gmail.com> > wrote: > > How do

Development environment

2017-12-11 Thread Daniel Santos
Hello, How do you set up xcode to work with gnustep sources and libraries ? Regards ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: GNUMail app and gmail

2017-12-04 Thread Daniel Santos
I built the app from source (downloaded from http://mirrors.up.pt/pub/nongnu/gnustep-nonfsf/GNUMail-1.2.3.tar.gz). Configured the gmail IMAP account, and it connects. There is a problem though, the message headers, the mailbox names and the messages in the console appear with no text, but

GNUMail app and gmail

2017-12-03 Thread Daniel Santos
Hello, I have installed the GNUStep ecosystem on a raspberry pi running Raspbian 8. I wanted to run GNUMail.app and access my gmail account thorough IMAP. I configured all the settings, but the console window kept telling me that the ser ver imap.gmail.com closed the connection. I double

Re: Menu placement on multiple monitor setup

2011-11-27 Thread Daniel Santos
Upgrade the debian distribution. The xserver upgrade fixed it. Cheers On Wed, Nov 23, 2011 at 3:43 AM, Daniel Santos daniel.d...@gmail.comwrote: Hello, I have a linux box with three monitors. From left to right : - 1440x900 - 1600x1050 - 1600x1050 I use window maker as my WindowManager

Menu placement on multiple monitor setup

2011-11-23 Thread Daniel Santos
Hello, I have a linux box with three monitors. From left to right : - 1440x900 - 1600x1050 - 1600x1050 I use window maker as my WindowManager, and The dock icon is placed on the leftmost screen on the top-left corner. When I run a GNUStep application like for example GWorkspace, the application

Problem running autogsdoc

2011-11-23 Thread Daniel Santos
Hello, I have checked out the source tree from SVN, and did a build of base. Now I wanted to use the built autogsdoc to generate the source code docs. When invoking it on a sheel I get : # autogsdoc -DocumentationDirectory ~/doc/GNUStep/base ../Headers/Foundation/NSError.h autogsdoc: Uncaught

SVN update problem

2011-11-22 Thread Daniel Santos
through it. Regards, Daniel Santos ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Makefile question

2007-12-04 Thread Daniel Santos
Hello, I have the following project structure : Proj1, Proj1.1, and Proj1.2. Like in book chapters. Proj1.1 is a library, and I want to use it in proj 1.2. To include the headers and the shared objects I add the path to Proj1.1 in the Proj1.2 GNUmakefile.preamble under the

Re: Makefile question

2007-12-04 Thread Daniel Santos
to me in the case described. Daniel Santos wrote: Hello, I have the following project structure : Proj1, Proj1.1, and Proj1.2. Like in book chapters. Proj1.1 is a library, and I want to use it in proj 1.2. To include the headers and the shared objects I add the path to Proj1.1 in the Proj1.2

How to change the applications associated to a file in the context menu ?

2007-11-27 Thread Daniel Santos
The email title says it all. Daniel Santos ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

where are font paths configured ?

2007-11-22 Thread Daniel Santos
Hello, I am running debian, and upgraded my xserver packages. When I restarted GNUStep (compiled from source out of subversion), I have no fonts displayed on the screen. I am supposing that some path has changed. Can I update the font path without rebuilding ? Thanks

Re: where are font paths configured ?

2007-11-22 Thread Daniel Santos
I recompiled gui and it is now ok. Daniel Santos wrote: Hello, I am running debian, and upgraded my xserver packages. When I restarted GNUStep (compiled from source out of subversion), I have no fonts displayed on the screen. I am supposing that some path has changed. Can I update the font

How to change the default font sizes

2007-11-16 Thread Daniel Santos
Hello, I compiled the core libraries from source, and when running graphical applications, such as Ink or GWorkspace I get large fonts. I changed font sizes through the defaults (those mentioned in NSFont), but some fonts don't change size, such as the labels on the path section of a file

Re: How to change the default font sizes

2007-11-16 Thread Daniel Santos
not happen with the other backend and I am still wondering, what went on there. Cheers, Fred Original-Nachricht Datum: Fri, 16 Nov 2007 14:56:53 + Von: Daniel Santos [EMAIL PROTECTED] An: discuss-gnustep@gnu.org Betreff: How to change the default font sizes Hello, I

Re: So, honestly, is GNUStep a viable development option?

2007-11-14 Thread Daniel Santos
the developers of those applications are the best positioned ones to become GNUStep contributors. If they are invited to add their work on the site, teir interest may increase. Daniel Santos markjoel60 wrote: The worst part of the flame, to me, was it completely missed the point. I wasn't

Re: So, honestly, is GNUStep a viable development option?

2007-11-13 Thread Daniel Santos
simply don't want it. Those that do, use it. Daniel Santos Gregory John Casamento wrote: Mark, Hi All... I don't mean to come on and be a flame thrower my first post. Believe me, I am hoping to be convinced that GNUStep is a great choice... but my three weeks of poking and playing makes

Re: GNUstep slogan - discussion and voting

2007-11-12 Thread Daniel Santos
if it can do the job for you. But anyway, take a look at this one : GNUStep - object oriented portability Daniel Santos Nicolas Roard wrote: On Nov 12, 2007 12:13 AM, Lars Sonchocky-Helldorf [EMAIL PROTECTED] wrote: GNUstep - Not your father's Cocoa! GNUstep - The greatest API you've never

Re: Objective-C 2.0 and other new features in Leopard

2007-11-11 Thread Daniel Santos
on this thread about joining the GNUStep applications in a single site. I think this is a good idea, because like gnome, the completness of the functionality offered by all the tools is a selling point. Daniel Santos [EMAIL PROTECTED] wrote: On 11 Nov., 12:23, Michael Thaler [EMAIL PROTECTED

Re: Objective-C 2.0 and other new features in Leopard

2007-11-11 Thread Daniel Santos
stays (one of the reasons for using it). As to slogans how is this ? Put your best to the test. GNUStep does the rest. Daniel Santos Nicolas Roard wrote: On Nov 11, 2007 6:15 PM, Dr Tomaž Slivnik [EMAIL PROTECTED] wrote: As to the look, is there a reason why Camaelon still isn't part

Re: New ProjectCenter Icons

2007-09-14 Thread Daniel Santos
the separate UI to easily develop the graphical parts, and use the command line tool underneath to output a script or data file with the metadata of the gorm file that would be input to project center, throug a manual file import or network communication. Daniel Santos

Re: ProjectCenter Status

2007-08-22 Thread Daniel Santos
- highliting code that belongs to the OpenStep framework (maybe highliting for code portability identification, colors for MACOSX only methods, etc). objective C is a simple language, so highliting it probably doesnt add much. I leave the suggestion, Daniel Santos Riccardo wrote: Hey, 1. Could