You are not logged in.

#1 2009-05-18 20:06:16

dunkyp
Member
Registered: 2009-03-05
Posts: 3

Really can't compile stumpwm

I've been trying to compile stumpwm for some time now it balks when I try to compile it with sbcl and the clisp-new-clx won't compile for me either am I missing something obvious?

Offline

#2 2009-05-18 21:02:30

peets
Member
From: Montreal
Registered: 2007-01-11
Posts: 936
Website

Re: Really can't compile stumpwm

Which packages are you using? What errors are you getting?

Here's the packages I installed, in order. They all come from the AUR:
clisp-new-clx
cl-asdf
cl-ppcre
stumpwm-git

I didn't experience any problems building them: i just untared and makepkg'd.

Offline

#3 2009-05-18 21:44:19

dunkyp
Member
Registered: 2009-03-05
Posts: 3

Re: Really can't compile stumpwm

when I try to compile clisp-new-clx I get quite far through but then I got three error messages

time.d error: token "=" is not valid in preprocessor expressions
time.d: in function 'C_default_time_zone':
time.d:662: warning integer overflow in expression
make: *** [time.o] Error

I'm not really sure what to make of that though

Offline

#4 2009-05-19 01:26:41

dunkyp
Member
Registered: 2009-03-05
Posts: 3

Re: Really can't compile stumpwm

I think I may have found the problem with clisp-new-clx

I've patched time.d with

305c305
< #elif TIME_METHOD = 1
---
> #elif TIME_METHOD == 1

I should submit this to the package maintainer I guess

Last edited by dunkyp (2009-05-19 01:35:02)

Offline

Board footer

Powered by FluxBB