shared library dependencies ProjectCenter

2013-01-06 Thread edwin ancaer
Hello, I managed to build GNUstep from source with clang, and did some test compiling smal test programs in objc. As everything seemed to work fine, Then I got more abitious and tried to build ProjectCenter. Make and make install went flawlessly, but when I tried to run ProjctCenter, I got the

Building GNUstep from source - failed tests

2013-01-12 Thread edwin ancaer
that ProjectCenter (seems) to work correctly? Thanks in advance for helping out,, Edwin Ancaer . ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Building GNUstep from source - failed tests

2013-01-21 Thread edwin ancaer
David, The new version of libobjc2 fixed the problems. 7598 Passed tests 19 Dashed hopes 2 Failed tests 1 Failed file I include the tests.log in case it should be of use to anybody. Thanks a lot. Edwin Ancaer anks a lot. 2013/1/18 David Chisnall thera...@sucs.org Do

Re: Building GNUstep from source - failed tests

2013-01-21 Thread edwin ancaer
, and not with a system library. That why Ive kept trying to recompile for two weeks, before posting to the disussion list. As you indicated, the error was already solved: I reloaded the new libobjc2 and GNUstep base built almost completely error-free. Kind regards Edwin Ancaer 2013/1/18 Fred Kiefer

ProjectCenter / Gorm do not work together

2013-02-08 Thread edwin ancaer
? Another small problem: when passing the cursor over the icons of ProjectCenter a white rectangle appears, where I expect the name of the icon. Maybe some ressources that are missing. Any help is appreciated. Thanks in advance, Edwin Ancaer attachment: MyScreenshot3

Re: ProjectCenter / Gorm do not work together

2013-02-09 Thread edwin ancaer
-2013 a las 22:21 +0100, edwin ancaer escribió: I built the latest versions of ProjectCenter and Gorm from source. ProjectCenter seems to work for building tools. Then I tried to build an application - ToDo. Clicking on the the interface file ToDo.gorm should start Gorm. However, nothing

Re: ProjectCenter / Gorm do not work together

2013-02-10 Thread edwin ancaer
Backend Graphics configure:7036: result: cairo configure:7067: checking Cairo backend configure:7116: result: xlib Thanks in advance for any suggestons, Edwin Ancaer 2013/2/9 Germán A. Arias ger...@xelalug.org El sáb, 09-02-2013 a las 09:18 +0100, edwin ancaer escribió: Germán, Thanks

Re: ProjectCenter / Gorm do not work together

2013-02-15 Thread edwin ancaer
Riccardo, I will rebuild in a minute. In the mean time I had added the update that was suggested by Sebastian. This is the result of the execution: [edwin@ridcule ~]$ openapp GWorkspace 2013-02-15 09:41:42.493 GWorkspace[1612] thumbnaildir: /home/edwin/GNUstep/Library/Thumbnails 2013-02-15

Re: ProjectCenter / Gorm do not work together

2013-02-15 Thread edwin ancaer
of the directories. Couldn't it be the lost connection with fswatcher that causes the problem? Kind regards 2013/2/15 Riccardo Mottola riccardo.mott...@libero.it Hi, On 02/15/13 09:51, edwin ancaer wrote: Riccardo, I will rebuild in a minute. In the mean time I had added the update

Error building base with clang 3.2

2013-07-21 Thread edwin ancaer
Hello, when configuring gnustep base with clang 3.2 on fedora 18, I get the following error: *configure: error: Your compiler does not appear to implement the -fconstant-string-class option needed for support of strings. * To configure, I used the command: *./configure --disable-mixedabi

Re: Error building base with clang 3.2

2013-07-23 Thread edwin ancaer
in advance, Edwin Ancaer. 2013/7/22 Marcus Müller z...@mulle-kybernetik.com Any idea what's going wrong? Yes, please see the mail gnustep-base's configure is broken on FreeBSD 9.1 when used with libobjc and all followups. In short, libobjc2 1.7 Release (or trunk before r36851) will work

Re: Error building base with clang 3.2

2013-07-24 Thread edwin ancaer
a small info more: edwin ancaer wrote: Thanks for finding this out. After getting the latest version of gnustep base, this problem got solved. Unfortunately, another one appeared: /checking for libgnutls-config... no checking for libgnutls - version = 1.4.0... no *** The libgnutls-config

Fwd: Gnustep Etoile

2013-07-25 Thread edwin ancaer
Hello, I managed to get Gorm and ProjectCenter working, and compiled some example applications. All seems to go well. I read some articles on Pragmatic Smalltalk, and I would like to try it out (that was the original reason why I started installing gnustep). There is a relation between gnustep

Re: Gnustep Etoile

