Re: linking a C++ lib to an objc tool.

2017-09-03 Thread Jamie Ramone
> > On Sun, Sep 3, 2017, 11:30 Jamie Ramone <sancom...@gmail.com> wrote: > >> Well, isn't this an interesting turn of events! So I tried your (Ivan's) >> idea of looking at what the linker's doing when the binary is run. This is >> the output: >> 19216:

Re: linking a C++ lib to an objc tool.

2017-09-03 Thread Jamie Ramone
> GNUstep.sh (called at session start), since everything just worked > > >> Or, if what I suggest is not the case, try setting environment variable >> LD_DEBUG to value 'all' (no quotes) and try running your binary to see what >> the dynamic loader is doing. >> &

Re: linking a C++ lib to an objc tool.

2017-08-27 Thread Jamie Ramone
unning your binary to see what > the dynamic loader is doing. > Or, you can strace your binary and see which paths to > libgnustep-base.so.1.24 are being open()ed. > I'll try that, thanx. > > On Sun, Aug 27, 2017 at 6:49 PM Jamie Ramone <sancom...@gmail.com>

Re: linking a C++ lib to an objc tool.

2017-08-27 Thread Jamie Ramone
.1.24. What things can cause this kind or error? On Sun, Aug 27, 2017 at 9:42 AM, David Chisnall <thera...@sucs.org> wrote: > On 27 Aug 2017, at 13:29, Jamie Ramone <sancom...@gmail.com> wrote: > > > > > > > > On Sun, Aug 27, 2017 at 5:05 AM, David Chisnal

Re: linking a C++ lib to an objc tool.

2017-08-27 Thread Jamie Ramone
command line, which will make it work. > Is there one for C++ libs? I checked the docs and it mentions GUI, OBJC, and TOOLS. These indicate where, relative to the GNUstep libs in the command line the added libs would go, but I'm not sure where I should put it. I guess it's time to experiment with t

Re: linking a C++ lib to an objc tool.

2017-08-26 Thread Jamie Ramone
) (I put the 'after-all::' rule a long time ago, not sure why I had to leave it like that, pay it no mind). On Sat, Aug 26, 2017 at 10:52 PM, Jamie Ramone <sancom...@gmail.com> wrote: > On Sat, Aug 26, 2017 at 9:59 PM, Ivan Vučica <i...@vucica.net> wrote: > > Order in whi

Re: linking a C++ lib to an objc tool.

2017-08-26 Thread Jamie Ramone
what happens. > Has the code you're building ever been successfully linked? It worked before adding the PDF rendering requirement (I was concentrating on other parts of the system). > Is this code published? Not as of yet, hold your horses! :P > On Sat, Aug 26, 2017 at 11:25 PM

Re: linking a C++ lib to an objc tool.

2017-08-26 Thread Jamie Ramone
reira (theiostream) <bnm...@gmail.com> wrote: > Could you point us out to: > 1) the output of running `nm libYourLibrary.so` > 2) the header declarations for the functions you are using > 3) the error output of the linker? > > -- Daniel. > > Em 26 de ago de 2017 19:03, "Jami

linking a C++ lib to an objc tool.

2017-08-26 Thread Jamie Ramone
Hello world! I'm trying to build a project of mine in GNUstep which requires some functionality provided by an external library, which is in C++. I tried to build it with portions in Objc++ but faild. I said it couldn't find the symbols it needed (calls to the methods of c++ objects). So I rewrote

Re: Problem installing bundles without GNUSTEP_INSTALLATION_DIR

2017-01-21 Thread Jamie Ramone
> > Also, someone else may have better ideas. > > On January 21, 2017 12:22:55 AM GMT+00:00, Jamie Ramone > <sancom...@gmail.com> wrote: >> >> How do u mean, using one of those *:: targets (like after-all::), or >> are u talking about another means? I wouldn't

Re: Problem installing bundles without GNUSTEP_INSTALLATION_DIR

2017-01-20 Thread Jamie Ramone
give it a try. On Fri, Jan 20, 2017 at 7:40 PM, Ivan Vučica <i...@vucica.net> wrote: > I don't know the capabilities of ProjectCenter, but if you use makefiles > directly, it could be rather easy to copy the bundle in "manually". > > > On Fri, Jan 20, 2017, 21:50 Ja

