Dspirit
06-10-2004, 06:30 PM
Embperl.cpp
Line 18
#include "embxs.h"
Change to
//#include "embxs.h"
Line 32
newXS("quest::boot_qc", boot_qc, file);
Change to
//newXS("quest::boot_qc", boot_qc, file);
Embparser.cpp line 407
"&boot_qc;"
Change to
//"&boot_qc;"
This is a temp fix im sure one of the dev's will post a better fix soon.
Line 18
#include "embxs.h"
Change to
//#include "embxs.h"
Line 32
newXS("quest::boot_qc", boot_qc, file);
Change to
//newXS("quest::boot_qc", boot_qc, file);
Embparser.cpp line 407
"&boot_qc;"
Change to
//"&boot_qc;"
This is a temp fix im sure one of the dev's will post a better fix soon.