public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
Cc: Frysk Mailing List <frysk@sourceware.org>
Subject: Re: Frysk for ppc broken?
Date: Thu, 27 Mar 2008 10:24:00 -0000	[thread overview]
Message-ID: <1206613434.3374.4.camel@dijkstra.wildebeest.org> (raw)
In-Reply-To: <47EAF3D2.10901@linux.vnet.ibm.com>

Hi Carlos,

On Wed, 2008-03-26 at 22:09 -0300, Carlos Eduardo Seo wrote:
> Hello all!
> 
> I was trying to build frysk in my new Fedora 8 box and got this:
> 
> g++ -m64 -mminimal-toc -g -I. -c -o frysk2760/barriertest.o 
> .../../../frysk/frysk-imports/tests/frysk2760/TestBarrier.cxx
> .../../../frysk/frysk-imports/tests/frysk2760/TestBarrier.cxx:64: error: 
> ‘frysk2760’ has not been declared
> [...]
> Any clues?

Looks like TestBarrier.h wasn't generated correctly.
It should be in your build dir
frysk-obj/frysk-imports/tests/frysk2760/TestBarrier.h
It should declare the namespace:

extern "Java"
{
  namespace frysk2760
  {
      class TestBarrier;
      class TestBarrier$BarrierThread;
      class TestBarrier$ForkThread;
      class TestBarrier$GCThread;
  }
}

If it doesn't then you would get the error you are seeing. I don't know
why that would happen though.

Cheers,

Mark

  reply	other threads:[~2008-03-27 10:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-27  1:10 Carlos Eduardo Seo
2008-03-27 10:24 ` Mark Wielaard [this message]
2008-03-27 12:21   ` Petr Machata

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1206613434.3374.4.camel@dijkstra.wildebeest.org \
    --to=mark@klomp.org \
    --cc=cseo@linux.vnet.ibm.com \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).