Re: Serious GORM bug

2014-01-04 Thread Jamie Ramone
On Sat, Jan 4, 2014 at 7:59 AM, Fred Kiefer fredkie...@gmx.de wrote: Am 04.01.2014 um 00:17 schrieb Jamie Ramone sancom...@gmail.com: Well $hit! I ran on a VM with Ubuntu 13.10...same problem: Starting program: /SystemApps/Gorm.app/Gorm [Thread debugging using libthread_db enabled] Using

Re: Serious GORM bug

2014-01-04 Thread Jamie Ramone
Casamento greg.casame...@gmail.com wrote: Please make sure you install a recent version of Gorm and GNUstep. I'm not certain which version of base and GUI you're using. GC On Saturday, January 4, 2014, Jamie Ramone wrote: On Sat, Jan 4, 2014 at 7:59 AM, Fred Kiefer fredkie...@gmx.de

Re: Serious GORM bug

2014-01-03 Thread Jamie Ramone
() At least it's now showing the NSWindow.m info. I'll see if I can dig up anything else. On Fri, Jan 3, 2014 at 1:36 AM, Jamie Ramone sancom...@gmail.com wrote: So, I'll have to wait for 14 to come out then. I can live with that I guess. In any case I'll give it a go on a VM with 13.10 (wish

Re: Serious GORM bug

2014-01-02 Thread Jamie Ramone
at 4:38 PM, Riccardo Mottola r...@gnu.org wrote: Jamie Ramone wrote: OK, got it, I'll try that now (between windows, not sure how to do the between applications yet). Just a heads up: I did eventually, er, erase the folders by selecting them and dragging them to the Recycler's pseudo-appicon

Re: Serious GORM bug

2013-12-30 Thread Jamie Ramone
could ever become nil. Fred On 30.12.2013 00:32, Jamie Ramone wrote: OK, here it is: (gdb) file /SystemApps/Gorm.app/Gorm Reading symbols from /SystemApps/Gorm.app/Gorm...done. (gdb) r Starting program: /SystemApps/Gorm.app/Gorm [Thread debugging using libthread_db enabled] Using

Re: Serious GORM bug

2013-12-30 Thread Jamie Ramone
Hmm, interesting. What could be a good workaround? Can it safely be removed or downgraded? Keep in mind that I'm on Ubuntu 12.04. On Mon, Dec 30, 2013 at 3:27 PM, Germán Arias germanan...@gmx.es wrote: El lun, 30-12-2013 a las 15:30 -0200, Jamie Ramone escribió: No idea about the NSWindow.m

Re: Serious GORM bug

2013-12-29 Thread Jamie Ramone
Not sure yet, but I'd like to note that the upgrade borked the alpha blending on all DD images :-/ Still looking... Oh, any idea as to which app would be best suited for this test, is there a useful one in the examples tarball? On Sun, Dec 29, 2013 at 9:59 AM, Gregory Casamento

Re: Serious GORM bug

2013-12-29 Thread Jamie Ramone
. On Sun, Dec 29, 2013 at 2:42 PM, Gregory Casamento greg.casame...@gmail.com wrote: GWorkspace may be good. On Sunday, December 29, 2013, Jamie Ramone wrote: Not sure yet, but I'd like to note that the upgrade borked the alpha blending on all DD images :-/ Still looking... Oh, any idea

Re: Serious GORM bug

2013-12-29 Thread Jamie Ramone
, Jamie Ramone wrote: I thought so. So far nothing. I've moved files and folders around, as well as color swatches and nothing. My only gripe is no alpha but apart from that, I'm not having any DD troubles. In fact, the only app with this problem is GORM. I'll keep fiddling with GWorkspace

Re: Serious GORM bug

2013-12-29 Thread Jamie Ramone
that would count. On Sun, Dec 29, 2013 at 5:58 PM, Gregory Casamento greg.casame...@gmail.com wrote: Between windows or between applications. I believe you’re hitting the same bug Fred may be hitting, I’m working on a potential fix now. Greg On Dec 29, 2013, at 3:56 PM, Jamie Ramone sancom

Re: Serious GORM bug

2013-12-29 Thread Jamie Ramone
, 2013 at 6:06 PM, Jamie Ramone sancom...@gmail.com wrote: Just dragged around folders between 2 viewer windows without a hitch. Let's have a look at the tabbed shelf, that holds just about anything. On Sun, Dec 29, 2013 at 6:02 PM, Jamie Ramone sancom...@gmail.com wrote: OK, got it, I'll try

Re: Serious GORM bug

2013-12-29 Thread Jamie Ramone
I'm not sure how much more details you need. I stated that dragging a connection to any of the objects in the document window (i.e. the main project window) caused a segfault. I later discovered that dragging from these objects toward any other one, outside that window, worked OK. And it seems to

Re: Serious GORM bug

2013-12-29 Thread Jamie Ramone
: Yes! That was what I was asking for. Thank you, Fred On 29.12.2013 22:28, Jamie Ramone wrote: I'm not sure how much more details you need. I stated that dragging a connection to any of the objects in the document window (i.e. the main project window) caused a segfault. I later discovered

Re: Serious GORM bug

2013-12-28 Thread Jamie Ramone
needed I'll check it out thanks. On Friday, December 27, 2013, Jamie Ramone wrote: Well, I'm on an Ubuntu 12.04 system, my computer is a 64bit AMD Phemon (6 processors), I recently recompiled GNUstep from scratch because the entire system died (not sure what caused it but the UI never came back

Re: Serious GORM bug

2013-12-28 Thread Jamie Ramone
and provide me a backtrace? I will continue to test things here to see if I can reproduce the issue. Greg On Sat, Dec 28, 2013 at 1:40 PM, Jamie Ramone sancom...@gmail.com wrote: Thanx man! Oh just a plus: I don't use the new language runtime (libobjc 2). Also, I found that connecting FROM

Re: Serious GORM bug

2013-12-28 Thread Jamie Ramone
/lib/x86_64-linux-gnu/libc.so.6 #12 0x00401965 in _start () (gdb) Same as before, but with a tableview in a new window, and making the connection from it to NSOwner. On Sat, Dec 28, 2013 at 6:19 PM, Jamie Ramone sancom...@gmail.com wrote: K, here's what I got: (gdb) file /SystemApps

Re: Serious GORM bug

2013-12-28 Thread Jamie Ramone
:19 PM, Jamie Ramone sancom...@gmail.com wrote: K, here's what I got: (gdb) file /SystemApps/Gorm.app/Gorm Reading symbols from /SystemApps/Gorm.app/Gorm...done. (gdb) r Starting program: /SystemApps/Gorm.app/Gorm [Thread debugging using libthread_db enabled] Using host libthread_db library

Re: Serious GORM bug

2013-12-28 Thread Jamie Ramone
given in the event. This should be the window the event gets send to. Could you please update your GNUstep installation to the latest release? This makes it easier to compare the line numbers in the stack trace. Fred On 28.12.2013 22:30, Jamie Ramone wrote: What's common in both is self

Re: Serious GORM bug

2013-12-28 Thread Jamie Ramone
OK, recompiled current GNUstep from scratch. Still no luck. Now gonna try the most recent release. Wish me luck! :) On Sat, Dec 28, 2013 at 7:39 PM, Jamie Ramone sancom...@gmail.com wrote: Optimization??? I just use configure and the supplied makefile. Anyway, I'm gonna completely wipe out

Re: Serious GORM bug

2013-12-28 Thread Jamie Ramone
that. On Sun, Dec 29, 2013 at 12:37 AM, Jamie Ramone sancom...@gmail.comwrote: OK, recompiled current GNUstep from scratch. Still no luck. Now gonna try the most recent release. Wish me luck! :) On Sat, Dec 28, 2013 at 7:39 PM, Jamie Ramone sancom...@gmail.comwrote: Optimization??? I just use

