-
Hi Randolf,
Really great !
Just added SLX_SetDSOPath(""); at the place you indicated (also in aycore/shader.c to parse at the launch).
As Aqsis ibraries finally i linked only with libaqsis__core, libaqsis_shadervm and libaqsis_slxargs.
No rcdummy.o and no other .o instead, i suppose that libaqsis_core makes all necessary for us.
Great thank's again,
Sergio.
2009-11-01 17:02:40 UTC in Ayam
-
Hi Randolf,
Have you fortunately found a way to make ayslx.so working with Aqsis-1.6.0 ?
I tried different things, linking with some or all Aqsis libraries, adding also stats.cpp.o, which includes the symbols from the old rcdummy.o, but each time i get, trying to load even any simple and official shader (e.g. constant.slx) :
terminate called after throwing an instance of...
2009-10-31 23:37:21 UTC in Ayam
-
Hi Randolf,
I had also this idea about an eventual Tcl/Tk version problem, but was not sure.
Now i'll install a recent, and the question will be from itself solved.
Cheers,
Sergio.
2009-10-28 11:24:02 UTC in Ayam
-
Hi Randolf,
It seems that the problem is in shortcut.tcl localized, with two procedures, repcont and remkpkr.
So, using the repcont from Ayam1.14 and modifying remkpkr like this :
proc remkpkr { string } {
regsub -all "KeyPress-" $string "" dummy
regsub -all "KeyRelease-" $string "" dummy
return $dummy
}
all seems working (the...
2009-10-27 23:50:43 UTC in Ayam
-
- without any .ayamrc, of course.
Sergio.
2009-10-27 20:24:23 UTC in Ayam
-
Hi Randolf,
Now i tested all new tcl files. Finally there are only two which causes a problem for me on Sol. Reinjecting one or the or the secund (instead these from Ayam1.14), i get :
shortcut.tcl :
--------------
Error in startup script: wrong # args: should be "regsub ?switches? exp string subSpec varName"
while executing
"regsub -all "Ctrl" $string...
2009-10-27 20:21:50 UTC in Ayam
-
Hi Randolf,
I made it, but same result.
. in my first post is the command line output with my old .ayamrc (1.14), also removing the "set ayviewshortcuts" lines ;
. in my second post is the output starting without any config file .ayamrc .ayam2view.ay.
Best regards,
Sergio.
2009-10-25 23:04:26 UTC in Ayam
-
Excuse me : ".ayamrc" and ".ayam2view.ay"
Sergio.
2009-10-25 20:33:28 UTC in Ayam
-
Hi Randolf,
OK, i'll make this try. But first removing both config files .ayamrc and .ayprefs, i got :
Error in startup script: wrong # args: should be "regsub ?switches? exp string subSpec varName"
while executing
"regsub -all "KeyPress-" $string """
(procedure "remkpkr" line 2)
invoked from within
"remkpkr...
2009-10-25 20:29:30 UTC in Ayam
-
Hi Randolf,
Launching Ayam after a fresh build (SunCC or gcc), i get this :
Error in startup script: wrong # args: should be "regsub ?switches? exp string subSpec varName"
while executing
"regsub -all "Ctrl" $string "Control""
(procedure "repcont" line 2)
invoked from within
"repcont $aymainshortcuts(New)".
2009-10-25 18:11:31 UTC in Ayam