gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] libltdl doesn't contain its include files anymore


From: Andrea Palmatè
Subject: Re: [Gnash-dev] libltdl doesn't contain its include files anymore
Date: Thu, 23 Apr 2009 23:00:26 +0200

and also...


=== modified file 'libbase/GnashSystemNetHeaders.h'
--- libbase/GnashSystemNetHeaders.h     2009-04-23 14:46:54 +0000
+++ libbase/GnashSystemNetHeaders.h     2009-04-23 20:58:16 +0000
@@ -33,6 +33,8 @@
 # include <windows.h>
 # include <io.h>
 # include <ws2tcpip.h>
+#elif defined(__amigaos4__) //maybe HAVE_NETINET_IN_H
+#include <netinet/in.h>
 #else
 # include <arpa/inet.h>
 #endif


to include <netinet/in.h>

i've used __amigaos4__ but it should be replaced by HAVE_NETINET_IN_H as you pointed out

Il giorno 23/apr/09, alle ore 22:56, Andrea Palmatè ha scritto:


yep..
there was a mixup of libtool 1.5 and 2...

attached a small patch for libbase.. even if i think an oprion to avoid the use of shm should be add..
my patch respect the riscos one and so it use malloc insted of shmem

Andrea

Il giorno 23/apr/09, alle ore 22:28, Rob Savoye ha scritto:

Andrea Palmatè wrote:
ok, i've reinstalled all and now seems to work corrctly..

Cool, I like the easy ones. :-)

        - rob -

<libbase.diff>
_______________________________________________
Gnash-dev mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/gnash-dev





reply via email to

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