public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: Ashutosh Vyas <ashutoshvyas@tataelxsi.co.in>
To: "'Frank Ch. Eigler'" <fche@redhat.com>
Cc: "'SID public developers'" <sid@sources.redhat.com>
Subject: RE: building error in SID with eCos , using cygwin
Date: Tue, 04 May 2004 07:32:00 -0000	[thread overview]
Message-ID: <001401c431a6$ca1f5640$5514010a@telxsi.com> (raw)
In-Reply-To: <20040503193911.GB15997@redhat.com>


[-- Attachment #1.1: Type: text/plain, Size: 1049 bytes --]

Hi Frank,
I am facing new error in the same building process. I am sending an bmp file
as an attachement please have a look.
Regards,
Ashutosh

-----Original Message-----
From: Frank Ch. Eigler [mailto:fche@redhat.com]
Sent: Tuesday, May 04, 2004 1:09 AM
To: Ashutosh Vyas
Cc: SID public developers
Subject: Re: building error in SID with eCos , using cygwin


Hi -

> I had tried to build the tree with option "--disable-shared". But it is
> still sending  the same error message. Nothing has proceeded more with
this.

Ah, interesting.  It looks like include/sidso.h should honour static-only
compilation for cygwin and disable those DLLEXPORT/DLLIMPORT macros.
Would you try changing the associated lines of sidso.h to

// #ifdef __CYGWIN__
// #define DLLEXPORT __declspec(dllexport)
// #define DLLIMPORT __declspec(dllimport)
// #else
#define DLLEXPORT
#define DLLIMPORT
// #endif

and try again (still with --disable-shared)?
All this is just to get you working until we have time to understand the
original dll-related error message.


- FChE

[-- Attachment #1.2: error.bmp --]
[-- Type: image/bmp, Size: 740406 bytes --]

[-- Attachment #2: Type: text/plain, Size: 392 bytes --]

 TATA ELXSI DISCLAIMER:
The information contained in this message may be CONFIDENTIAL and is for the intended addressee only. Any unauthorized use, dissemination of the information, or copying of this message is prohibited. If you are not the intended addressed, please notify the sender immediately and delete this message. 

--------------------------------
Tata Elxsi Ltd, Bangalore, India

  reply	other threads:[~2004-05-04  7:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-30 10:07 Ashutosh Vyas
2004-04-30 20:13 ` Frank Ch. Eigler
     [not found]   ` <001c01c430e2$30450bb0$5514010a@telxsi.com>
2004-05-03 19:39     ` Frank Ch. Eigler
2004-05-04  7:32       ` Ashutosh Vyas [this message]
     [not found] <NMEDLDELHPEFHOMFIJBHOELDDDAA.rcc@jennic.com>
2004-05-04  3:13 ` Ashutosh Vyas

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='001401c431a6$ca1f5640$5514010a@telxsi.com' \
    --to=ashutoshvyas@tataelxsi.co.in \
    --cc=fche@redhat.com \
    --cc=sid@sources.redhat.com \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).