ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Genix <genix@list.ru>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] Налетай, пакеты раздаются :)
Date: Thu, 20 Jan 2005 18:22:14 +0300
Message-ID: <41EFCCA6.5010505@list.ru> (raw)
In-Reply-To: <20050120143845.GA390@mithraen.dimline.ru>

[-- Attachment #1: Type: text/plain, Size: 362 bytes --]

Denis Smirnov wrote:

> Попробовал. Решить обе проблемы (как с encfs, так и с gsmlib) мне слабо.
> 
> Так как я gsmlib не использую сейчас совсем, то либо кто-нибудь его
> подхватит, либо в orphaned.

собирается с этим патчем, только нужно иметь в виду что он (оригинал) 
был для другой версии (1.11)

Патч взят из gentoo

-- 
У каждого в башке свои тараканы...

[-- Attachment #2: gsmlib-1.11-include-gcc34-fix.patch --]
[-- Type: text/x-patch, Size: 1436 bytes --]

--- gsmlib-1.10/gsmlib/gsm_map_key.h	2002-05-14 23:38:12.000000000 +0400
+++ gsmlib-1.10-fixed/gsmlib/gsm_map_key.h	2004-08-02 00:56:40.997784696 +0400
@@ -25,6 +25,16 @@
 
   // wrapper for map key, can access Sortedtore to get sortOrder()
 
+  // compare two keys
+  template <class SortedStore> class MapKey;
+  
+  template <class SortedStore>
+    bool operator<(const MapKey<SortedStore> &x,
+                          const MapKey<SortedStore> &y);
+  template <class SortedStore>
+    bool operator==(const MapKey<SortedStore> &x,
+                           const MapKey<SortedStore> &y);
+
   template <class SortedStore> class MapKey
   {
     SortedStore &_myStore;   // my store
@@ -47,20 +57,16 @@
 
     friend
     bool operator< 
-#ifndef WIN32
-	<>
-#endif
+	<SortedStore>
 	                 (const MapKey<SortedStore> &x,
                       const MapKey<SortedStore> &y);
     friend
     bool operator==
-#ifndef WIN32
-	<>
-#endif
+	<SortedStore>
 	                  (const MapKey<SortedStore> &x,
                        const MapKey<SortedStore> &y);
   };
-
+/*
   // compare two keys
   template <class SortedStore>
     extern bool operator<(const MapKey<SortedStore> &x,
@@ -68,7 +74,7 @@
   template <class SortedStore>
     extern bool operator==(const MapKey<SortedStore> &x,
                            const MapKey<SortedStore> &y);
-  
+  */
   // MapKey members
   
   template <class SortedStore>

  reply	other threads:[~2005-01-20 15:22 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-17 16:29 [devel] I: /incoming/Sisyphus/: changes in c++ packages processing Dmitry V. Levin
2005-01-17 16:49 ` Volkov Serge
2005-01-17 17:03   ` Dmitry V. Levin
2005-01-18 18:35     ` Denis Smirnov
2005-01-18 18:39       ` Dmitry V. Levin
2005-01-18 22:07         ` Vitaly Lipatov
2005-01-19  9:42           ` Stanislav Ievlev
2005-01-19 10:20         ` Dmitry V. Levin
2005-01-19 12:48           ` Вячеслав Диконов
2005-01-19 13:09             ` Alexey Gladkov
2005-01-20 16:12               ` Andrey Rahmatullin
2005-01-19 13:54           ` Denis Smirnov
2005-01-19 13:54             ` Dmitry V. Levin
2005-01-20 14:38               ` [devel] Налетай, пакеты раздаются :) Denis Smirnov
2005-01-20 15:22                 ` Genix [this message]
2005-01-20 17:06                   ` [devel] " Michael Shigorin
2005-01-21  7:22                       ` [devel] gcc-3.4 patches (was: " Michael Shigorin
2005-01-21 18:36                   ` [devel] " Denis Smirnov
2005-01-19 16:31             ` [devel] I: /incoming/Sisyphus/: changes in c++ packages processing Alex Yustasov
2005-01-19 16:52               ` Denis Smirnov
2005-01-20  6:16                 ` Alexey Borovskoy
2005-01-20  8:08                 ` Stanislav Ievlev
2005-01-20 20:22                 ` Re[2]: " Volkov Serge
2005-01-20 20:30                   ` Dmitry V. Levin
2005-01-20 21:52                     ` Re[2]: " Volkov Serge
2005-01-21  6:23                       ` Ivan Fedorov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41EFCCA6.5010505@list.ru \
    --to=genix@list.ru \
    --cc=devel@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git