Hi Yorick, It must be something specific about your setup since the same version of gcc works fine for me (Ubunutu Karmic).
I notice that you seem to be running cmake in the source tree. We strongly encourage users to use a separate build tree for plplot. This helps keep a clear distinction between source files and generated files. It also means you can easily delete the build directory and get back to a clean source tree. Building in the source tree can sometimes cause some issues. To use a separate build tree just create a directory, e.g. /path/to/src/plplot-5.9.5_build, cd to the directory then run cmake /path/to/src/plplot-5.9.5 instead of cmake . as you would in the source tree. I'm not sure this will solve your problem, but could you try this out first? If this doesn't help, then we might need more details to track this down. Andrew On Sun, Jan 24, 2010 at 09:20:38AM -0600, Poor Yorick wrote: > Got the following error. Any suggestions? > > bash-3.00$ /path/to/perl > -I/path/to/src/plplot-5.9.5/plplot-5.9.5/bindings/octave/matwrap > /path/to/src/plplot-5.9.5/plplot-5.9.5/bindings/octave/matwrap/matwrap > -language octave -o plplot_octave.cc -stub tmp_stub -cpp_ignore > /path/to/src/plplot-5.9.5/plplot-5.9.5/bindings/octave -cpp_ignore > /path/to/src/plplot-5.9.5/plplot-5.9.5/bindings/octave/plplot_octave_rej.h > -cpp /path/to//gcc -D__builtin_va_list=void -E > -I/path/to/src/plplot-5.9.5/plplot-5.9.5/bindings/octave > -I/path/to/src/plplot-5.9.5/plplot-5.9.5/bindings/octave -C plplot_octave.h > > Warning: unrecognized text: > > __extension__ > extern __inline __attribute__ ((__gnu_inline__)) unsigned int gnu_dev_major > (unsigned long long int __dev) > ; > __extension__ > extern __inline __attribute__ ((__gnu_inline__)) unsigned int gnu_dev_minor > (unsigned long long int __dev) > ; > __extension__ > extern __inline __attribute__ ((__gnu_inline__)) unsigned long long int > gnu_dev_makedev (unsigned int __major, > unsigned int __minor) > ; > __extension__ extern __inline __attribute__ ((__gnu_inline__)) unsigned int > __attribute__ ((__nothrow__)) gnu_dev_major (unsigned long long int __dev) > { ... } > __extension__ extern __inline __attribute__ ((__gnu_inline__)) unsigned int > __attribute__ ((__nothrow__)) gnu_dev_minor (unsigned long long int __dev) > { ... } > __extension__ extern __inline __attribute__ ((__gnu_inline__)) unsigned > long long int > __attribute__ ((__nothrow__)) gnu_dev_makedev (unsigned int __major, > unsigned int __minor) > { ... } > > > -- > Yorick > > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for Conference > attendees to learn about information security's most important issues through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Plplot-general mailing list > Plplot-general@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/plplot-general > ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Plplot-general mailing list Plplot-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-general