Google Группы больше не поддерживают новые публикации и подписки в сети Usenet. Опубликованный ранее контент останется доступен.

wchar.h

0 просмотров
Перейти к первому непрочитанному сообщению

Aaron Weiker

не прочитано,
30 янв. 2001 г., 12:38:1930.01.2001
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C08AE2.AF97D860
Content-Type: text/plain;
charset="iso-8859-1"

I'm working on installing the Sablotron Parser for XSL. I'm getting this
error when I run the configure script:

configure: error: The header <wchar.h> not found. This problem occurs on
certain platforms (e.g. FreeBSD). Please check your system configuration.

Thanks for any info on this.

Aaron Weiker
Programmer
CISP - Changing Internet Speed & Performance

Phone: 419.724.5351 awe...@cisp.cc
Pager: 419.218.0013 http://www.cisp.cc
Cell: 419.304.0323 web search:
http://www.allthesites.com


------_=_NextPart_001_01C08AE2.AF97D860
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>wchar.h</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>I'm working on installing the Sablotron Parser for =
XSL. I'm getting this error when I run the configure script:</FONT>
</P>

<P><FONT SIZE=3D2>configure: error: The header &lt;wchar.h&gt; not =
found. This problem occurs on</FONT>
<BR><FONT SIZE=3D2>certain platforms (e.g. FreeBSD). Please check your =
system configuration.</FONT>
</P>

<P><FONT SIZE=3D2>Thanks for any info on this.</FONT>
</P>

<P><FONT SIZE=3D2>Aaron Weiker</FONT>
<BR><FONT SIZE=3D2>Programmer</FONT>
<BR><FONT SIZE=3D2>CISP - Changing Internet Speed &amp; =
Performance</FONT>
</P>

<P><FONT SIZE=3D2>Phone: 419.724.5351&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; awe...@cisp.cc</FONT>
<BR><FONT SIZE=3D2>Pager: 419.218.0013&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A =
HREF=3D"http://www.cisp.cc" =
TARGET=3D"_blank">http://www.cisp.cc</A></FONT>
<BR><FONT SIZE=3D2>Cell:&nbsp;&nbsp;&nbsp; 419.304.0323&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; web search: <A =
HREF=3D"http://www.allthesites.com" =
TARGET=3D"_blank">http://www.allthesites.com</A></FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C08AE2.AF97D860--


To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message

Lucas Bergman

не прочитано,
30 янв. 2001 г., 15:57:3430.01.2001
> I'm working on installing the Sablotron Parser for XSL. I'm getting
> this error when I run the configure script:
>
> configure: error: The header <wchar.h> not found. This problem
> occurs on certain platforms (e.g. FreeBSD). Please check your system
> configuration.

The standard C wchar* stuff is not implemented in FreeBSD. There's
been some drive to get it merged in (I found a bunch of stuff in the
i18n mailing list in Oct and Nov 2000), but there's a lot of fretting,
since changes to libc are so touchy.

If you know C, your best bet is to hack around in the relevant file,
and see if you can get the functionality you need without the stuff
from wchar.h (or wctype.h, if that's included). Any recent C
reference (one that contains the ISO 1995 amendment) will tell you
what the functions in question do.

Lucas

Garance A Drosihn

не прочитано,
31 янв. 2001 г., 21:31:1131.01.2001
At 2:54 PM -0600 1/30/01, Lucas Bergman wrote:
> > I'm working on installing the Sablotron Parser for XSL. I'm getting
>> this error when I run the configure script:
>>
>> configure: error: The header <wchar.h> not found. This problem
>> occurs on certain platforms (e.g. FreeBSD). Please check your system
> > configuration.
>
>If you know C, your best bet is to hack around in the relevant
>file, and see if you can get the functionality you need without
>the stuff from wchar.h (or wctype.h, if that's included). Any
>recent C reference (one that contains the ISO 1995 amendment)
>will tell you what the functions in question do.

I think the best bet is to pick up the wchar routines which are
floating around for freebsd. Probably want to check the mailing
list called freebsd-i18n for the latest snapshots.
--
Garance Alistair Drosehn = g...@eclipse.acs.rpi.edu
Senior Systems Programmer or g...@freebsd.org
Rensselaer Polytechnic Institute or dro...@rpi.edu

0 новых сообщений