Re: [anjuta-devel] 3.10 cycle plans
- From: "Arnel A. Borja" <kyoushuu yahoo com>
- To: anjuta-devel-list gnome org
- Subject: Re: [anjuta-devel] 3.10 cycle plans
- Date: Thu, 04 Apr 2013 04:09:07 +0800
Hello Massimo,
On Thursday, 04 April, 2013 03:50 AM, Massimo Cora' wrote:
On 04/03/2013 03:29 PM, Arnel A. Borja wrote:
Then the symbol-database could actually be more difficult but I don't
know much about shared memory.
I also don't know much about shared memory, especially how it is
implemented in Linux (uses shm_open and shm_unlink). Windows uses the
same API for mapped files, so I just used GMappedFile for it (seems like
it is not the same for Linux though, but does it really need to share
the file with other processes?), but I haven't tested it yet because
symbol-db shows a warning that the project doesn't have any files.
Might be related to MIME types, though.
I don't know much how that plugin works.
you can safely use normal files - on disk.
The shared ones were used for performance issues. I.e. I'd like to
keep them on linux installation if you're planning a porting to Windows.
Thanks for the information, it would save me some time. Seems like the
remaining major problem in symbol-db is now just anjuta-launcher. The
problem where the files can't be found is a MIME Type-related problem
(content types and MIME types are different in Windows, and most plugins
assume they are the same). It just need some convertion using
g_content_type_get_mime_type.
Regards,
Arnel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]