2013-07-26 Thread edwin ancaer
2013/7/25 David Chisnall david.chisn...@cl.cam.ac.uk Hi Edwin, Étoilé questions are better directed to one of the Étoilé lists (probably etoile-dev in this case), however: On 25 Jul 2013, at 10:11, edwin ancaer eanc...@gmail.com wrote: Compiling file GenericABIInfo.mm ... In file

GWorkspace Segfault

2013-11-16 Thread edwin ancaer
@ottopedi tmp]# sysctl -a|grep core_pattern kernel.core_pattern = /tmp/core.%p_%e_%t Anybody got an idea how I can find out more about the segfault? Thanks allready, Edwin Ancaer ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org https://lists.gnu.org

Re: GWorkspace Segfault

2013-11-19 Thread edwin ancaer
Fred, I attached the stacktrace. If you want any code removed, or have anything recompiled, I can do that. But what concerns the why of the code, I'm afraid my knowldge is insufficient. If it were Cobol on a mainframe Thanks, Edwin 2013/11/19 Fred Kiefer fredkie...@gmx.de Could you

Re: GWorkspace Segfault

2013-11-20 Thread edwin ancaer
riccardo.mott...@libero.it Hi, On 11/20/13 06:48, edwin ancaer wrote: Fred, I attached the stacktrace. I think you missed it? If you want any code removed, or have anything recompiled, I can do that. But what concerns the why of the code, I'm afraid my knowldge is insufficient. I

GNUMail: SMTP error

2013-11-30 Thread edwin ancaer
, thanks a lot. Hope to read your answer with GNUMail. Edwin Ancaer ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Gorm ComboBox

2014-02-12 Thread edwin ancaer
Hello, I have a simple question: how can I indicate in Gorm that my ComboBox should use a datasource. In the ComboBox inspector, the option 'uses data source' is greyed out. Thanks, Edwin Ancaer ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org

Re: Gorm ComboBox

2014-02-13 Thread edwin ancaer
With code it will be. I just thought that, since the option existed, there was a way to activate it Thanks. Edwin Ancaer 2014-02-13 18:13 GMT+01:00 Germán Arias germanan...@gmx.es: Hi, On 2014-02-12 15:42:35 -0600 edwin ancaer eanc...@gmail.com wrote: Hello, I have a simple

Re: Problem when scrolling vertically

2014-07-07 Thread Edwin Ancaer
Jul 6 22:35 stamp.make I already attached the ldd-results for GNUMail and ProjectCenter. Hope you find somthing in it. Could it be the compiling options: I used the installation instructions from Etoile. Kind regards Edwin Ancaer 2014-07-05 14:43 GMT+02:00 Fred Kiefer fredkie...@gmx.de: Hi

Fwd: Problem when scrolling vertically

2014-07-07 Thread Edwin Ancaer
The recompilation was for Fedora 20, not for fedora 19. -- Forwarded message -- From: Edwin Ancaer eanc...@gmail.com Date: 2014-07-07 23:18 GMT+02:00 Subject: Re: Problem when scrolling vertically To: Fred Kiefer fredkie...@gmx.de Cc: Discuss GNUstep discuss-gnustep@gnu.org

Re: Problem when scrolling vertically

2014-07-14 Thread Edwin Ancaer
with the different applications? Fred On the road Am 07.07.2014 um 23:20 schrieb Edwin Ancaer eanc...@gmail.com: The recompilation was for Fedora 20, not for fedora 19. -- Forwarded message -- From: Edwin Ancaer eanc...@gmail.com Date: 2014-07-07 23:18 GMT+02:00 Subject: Re

Re: Problem when scrolling vertically

2014-07-15 Thread Edwin Ancaer
a cairo 1.12 library beside the current cairo 1.13 library to see if that is still working? Hi Edwin, On 14.07.2014 09:35, Edwin Ancaer wrote: I apologise for taking so long to answer, but I'm a little short of time for the moment. No problem. Would it be better if I returned to fedora 19

Did not find correct version of backend (libgnustep-back-024.bundle),

2014-09-15 Thread Edwin Ancaer
I downloaded the following gnustep modules: gnustep-back-0.24.0 gnustep-base-1.24.6 gnustep-gui-0.24.0 gnustep-make-2.6.6 and installed them with clang 3.5 In tests.log for GUI, all tests were reported as passed (some hopes were dashed) When trying to run a simple HelloWorld application, I got

Re: Did not find correct version of backend (libgnustep-back-024.bundle),

2014-09-16 Thread Edwin Ancaer
Five, and the problem reoccured. Back then Fred sugguested it might be due to a newer version 1.13 of libcairo. Is anybody else already using this version? Kind regards Edwin Ancaer 2014-09-15 23:16 GMT+02:00 Fred Kiefer fredkie...@gmx.de: If everything else looks correct, the most probable

