This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem on a machine with sys/sysmacros.h


Thanks Daniel

Before posting (The very first time) I searched sysmacros on
http://gcc.gnu.org/bugzilla/ but found nothing. (maybe I didn't look
right... since this evidently already existed)

I knew this was"OffTopic" but hoped I could get some directions as you
have partially given me.

Thanks again.

Benjamin



On 2/21/07, Daniel Franke <franke.daniel@gmail.com> wrote:
2007/2/21, Benjamin Réveillé <benjamin.reveille@gmail.com>:

> I'm encountering a compilation (or rather preprocessing) problem with
> the latest cvs gfortran/gcc
(snip)
> * Compiling ArrStr.o from ../ArrStr.c
> gcc -c PB.c
> In file included from /usr/include/sys/types.h:219,
>                  from /usr/include/stdlib.h:416,
>                  from PB.c:28:
> /home/irsrvhome1/R10/reveillb/usr/local/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include/sys/sysmacros.h:67:
> error: expected ')' before '(' token
> /home/irsrvhome1/R10/reveillb/usr/local/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include/sys/sysmacros.h:77:
> error: expected ')' before '(' token
> /home/irsrvhome1/R10/reveillb/usr/local/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include/sys/sysmacros.h:87:
> error: expected ')' before '(' token
> make[4]: *** [ArrStr.o] Error 1

I think, this is definitely Off Topic here, but maybe you are lucky ...
Please check PR30678 [1] and your
$(gcc_builddir)/gcc/include/sys/sysmacros.h. If the fix of PR30768
broke on your system, please reopen the PR (if not open a new one,
please attach above mentioned "fixed" file).

Thanks
    Daniel

[1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30678



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]