Sorry, I just grabbed the project as it was posted, and didn't examine the makefile very diligently. After updating the makefile, my code compiled without problems.
Thanks, Carl On Wed, 21 Jul 2004 22:04:54 +0200, Damien Sauveron <[EMAIL PROTECTED]> wrote: > Carl, > > > ------------------------------- > > g++ -c OCFPCSC1.cpp -I/home/corcoran/jdk117_v3/include > > -I/home/corcoran/jdk117_v3/include/genunix -I/usr/local/pcsc/include > Why do you use the path to the include of Dave corcoran? > > Have you tried with the includes of your own jdk? > i.e.: g++ -c OCFPCSC1.cpp -I<path_of_your_jdk>/include > -I<path_of_your_jdk>/include/linux/ -I/usr/local/pcsc/include > > Regards, > -- > Damien Sauveron > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.drizzle.com/mailman/listinfo/muscle