Re: Did not find correct version of backend (libgnustep-back-024.bundle),

2014-09-16 Thread Edwin Ancaer
Hello, Just if somebody is interested: I downgraded libcairo to a version 1.12.6 The scrolling problem seems to be gone. Kind regards Edwin Ancaer 2014-09-16 9:13 GMT+02:00 Edwin Ancaer eanc...@gmail.com: Hello, It was a stupid error; I must have forgot the make install for gnustep back

Scrolling problems

2014-10-25 Thread Edwin Ancaer
Hello guys, is there anybody who is using Gworkspace, ProjectCenter, Gorm in short any GNUstep application on an ubuntu 14.04 or Fedora 19/20 based distribution. I'm sking because on these distributions, I'm expieriencing problems when scrolling: the text gets blurred on the screen, the

Scrolling problems in GNUstep with recent Linux distributions

2014-10-25 Thread Edwin Ancaer
, or that there is at least somebody else with the same problems... or, in case of option 2, send me a private mail confirming GNUstep really is a joke. I promise I won't tell anybody. Hoping somebody can end this agony before it drives me mad, Edwin Ancaer

Re: Scrolling problems in GNUstep with recent Linux distributions

2014-10-25 Thread Edwin Ancaer
for a cairo version 1.8.0, maybe cairo fixed this bug and that code wont be needed starting with cairo 1.13.0? Fred Am 25.10.2014 um 10:36 schrieb Edwin Ancaer: Hello guys, is there anybody who is using Gworkspace, ProjectCenter, Gorm in short any GNUstep application on an Ubuntu

GWorkspace question

2014-10-29 Thread Edwin Ancaer
the impression I should have the choice from a list of suitable applications, but I see no list. What's more, I can't find a way to b wse around to the application I choose.pplications: The tools inspector only lets me select from an empty list. What am I not seeing here? Kind regards, Edwin Ancaer

Re: GWorkspace question

2014-10-29 Thread Edwin Ancaer
for it. What is the editor I shlould use for txt-files? Kind regards, Edwin 2014-10-29 19:16 GMT+01:00 Germán Arias germanan...@gmx.es: Hi On 2014-10-29 11:55:05 -0600 Edwin Ancaer eanc...@gmail.com wrote: With my scrolling problems solved, I want to start using as much GNUstep applications

Re: GDL2

2015-04-28 Thread Edwin Ancaer
because they are still well enough). Kind regards, Edwin Ancaer. 2015-04-28 18:53 GMT+02:00 Edwin Ancaer eanc...@gmail.com: Hello, would it be wise to use GDL2 in a project to access a Postgresql database, or are their better options avalable. And the same question goes for GNUstepWeb. I have

GDL2

2015-04-28 Thread Edwin Ancaer
Hello, would it be wise to use GDL2 in a project to access a Postgresql database, or are their better options avalable. And the same question goes for GNUstepWeb. I have the impression these applications havebeen updated (maybe because they are still well enough). Kind regards, Edwin Ancaer

GDL2 compilation errors

2015-04-30 Thread Edwin Ancaer
: incomplete definition of type 'struct objc_class' size += objectClass-instance_size; Can someone point me in the right direction? Edwin Ancaer ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org https://lists.gnu.org/mailman/listinfo/discuss

Re: GDL2 compilation errors

2015-05-01 Thread Edwin Ancaer
from both systems? Is there a recommanded place to do the downloads if you do not develop GNUstep, but just use it for programming? 2015-04-30 20:14 GMT+02:00 Lars Sonchocky-Helldorf lars.sonchocky-helld...@hamburg.de: Am 30.04.2015 um 15:42 schrieb Edwin Ancaer: Hello I just

Re: GDL2 compilation errors

2015-04-30 Thread Edwin Ancaer
, on the class NSArray. NSArray is declared with a forward declaration @Class NSArray. Is this the cause? Kind regards, Edwin Ancaer 2015-04-30 15:57 GMT+02:00 David Chisnall thera...@sucs.org: On 30 Apr 2015, at 14:42, Edwin Ancaer eanc...@gmail.com wrote: EOGenericRecord.m:1526:19: error

Re: Screen artifacts on GUI applications

2015-04-12 Thread Edwin Ancaer
Sara I think ihad the same issue a few weeks ago. This is the advice i got from Fred Kiefer: What you could do to investigate the issue yourself is to start debugging in the GNUstep cairo backend. If I remember correctly the method in question is in CairoGState - (void) compositeGState:

GDL2 Postgres defining a sequence differently?

