| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:date:from:to:message-id:in-reply-to:references | |
| :subject:mime-version:content-type:content-transfer-encoding; q= | |
| dns; s=default; b=iDj0+ddjr0Smg5dvVG75iF/6S8jJqfKwupFMHDT4TgzN0g | |
| 7XKfNID3ATijrJ13PmG6/uYQEDZRCgmFxDoRm7TZb+d8CGvY8qqnSlOs/hll22vr | |
| ZAFwxiUCOyo4rPNV2awC/nZjcT39WlLQijMKodhvF++ZwOHM2f5TFTG+fDbBw= | |
| DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:date:from:to:message-id:in-reply-to:references | |
| :subject:mime-version:content-type:content-transfer-encoding; s= | |
| default; bh=kQNtefUDEErAIWRLnwB0Wxjrufw=; b=ETuFUHBZ6+bWk9vRBhTR | |
| bDjhh8viEqgZXzDjrbIejXLZEIlZhmqmHkKWvIItv+BThlZX5W+eqfxVsdPHZIvh | |
| jJQzg3pfBybXH6FLMgnb24mW6zQU/CfoplvHPV46Upzh1AHiq4b5EQczUnieaAPj | |
| hiwZvdhWJVerWHyRQ4W5K+E= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Authentication-Results: | sourceware.org; auth=none |
| X-Virus-Found: | No |
| X-Spam-SWARE-Status: | No, score=3.6 required=5.0 tests=AWL,BAYES_50,KAM_ASCII_DIVIDERS,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,URI_HEX autolearn=no version=3.3.2 spammy=sk:volunte, UD:1069669.n5.nabble.com, UD:cygwin.1069669.n5.nabble.com, sk:Volunte |
| X-HELO: | mbob.nabble.com |
| Date: | Fri, 24 Mar 2017 09:23:05 -0700 (MST) |
| From: | zab2t <zab2t AT virginia DOT edu> |
| To: | cygwin AT cygwin DOT com |
| Message-ID: | <1490372585541-133023.post@n5.nabble.com> |
| In-Reply-To: | <1490371231510-133021.post@n5.nabble.com> |
| References: | <1490296136028-132997 DOT post AT n5 DOT nabble DOT com> <1249607065 DOT 2126967 DOT 1490371100404 AT mail DOT yahoo DOT com> <1490371231510-133021 DOT post AT n5 DOT nabble DOT com> |
| Subject: | Re: Volunteer to update GNU Scientific Library package to gsl-2.2? |
| MIME-Version: | 1.0 |
I'm getting the error message that
"The program can't start because cyggsl-0.dll" is missing from your
computer"
Upon compiling I get the errors:
---------------------------------------------------_____________________________________
In file included from /usr/include/gsl/gsl_blas.h:29:0,
from main.C:31:
/usr/include/gsl/gsl_blas_types.h:43:15: error: using typedef-name
'CBLAS_ORDER' after 'enum'
typedef enum CBLAS_ORDER CBLAS_ORDER_t;
^
In file included from /usr/include/gsl/gsl_cblas.h:1:0,
from /usr/include/gsl/gsl_blas_types.h:28,
from /usr/include/gsl/gsl_blas.h:29,
from main.C:31:
/usr/include/cblas.h:25:22: note: 'CBLAS_ORDER' has a previous declaration
here
typedef CBLAS_LAYOUT CBLAS_ORDER; /* this for backward compatibility with
CBLAS_ORDER */
^
In file included from /usr/include/gsl/gsl_blas.h:29:0,
from main.C:31:
/usr/include/gsl/gsl_blas_types.h:44:15: error: using typedef-name
'CBLAS_TRANSPOSE' after 'enum'
typedef enum CBLAS_TRANSPOSE CBLAS_TRANSPOSE_t;
^
In file included from /usr/include/gsl/gsl_cblas.h:1:0,
from /usr/include/gsl/gsl_blas_types.h:28,
from /usr/include/gsl/gsl_blas.h:29,
from main.C:31:
/usr/include/cblas.h:20:69: note: 'CBLAS_TRANSPOSE' has a previous
declaration here
typedef enum {CblasNoTrans=111, CblasTrans=112, CblasConjTrans=113}
CBLAS_TRANSPOSE;
^
In file included from /usr/include/gsl/gsl_blas.h:29:0,
from main.C:31:
/usr/include/gsl/gsl_blas_types.h:45:15: error: using typedef-name
'CBLAS_UPLO' after 'enum'
typedef enum CBLAS_UPLO CBLAS_UPLO_t;
^
In file included from /usr/include/gsl/gsl_cblas.h:1:0,
from /usr/include/gsl/gsl_blas_types.h:28,
from /usr/include/gsl/gsl_blas.h:29,
from main.C:31:
/usr/include/cblas.h:21:47: note: 'CBLAS_UPLO' has a previous declaration
here
typedef enum {CblasUpper=121, CblasLower=122} CBLAS_UPLO;
^
In file included from /usr/include/gsl/gsl_blas.h:29:0,
from main.C:31:
/usr/include/gsl/gsl_blas_types.h:46:15: error: using typedef-name
'CBLAS_DIAG' after 'enum'
typedef enum CBLAS_DIAG CBLAS_DIAG_t;
^
In file included from /usr/include/gsl/gsl_cblas.h:1:0,
from /usr/include/gsl/gsl_blas_types.h:28,
from /usr/include/gsl/gsl_blas.h:29,
from main.C:31:
/usr/include/cblas.h:22:48: note: 'CBLAS_DIAG' has a previous declaration
here
typedef enum {CblasNonUnit=131, CblasUnit=132} CBLAS_DIAG;
^
In file included from /usr/include/gsl/gsl_blas.h:29:0,
from main.C:31:
/usr/include/gsl/gsl_blas_types.h:47:15: error: using typedef-name
'CBLAS_SIDE' after 'enum'
typedef enum CBLAS_SIDE CBLAS_SIDE_t;
^
In file included from /usr/include/gsl/gsl_cblas.h:1:0,
from /usr/include/gsl/gsl_blas_types.h:28,
from /usr/include/gsl/gsl_blas.h:29,
from main.C:31:
/usr/include/cblas.h:23:46: note: 'CBLAS_SIDE' has a previous declaration
here
typedef enum {CblasLeft=141, CblasRight=142} CBLAS_SIDE;
------------------------------------------------------------------------------------------------------------------
Any help is appreciated. Thanks.
--
View this message in context: http://cygwin.1069669.n5.nabble.com/Volunteer-to-update-GNU-Scientific-Library-package-to-gsl-2-2-tp132997p133023.html
Sent from the Cygwin list mailing list archive at Nabble.com.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |