dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bugs #9757] pnetC fails to compile in libc/ctype


From: Rhys Weatherley
Subject: [Pnet-developers] [bugs #9757] pnetC fails to compile in libc/ctype
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #9757] Latest Modifications:

Changes by: 
                Rhys Weatherley <address@hidden>
'Date: 
                Sat 08/07/2004 at 00:26 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fix committed to CVS - 7 Aug 2004

The configure.in script was detecting the location
of "cscc-cpp" incorrectly.






/**************************************************************************/
[bugs #9757] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9757>
Project: DotGNU Portable.NET
Submitted by: Rainer Groesslinger
On: Sun 07/25/2004 at 13:54

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  Fixed
Assigned to:  None
Status:  Closed


Summary:  pnetC fails to compile in libc/ctype

Original Submission:  I could reproduce the same compilation problem on an arm 
and sparc box, I don't have that problem on my x86 box, though.


Making all in libc
make[1]: Entering directory `/home/users/scandium/install/pnetC-0.6.6/libc'
Making all in ctype
make[2]: Entering directory 
`/home/users/scandium/install/pnetC-0.6.6/libc/ctype'
"/home/users/scandium/install/bin/cscc" -DPACKAGE="pnetC" -DVERSION="0.6.6"  
-I. -I.    -nostdinc -I../../include       -imacros 
../../include/libc-symbols.h -x c  -c wctype.c
cpp: .deps/wctype.pp: No such file or directory
cpp: warning: `-x c' after last input file has no effect
cpp: no input files
make[2]: *** [wctype.o] Error 1
make[2]: Leaving directory `/home/users/scandium/install/pnetC-0.6.6/libc/ctype'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/users/scandium/install/pnetC-0.6.6/libc'
make: *** [all-recursive] Error 1

Follow-up Comments
------------------


-------------------------------------------------------
Date: Sat 08/07/2004 at 00:26       By: rweather
Fix committed to CVS - 7 Aug 2004

The configure.in script was detecting the location
of "cscc-cpp" incorrectly.

-------------------------------------------------------
Date: Thu 08/05/2004 at 14:12       By: scandium
WANT_AUTOMAKE="1.7" ./auto_gen.sh
solves the problem (by default it is using 1.4-p6)

-------------------------------------------------------
Date: Thu 08/05/2004 at 11:43       By: scandium
In case it helps, here's the output using "-vv"
(cvs snapshot of 3rd August):

Making all in ctype
make[2]: Entering directory `/home/users/scandium/distfiles/pnetC/libc/ctype'
"/home/users/scandium/distfiles/install/bin/cscc" -DPACKAGE="pnetC" 
-DVERSION="0.6.7"  -I. -I.    -nostdinc -I../../include                      
-imacros ../../include/libc-symbols.h -vv -c wctype.c
/home/users/scandium/distfiles/install/lib/cscc/plugins/cscc-c-s -MD -MF 
.deps/wctype.pp -D PACKAGE="pnetC" -D VERSION="0.6.7" -D __CSCC__ -D RELEASE 
-nostdinc -I . -I . -I ../../include -imacros ../../include/libc-symbols.h -L . 
-N /home/users/scandium/distfiles/install/lib/cscc/lib -vv -o - -- wctype.c
ilasm -o wctype.o -- -
/usr/bin/cpp -w -nostdinc -nostdinc++ -undef -MD .deps/wctype.pp -I. -I. 
-I../../include -imacros ../../include/libc-symbols.h -U__GCC_NEW_VARARGS__ 
-D__PTRDIFF_TYPE__=long -D__SIZE_TYPE__=__unsigned_int__ 
-D__WINT_TYPE__=__unsigned_int__ -D__VERSION__="0.6.7 (cscc)" 
-D__WCHAR_TYPE__=__wchar__ -D__STDC__=1 -D__cli -D__cli__ -DPACKAGE="pnetC" 
-DVERSION="0.6.7" -D__CSCC__ -DRELEASE wctype.c
cpp: .deps/wctype.pp: No such file or directory
cpp: warning: `-x c' after last input file has no effect
cpp: no input files
make[2]: *** [wctype.o] Error 1


-------------------------------------------------------
Date: Mon 07/26/2004 at 16:21       By: scandium
cpp (GCC) 3.3.3 20040412 (Gentoo Linux 3.3.3-r5, ssp-3.3-7, pie-8.7.5.3)

that's on the box where it fails. I also have 3.3.3 20040412 on my x86 box, so 
that probably isn't the culprit.

-------------------------------------------------------
Date: Mon 07/26/2004 at 07:23       By: t3rmin4t0r
cpp --version ?












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9757>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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