2015-06-21 Thread Edwin Ancaer
'SELECT nextval('persons_SEQ')' caused ERROR: relation persons_seq does not exist LINE 1: SELECT nextval('persons_SEQ') Is there a way to influence the naming of the sequence in GDL2? Kind regards, Edwin Ancaer ___ Discuss-gnustep mailing list Discuss

Re: Using ProjectCenter for applications with gdl2

2015-06-19 Thread Edwin Ancaer
with ADDITIONAL_LDFLAGS, I can use ADITIONAL_LDFLAGS += ADDITIONAL_NATIVE_LIBS += EOControl EOAccess EOInterface to make it work When doing the same with ADDITIONAL_GUI_LIBS, I have to use ADDITIONAL_GUI_LIBS += -lEOControl -lEOAccess -lEOInterface or I get linker errors Edwin Ancaer 2015-06-17 6

Using ProjectCenter for applications with gdl2

2015-06-16 Thread Edwin Ancaer
, so I have to do the update for each modification I make. I suppose there must be a way to tell Projectcenter to add these files automatically, but I don't find how. Can anybody help out with this (a link to the documentation is much appreciated). Thanks already, Edwin Ancaer

GDL2 problem

2015-06-13 Thread Edwin Ancaer
I created an application , and tried to integrate some code I found in http://www.gnustep.org/resources/documentation/Developer/GDL2/GDL2Intro.pdf. The code (sloppy, with unused variables) in ApplicationDidFinishLaiunching looks as follows: *- (void)

Re: GDL2 problem

2015-06-13 Thread Edwin Ancaer
the globalModelGroup is somewhere available for all EOF classes... 2015-06-13 10:18 GMT+02:00 Edwin Ancaer eanc...@gmail.com: I created an application , and tried to integrate some code I found in http://www.gnustep.org/resources/documentation/Developer/GDL2/GDL2Intro.pdf. The code (sloppy, with unused

Question about Bundles

2015-05-30 Thread Edwin Ancaer
gives me heaps of information on what bundles are and how to load them, but not where that list of bundles to load is kept by GNUstep. So I hope one of you gurus can give a simple answer to this rather long question. I already thank you for taking the time to read it. Edwin Ancaer

Re: Question about Bundles

2015-05-30 Thread Edwin Ancaer
the ego. Sorry for the post. 2015-05-30 11:05 GMT+02:00 Edwin Ancaer eanc...@gmail.com: Hello, I need some enlightenment on the loading of bundles. I must admit I know almost nothing about them. The applications I did until now are apparently that simple that I did not need them yet. That's

Re: Build GNUStep

2015-11-24 Thread Edwin Ancaer
Please ignore the previous email. Something went wrong when sourcing GNUstep> I will restqrt completely. 2015-11-24 11:32 GMT+00:00 Edwin Ancaer <eanc...@gmail.com>: > Richard, > > I used your command list to install GNUStep make and GNUStep base on the > Raspberry

SDL2 & GNUstep

2016-02-01 Thread Edwin Ancaer
Hello, I would like to know if it is possible to use SDL2 with GNUstep? Thanks, ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: mulle-objc #MakeObjCGreatAgain

2016-12-02 Thread Edwin Ancaer
I don't have experience with this kind of varied environments, so this might be a stupid question... let's imagine I created this wonderful application with GNUstep. And imagine that for a popular Linux distribution there is a packaged version for GNUstep (base, make, gui & back) made with

Re: mulle-objc #MakeObjCGreatAgain

2016-11-30 Thread Edwin Ancaer
) using runtime X version Y (pick 1 of 6). All of this just to say I fear that having a new runtime might not be what is needed to save GNUstep from oblivion. Now I will just start thinking about what I will do to save it. Do you have any suggestions? Edwin Ancaer 2016-11-28 21:32 GMT+01:00

Re: Installing GNUstep

2016-12-01 Thread Edwin Ancaer
Hello Simon, I'm not the expert at it, but I used the instructions at http://etoileos.com/downloads/installtrunk/, and they worked for me. Of course, I have my own agenda mentioning Etoile here: they have this thing called Pragmatic Smalltalk, and I would like to see at least some more examples

Re: mulle-objc #MakeObjCGreatAgain

2016-12-02 Thread Edwin Ancaer
d my application for this distribution, but > with the *clang compiler/etoilé runtime;* because if they do not cooperate, you're cutting in half instead of making great, as far as I'm concerned. > 2016-12-02 15:47 GMT+01:00 Liam Proven <lpro...@gmail.com>: > On 2 December 2016 at 15:04,

SystemPreferences app and NSLocale