Re: Serious GORM bug

2013-12-28 Thread Jamie Ramone
Dragon to see if that fans. On some systems there might be a problem with the drag-and-drop daemon. On Saturday, December 28, 2013, Jamie Ramone wrote: OK, recompiled current GNUstep from scratch. Still no luck. Now gonna try the most recent release. Wish me luck! :) On Sat, Dec 28, 2013

Serious GORM bug

2013-12-27 Thread Jamie Ramone
Hi there steppers! OK, here's the deal: I'v been playing around with GORM making a demo of an extended scroll view (a subclass of NSScrollView with some practical general purpose extensions) and I came across a connection-related bug in GORM. Apparently, (manually) connecting any object to any

Re: Serious GORM bug

2013-12-27 Thread Jamie Ramone
at 6:24 PM, Gregory Casamento greg.casame...@gmail.com wrote: Hey Jamie, Could you give us some information about your environment? Greg On Dec 27, 2013, at 4:11 PM, Jamie Ramone sancom...@gmail.com wrote: Hi there steppers! OK, here's the deal: I'v been playing around with GORM making

Re: Preliminary Debian packaging support

2013-09-23 Thread Jamie Ramone
/listinfo/gnustep-dev -- Besos, abrazos, confeti y aplausos. Jamie Ramone El Vikingo FreedomStep.layout Description: Binary data ___ Gnustep-dev mailing list Gnustep-dev@gnu.org https://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: Objective-C boilerplate header (sort of like boost)

