View Single Post
  #1  
Old 06-10-2004, 06:30 PM
Dspirit
Fire Beetle
 
Join Date: May 2004
Posts: 28
Default 6-11-04 code Perl compile error fix

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.
__________________
Server Owner Midnight Rayne.