2017-08-11 Thread Edwin Ancaer
ssing here? I'm using FreeBSD 11.0, and build GNUstep and the GNUstep applications from the ports system. Kind regards, Edwin Ancaer ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Unit test frameworks for gnustep objective c

2017-08-19 Thread Edwin Ancaer
Hello, I wanted to start a new project, and use unit testing. On the GNUstep website,--I found 4 frameworks for unit testing: - OCUnit, built in to Apple Xcode and open sourced. Version 27 (pretty old) has been tested with GNUstep - UnitKit, common for Mac OS X until OCUnit was built

Re: SystemPreferences app and NSLocale

2017-08-19 Thread Edwin Ancaer
n NSLocale. > > I haven't been involved in this part of the code for some time, so I'm not > sure. > > One thing you should do, for sure, is set the LANG variable during start > up. That variable controls the locale pretty much every piece is software, > including GNUstep. > > Re

Fwd: Re: SystemPreferences app and NSLocale

2017-08-22 Thread Edwin Ancaer
Stefan, Indeed, this solves my problems. The last difficulty whas that the displayed time was tho hours behind, but it took me some time to realize it was a problem with the settings of the clock in freebsd. And I have to admit I underestimated the complexity of date and time handling, with

Re: NSDateFormatter SetDateStyle / setTimeStyle not working

2017-09-14 Thread Edwin Ancaer
eBSD. > > With that in mind, have you tried explicitly setting the formatter's > locale using the -setLocale: method? It's possible your setup is falling > back to the systemLocale, which would be a separate problem. > > Have you tried running the test I attached in my previous e

Re: NSDateFormatter SetDateStyle / setTimeStyle not working

2017-09-19 Thread Edwin Ancaer
install FreeBSD in a VM and more thoroughly check this out. > It might be a few days until I get ti all done. > > > > In the mean time, I fixed the test. It's attached. > > > > On Thu, Sep 14, 2017 at 4:45 PM, Edwin Ancaer <eanc...@gmail.com> wrote: > > Stefan,

Re: NSDateFormatter SetDateStyle / setTimeStyle not working

2017-09-14 Thread Edwin Ancaer
Hello, I return from holidays that have been haunted by this problem :-). I asked about libicudata.so on the freebsd list. The answer was " *devel/icu is built --with-data-packaging=archive which means the data ends up in icudt* file e.g., $ pkg info -l icu | fgrep icudt | xargs du -Ah 25M

Re: NSDateFormatter SetDateStyle / setTimeStyle not working

2017-09-14 Thread Edwin Ancaer
s. This is the only > thing I can think of, right now. > > Thanks > > On Sep 14, 2017 15:47, "Edwin Ancaer" <eanc...@gmail.com> wrote: > >> Stefan, >> >> the result is correct now >> >> [edwin@ottopedi ~/ICUTest]$ ./a.out >> >>

Re: NSDateFormatter SetDateStyle / setTimeStyle not working

2017-09-14 Thread Edwin Ancaer
on top of ICU, it's unlikely that the problem lies >> there. I'm not saying impossible, just unlikely. >> >> On Sep 14, 2017 11:38, "Edwin Ancaer" <eanc...@gmail.com> wrote: >> >>> Stefan, >>> >>> I did, and the test returns the same w

UnitKit and ProjectCenter

2017-10-09 Thread Edwin Ancaer
Hello, I worked through the first part of the book TDD by example, using UnitKit's ukrun tool to create and run my testcases. Everything worked fine. What is missing now is something like Test Runner from Smalltalk, that would let me run my tests from within ProjectCenter. After a first glance

loading bundles in unitkit

2017-10-10 Thread edwin ancaer
Hello, so I am trying to use UnitKit objects and methods to create an application like Test Runner in Smalltalk. To start, I created some tests in a bundle Money.bundle, and used the ukrun-tool, with as result: == --- loadBundleAtPath /usr/home/edwin/Objc/First/Money/Money.bundle

Re: NSDateFormatter SetDateStyle / setTimeStyle not working

2017-08-25 Thread Edwin Ancaer
en_US_POSIX. Can you verify that by checking the output of [NSDateFormatter > -locale]? This locale outputs the same date string regardless of the style. > > You can set the formatter's locale with -setLocale: before any calls to > -stringFromDate:. > > On Aug 25, 2017 00:38, "Edwi

NSDateFormatter SetDateStyle / setTimeStyle not working

2017-08-24 Thread Edwin Ancaer
teFormatter timezone: Europe/Brussels 2017-08-25 06:20:32.838 TM1[1295:100101] DateFormatter locale: nl_BE 2017-08-25 06:20:32.853 TM1[1295:100101] DateFormatter datestyle: 3 2017-08-25 06:20:32.867 TM1[1295:100101] DateFormatter timestyle: 3 2017-08-25 06:20:32.881 TM1[1295:100101] Date for