2013-06-14 Thread Jamie Ramone
compiler. I have a newer version that does easy string constant too. Sent from my iPhone On 2013年6月14日, at 13:51, Jamie Ramone sancom...@gmail.com wrote: Colorful text is colorful! So what is this boilerplate thing exactly? I've heard the expression before but not quite sure what it refers

Re: Objective-C boilerplate header (sort of like boost)

2013-06-13 Thread Jamie Ramone
) ___ Gnustep-dev mailing list Gnustep-dev@gnu.org https://lists.gnu.org/mailman/listinfo/gnustep-dev -- Besos, abrazos, confeti y aplausos. Jamie Ramone El Vikingo ___ Gnustep-dev mailing list Gnustep-dev@gnu.org https://lists.gnu.org

Re: [PATCH 21/21] Fixed typo.

2013-03-06 Thread Jamie Ramone
/mailman/listinfo/gnustep-dev -- Besos, abrazos, confeti y aplausos. Jamie Ramone El Vikingo ___ Gnustep-dev mailing list Gnustep-dev@gnu.org https://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: Issues on WindowMaker

2011-05-31 Thread Jamie Ramone
, abrazos, confeti y aplausos. Jamie Ramone El Vikingo ___ Gnustep-dev mailing list Gnustep-dev@gnu.org https://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: Some questions about GNUStep

2010-06-24 Thread Jamie Ramone
On Mon, Jun 21, 2010 at 6:52 PM, Philippe Laporte philippelapor...@yahoo.ca wrote: Jamie Ramone wrote: On Mon, Jun 14, 2010 at 2:29 PM, Philippe Laporte philippelapor...@yahoo.ca wrote: Hi all, In order to figure out how to best contribute to the development efforts, I have a few

Re: Some questions about GNUStep

2010-06-20 Thread Jamie Ramone
, Philippe Laporte ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev -- Besos, abrazos, confeti y aplausos. Jamie Ramone El Vikingo ___ Gnustep-dev mailing

Re: NSSound Reimplementation

2009-07-17 Thread Jamie Ramone
On Thu, Jul 16, 2009 at 10:37 AM, David Chisnallthera...@sucs.org wrote: On 16 Jul 2009, at 14:23, Jamie Ramone wrote: I'd like to chime in here and say that this approach IS actually a good idea as : 1 ) it does solve the ABI change breakdown problem and Except that it doesn't, it just

Re: NSSound Reimplementation

2009-07-16 Thread Jamie Ramone
, and it does solve the problems you're looking to solve, then I don't see why your patch wouldn't be accepted. -- Besos, abrazos, confeti y aplausos. Jamie Ramone El Vikingo ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo

Re: Grand Central

2009-06-15 Thread Jamie Ramone
and an optimized thread scheduler. -- Jens Ayton ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev -- Besos, abrazos, confeti y aplausos. Jamie Ramone El Vikingo

Re: Grand Central

2009-06-15 Thread Jamie Ramone
On Mon, Jun 15, 2009 at 6:42 AM, David Chisnallthera...@sucs.org wrote: On 15 Jun 2009, at 09:28, Jamie Ramone wrote: This block thingy looks interesting. Oh, while we're on the topic of multi-processors, I've invented an algorithm that allows parallel lock-less insertions on a linked list