Build Error on X

0 views
Skip to first unread message

lloyd....@gmail.com

unread,
Aug 5, 2009, 11:52:01 PM8/5/09
to Jazz Scheme
Hi everyone, I have been trying to build jedi for a couple of weeks on
unix and I keep running into this error

*** ERROR IN jazz.walk-library, "../lib/core/src/core/library/syntax/
walker.scm"@2894.3 -- Walk problems encountered:
In jazz.ui.clipboard.platform.x11
At get-clipboard-text
Unresolved symbol: XA_CLIPBOARD
At set-clipboard-text
Unresolved symbol: XA_CLIPBOARD

Does anyone have any solutions how to fix it

Sorry if this isn't the right place the link to buzilla
http://64.235.209.250/bugzilla on the main jazz page seems to be
busted.

e

unread,
Aug 5, 2009, 11:56:36 PM8/5/09
to jazzs...@googlegroups.com
wow.  I had that exact problem, too.  looking forward to the answer.

Guillaume Cartier

unread,
Aug 6, 2009, 7:59:48 AM8/6/09
to jazzs...@googlegroups.com
Thanks for reporting this. At the moment I don't have easy access to a
pure Unix box (I'm on Windows and Stéphane is on Mac OS X), so it is
possibly some bugs like this can creep in when we make changes to
Jazz. In this case it happened when we inforced private / package /
public access to libraries.

Let me know if there are other problems as the fix I pushed is a blind fix.

Guillaume

On Wed, Aug 5, 2009 at 11:52 PM,
lloyd....@gmail.com<lloyd....@gmail.com> wrote:
>

e

unread,
Aug 6, 2009, 9:42:07 AM8/6/09
to jazzs...@googlegroups.com
i don't really have Unix.  I think I was on Ubuntu when I saw this.

Magnus Holm

unread,
Aug 6, 2009, 10:06:46 AM8/6/09
to jazzs...@googlegroups.com
OS X is actually more UNIX than Ubuntu (but yes, I understood what you
meant Guillaume) ;)

//Magnus Holm

Guillaume Cartier

unread,
Aug 6, 2009, 10:24:16 AM8/6/09
to jazzs...@googlegroups.com
To explain a bit the difference :

A while ago we separated the 'platform' configuration flag into
'platform' and 'windowing' to reflect that on a Mac using X11
windowing, you may still want to access Mac specific features like the
clipboard.

What happened with the problem you reported was that with windowing:
x11 platform: mac everything was working correctly but in your case
with windowing: x11 platform: unix, another code path got used that
referred to a private field.

Guillaume

lloyd....@gmail.com

unread,
Aug 7, 2009, 10:33:42 PM8/7/09
to Jazz Scheme
Thanks for your prompt response. I tried the new version and ...

*** ERROR IN jazz.walk-library, "../lib/core/src/core/library/syntax/
walker.scm"@2894.3 -- Walk problems encountered:
In jazz.ui.clipboard.platform.x11
At get-clipboard-text
Unresolved symbol: get-application
At set-clipboard-text
Unresolved symbol: get-toplevel

Guillaume Cartier

unread,
Aug 7, 2009, 10:52:58 PM8/7/09
to jazzs...@googlegroups.com
I am not in a position to make changes to the Jazz repo atm but
anytime you get an "Unresolved symbol" for either :
- get-process
- get-application
- get-toplevel

adding (jazz.system) to the imports of the module in error (here
jazz.ui.clipboard.platform.x11) will correct the problem.

Guillaume

lloyd....@gmail.com

unread,
Aug 8, 2009, 1:26:09 PM8/8/09
to Jazz Scheme
Excellent that solved my problem and I was able to complete my build.

Thanks
Lloyd
Reply all
Reply to author
Forward
0 new messages