Re: loading bundles in unitkit

2017-10-10 Thread Edwin Ancaer
the maillist? My ego is hurting terribly now. Thanks Op 10 okt. 2017 21:12 schreef "edwin ancaer" <eanc...@gmail.com>: > Hello, > > > so I am trying to use UnitKit objects and methods to create an application > like Test Runner in Smalltalk. > > To start, I create

PrjectCenter (and Gorm) ask for old gnustep-base library in FreeBSD 11.1

2017-11-04 Thread Edwin Ancaer
lf.so.2 => /lib/libelf.so.2 (0x29ab5000) libBlocksRuntime.so.0 => /usr/lib/libBlocksRuntime.so.0 (0x28ff8000) libexecinfo.so.1 => /usr/lib/libexecinfo.so.1 (0x28ffb000) Does anyone have an idea might have gone wrong, and how I can I solve this? I already reinstalled the po

Re: PrjectCenter (and Gorm) ask for old gnustep-base library in FreeBSD 11.1

2017-11-04 Thread Edwin Ancaer
clean, it was properly deleted. Everything works now. I hope I manage to keep it this way Op 4 nov. 2017 18:07 schreef "Edwin Ancaer" <eanc...@gmail.com>: > Hello, > > I installed the ports with the make install command, in a previous version. > > > The updat

Re: PrjectCenter (and Gorm) ask for old gnustep-base library in FreeBSD 11.1

2017-11-04 Thread Edwin Ancaer
, but to no avail. The weird thing is that all other apps are working correctly, so I wonder if I could have created a kind of desynchronization of the ProjectCenter en Gorm sources. Can I force a reload of the sources, to avoid using the local version? Thanks already, Edwin Ancaer Op 4 nov. 2017

Re: PrjectCenter (and Gorm) ask for old gnustep-base library in FreeBSD 11.1

2017-11-07 Thread Edwin Ancaer
; width = 8; height = 9} 1 Thanks, Edwin. 2017-11-07 12:06 GMT+01:00 David Chisnall <thera...@sucs.org>: > On 4 Nov 2017, at 17:07, Edwin Ancaer <eanc...@gmail.com> wrote: > > > > I installed the ports with the make install command, in a previous > version. &

Re: PrjectCenter (and Gorm) ask for old gnustep-base library in FreeBSD 11.1

2017-11-08 Thread Edwin Ancaer
<david.chisn...@cl.cam.ac.uk>: > On 8 Nov 2017, at 03:32, Edwin Ancaer <eanc...@gmail.com> wrote: > > > > Does this make it useless to report 'bugs' I find on my system, until I > do a complete reinstall, as now there is a large possibility the causes > are some lo

Re: SimpleAgenda on FreeBSD

2018-06-27 Thread Edwin Ancaer
h/usr/local/include/libavutil/spherical.h/usr/local/include/libical/ical.h/usr/local/include/postgresql/server/replication/logical.h* How can I make the configure step look for ical.h in /usr/local/include/? Thanks in avance Edwin Ancaer ___ Discuss-gnust

SimpleAgenda on FreeBSD

2018-06-26 Thread Edwin Ancaer
:/usr/obj/usr/src/sys/GENERIC i386 Anybody experienced similar problems? Could this be linked to missing components in my installation? Kind regards, Edwin Ancaer. ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org https://lists.gnu.org/mailman

Re: SimpleAgenda on FreeBSD

2018-06-26 Thread Edwin Ancaer
never gave much thought to it, it's what gmail does automatically. If it is considered badd manners, I'll have to do something about it. Thanks a lot Edwin Ancaer 1 di 26 jun. 2018 12:03 schreef : > [Sorry for top posting, crappy we1b interface] > > Hi Edwin, > > What version

Re: NSDateFormatter SetDateStyle / setTimeStyle not working

2017-10-26 Thread Edwin Ancaer
Stefan, I'll try to rebuild as soon as possible. Thanks a lot, Edwin Op 25 okt. 2017 00:27 schreef "Stefan Bidigaray" <stefanb...@gmail.com>: FYI, I finally pushed the fix. Took me long enough, but it eventually got done. On Tue, Sep 19, 2017 at 3:58 AM, Edwin Ancaer &l

FreeBSD ports for GNUMail and Pantomime

2018-08-02 Thread Edwin Ancaer
tory /usr/local/poudriere/ports/HEAD/mail/gnumail/work/stage/usr/local/GNUstep/System/Library/Libraries/. Now I'm in doubt in which direction I should be looking: did the wrong version of libGNUMail got build, or is it pkg-static that is looking for a wrong version of the library. Thanks for help

