discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gorm can edit which types of files ?


From: Riccardo Mottola
Subject: Re: Gorm can edit which types of files ?
Date: Tue, 9 Jan 2018 10:30:56 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.1

Hi Daniel,

Daniel Santos wrote:
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
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
2018-01-08 22:27:26.698 GNUMail[29634:29634] styleoffsets ... guessing offsets
2018-01-08 22:27:26.699 GNUMail[29634:29634] styleoffsets ... guessing offsets

Breakpoint 1, +[Utilities folderNodesFromFolders:separator:] (self=<optimized out>, 
_cmd=<optimized out>, theFolders=0x555555e085c0,
     theSeparator=<optimized out>) at Utilities.m:581
warning: Source file is more recent than executable.

I think this is telling you that you did not succesfully build and install the new version or, at least, you are not running it. You probably got the new file, but are running the old binary (or framework).

Try "make uninstall && make clean" in your gnumail directory and then a reinsta... Check that you don't have two GNUMail.framework perhaps

Riccardo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]