From: Makoto O. <on...@ac...> - 2003-10-10 09:56:13
|
Is the error occured by a scandir()? Then, probablly, need to modify that part, because the scandir() is operating system depended function. There is no such function in Solaris, and in your environment, it seems to me that the signature of the scandir() is different from that in Linux. Unfortunately, I don't know much about Tru64 OSF5.1. makoto From: Michael Mader <m....@gs...> Subject: [Xmltk-devs] compilation on Tru64 OSF5.1/g++ 3.3.1 Date: Wed, 08 Oct 2003 09:59:58 +0200 Message-ID: <3F8...@gs...> >Hi everybody > >I'm struggling with an compilation error: > >g++ -c xtraverse.cxx >xtraverse.cxx: In function `void traverse(char*)': >xtraverse.cxx:183: error: invalid conversion from `int (*)(const void*, >const > void*)' to `int (*)(dirent**, dirent**)' > >Did anybody observe that in before? >Any work-around? > >Regards > >Michael >-- >Michael T. Mader >Institute for Bioinformatics/MIPS, GSF >Ingolstaedter Landstrasse 1 >D-80937 Neuherberg >0049-89-3187-3576 > >XML can be a simplifying choice or a complicating one. There is a lot of >hype surrounding it, but don't become a fashion victim by either >adopting or rejecting it uncritically. Choose carefully and bear the >KISS principle in mind. > Eric Steven Raymond: The Art of Unix Programming, 2003 > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Xmltk-devs mailing list >Xml...@li... >https://lists.sourceforge.net/lists/listinfo/xmltk-devs > |