Re: SimpleAgenda on FreeBSD

2018-08-08 Thread Edwin Ancaer
you, I'm not (yet :-)) an experienced GNUstep programmer, so I have no idea how hard this would be. Problem solved for me. Thanks a lot, Edwin Ancaer 2018-08-04 16:50 GMT+02:00 Philippe Roussel : > On Tue, Jul 17, 2018 at 11:54:39AM +0200, Edwin Ancaer wrote: > > Sorry for the wrong s

Re: crashes on gmail all folder

2018-08-10 Thread edwin ancaer
Andreas, Since yesterday, I'm using GNUMail with gmail: apparently there is a security issue.In the google configuration, I had to allow 'less secure apps' to get access access to my Google account. I do not know if there really is a security issue with GNUMail though. Otherwise,

Re: FreeBSD ports for GNUMail and Pantomime

2018-08-03 Thread Edwin Ancaer
). Of course, I built it from the default ports tree, which was not changed, but the result looked OK. I hope to find the time to build the updated ports tomorrow. Thanks, Edwin Ancaer 2018-08-02 11:33 GMT+02:00 David Chisnall : > On 2 Aug 2018, at 10:16, Edwin Ancaer wrote: > > >

Re: FreeBSD ports for GNUMail and Pantomime

2018-08-10 Thread Edwin Ancaer
Riccardo, I only changed the version number in the port Makefiles. Kind regards, Op vr 10 aug. 2018 09:16 schreef Riccardo Mottola < riccardo.mott...@libero.it>: > Hi Edwin, > > Edwin Ancaer wrote: > > > > If it can be of use to anybody, the only thing to do was cha

Re: FreeBSD ports for GNUMail and Pantomime

2018-08-09 Thread Edwin Ancaer
in the Makefiles of the gnustep and the pantomime port. Someone who knows what he is doing gets this done in 10 minutes. Thanks for your time, Edwin Ancaer Op wo 8 aug. 2018 21:24 schreef Edwin Ancaer : > Hello, > 1- > > I think I'm close, but there still remains a problem.

Expected behavior when clicking on a title bar?

2018-08-24 Thread edwin ancaer
, or should I report this as a bug. I can imagine nicer things to do than following up a never ending list of bug reports. Anyway, thanks for your time, Edwin Ancaer As this mail is written with GNUMail, and I did not find the way to do some elementary markup, it does not look as good

Re: Expected behavior when clicking on a title bar?

2018-08-25 Thread edwin ancaer
of the redrawing of the windows as it i scrolling up I can imagine there are more urgent problems to solve. Thanks Edwin Ancaer On 2018-08-25 17:00:38 +0200 edwin ancaer wrote: > Riccardo, Greg

Screenhot application in GNUStep

2018-08-22 Thread edwin ancaer
? Thanks for helping me out, Edwin Ancaer Of course my mails are send with GNUMail 1.3 from now on ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: SimpleAgenda on FreeBSD

2018-07-15 Thread Edwin Ancaer
2018-07-15 13:16 GMT+02:00 Philippe Roussel : > Hi all, > > On Thu, Jul 12, 2018 at 10:58:59PM +0200, Riccardo Mottola wrote: > > Hi, > > > > On 2018-07-12 10:09:04 + Ivan Vučica wrote: > > > > > Did this help? > > > > > > If not, a hacky thing I would do is, I would try: > > >

Re: Expected behavior when clicking on a title bar?

2018-09-11 Thread edwin ancaer
On 2018-09-11 11:36:39 +0200 Riccardo Mottola wrote: edwin ancaer wrote: It looks as though parts of the window that are redrawn during the scrolling up remain on the screen. I attached a photograph I took from the screen, because the problem does not show up when I take a screenshot

Re: SimpleAgenda on FreeBSD

2018-07-13 Thread Edwin Ancaer
2018-06-28 11:00 GMT+02:00 : > > Hello, > > > > > > > > I downloaded the new version but now I have a problem with the > > configuration step of the new version. > > > > > > > > checking libical/ical.h usability... no > > checking libical/ical.h presence... no > > checking for libical/ical.h...

Re: SimpleAgenda on FreeBSD

2018-07-13 Thread Edwin Ancaer
re options changed. I will try to apply the patch of Riccardo and see if the --libical options get me any further. I had already tried them, but as my knowledge of autotools is verly limited, I did not think the problem could be in the script. Thanks for helping, Edwin Ancaer ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: GNUstep in FreeBSD 12.0

2019-04-09 Thread Edwin Ancaer
David, I tried by running make install in /usr/ports/x11/gnustep-app. But using the package worked fine. Shouldn't both methods give the same resuit? Thanks anyway, Edwin Ancaer Op di 9 apr. 2019 21:52 schreef David Chisnall : > Hi, > > How are you trying to install? pkg ins gn

Re: FreeBSD ports for GDL2 and GSWeb

2019-05-27 Thread Edwin Ancaer
ink), but it didn't help If anyone has a solution ready, or pointer in the right direction... Thanks already , Edwin Ancaer On Sun, 26 May 2019, 20:03 Johannes Brakensiek, wrote: > Hi Edwin,using > Am 24.05.19 um 00:20 schrieb Edwin Ancaer: > > Is this the linker problem David me

Re: FreeBSD ports for GDL2 and GSWeb

2019-06-02 Thread Edwin Ancaer
you add a -i flag to >> your poudriere testport command? That should drop you in the jail >> environment - try running make package and see if you get any more >> information about what crashes. >> >> David >> >> On 29/05/2019 21:58, Edwin Ancaer wrote:

Re: FreeBSD ports for GDL2 and GSWeb

2019-05-29 Thread Edwin Ancaer
a look if the error occurs at their side also, it might just be a local problem. Thans for the help you all provided, Op wo 29 mei 2019 om 10:22 schreef Edwin Ancaer : > Reading Davids answer, I realize I did not explain well what was the > problem. The error occurred

Re: FreeBSD ports for GDL2 and GSWeb

2019-05-29 Thread Edwin Ancaer
oblems, any clues on how to solve this are appreciated. Kind regards, Op ma 27 mei 2019 om 19:06 schreef David Chisnall : > On 27 May 2019, at 12:07, Edwin Ancaer wrote: > > > > The one haunting me now is the fact that I have to run the poudriere > command to test my po

Re: Compilation error in EOModeler.m

2019-06-18 Thread Edwin Ancaer
id=66023 terminated abnormally: Bus error > *** Error code 1 > > Stop. > make: stopped in /usr/ports/devel/renaissan > Make package did not result in additional information. I also asked the freebsd-ports list, but did not get an answer yet. Kind regards, Edwin Ancaer. __

Re: Compilation error in EOModeler.m

2019-06-17 Thread Edwin Ancaer
with poudriere, I'm stuck. The road is long Op vr 14 jun. 2019 om 13:38 schreef Riccardo Mottola < riccardo.mott...@libero.it>: > Hi, > > Edwin Ancaer wrote: > >-o obj/EOModeler.obj/EOMInspector.m.o > > *EOMInspector.m:42:10: fatal error: 'Rena

Compilation error in EOModeler.m

2019-06-12 Thread Edwin Ancaer
Hello guys, another day, another riddle... During the creation of the gdl2-package from the portc i'm creating, I get the following error: Making all for library EOModeler... /usr/local/bin/clang70 EOMInspector.m -c \ -MMD -MP -DGNUSTEP_BASE_LIBRARY=1 -DGNUSTEP_RUNTIME=1

Re: Compilation error in EOModeler.m

2019-06-18 Thread Edwin Ancaer
David, I created the port for a renaissance package but I get an error while building it: =>> Checking for staging violations... done > === > ===> Building package for renaissance- > Child process pid=66023 terminated abnormally: Bus error > ***

GNUStep web applications

2019-05-18 Thread Edwin Ancaer
Hello, A small question, are there any web sites/applications that I could visit to see the result of using GNUStepWeb? I don't need anything bright and shiny, but I would not like to hear that my application looks older than I am either. Thanks, Edwin Ancaer

Re: FreeBSD ports for GDL2 and GSWeb

2019-05-21 Thread Edwin Ancaer
Hello all, I do not want to look impatient, but as the best way to learn is to try it yourself, I tried to use the ports system, to locally create a port for gdl2 (Makefile is attached). I generated the distinfo file with the makesum command (result also attached), but then, when using make

Re: FreeBSD ports for GDL2 and GSWeb

2019-05-22 Thread Edwin Ancaer
Hello David, thanks again for helping. I changed GH_TAGNAME from gdl2-0_12_0 to d5f0d94, what I thought were the first 7 characters from the commit hash, but apparently I'm wrong, because I got an error: root@ottopedi:/usr/local/poudriere/ports/head/databases/gdl2 # make makesum =>

Re: FreeBSD ports for GDL2 and GSWeb

2019-05-23 Thread Edwin Ancaer
Fred, thank you for the reply. Indeed, building gdl2 without DBModel would be the solution that comes to mind. But doesn't that mean that I will have to change the configuration file of gdl2? Something I would have to do locally, and repeat if any updates are made to gdl2? I will keep that as a

  1   2   >