• error in slight.src

    From Internetking@VERT/THRWHITE to All on Sun Apr 24 03:12:00 2011
    i having a small problem... i tried to compile the searchlight command shellãand i got error as:ããC:\sbbs\exec>baja slightããBAJA v2.34-Win32 (rev 1.42) - Synchronet Shell/Module CompilerããCompiling slight.src...ã!SYNTAX ERROR (expecting integer constant):ãslight.src 9: expertããC:\sbbs\exec>ããhere is part of the sorce where the error is:ãã# Display TEXT\MENU\SLIGHT\SMAIN.* if not in expert modeãcompare_user_misc expertãif_falseã menu smainã end_ifããhow to fix this? ãã---ã þ Synchronet þ The Whitehouse BBS - whitehouse.hulds.com - The home of the internetkingã
  • From Digital Man@VERT to Internetking on Tue Apr 26 17:05:34 2011
    Re: error in slight.srcã By: Internetking to All on Sun Apr 24 2011 03:12 amãã > i having a small problem... i tried to compile the searchlight commandã > shell and i got error as:ã >ã > C:\sbbs\exec>baja slightã >ã > BAJA v2.34-Win32 (rev 1.42) - Synchronet Shell/Module Compilerã >ã > Compiling slight.src...ã > !SYNTAX ERROR (expecting integer constant):ã > slight.src 9: expertã >ã > C:\sbbs\exec>ã >ã > here is part of the sorce where the error is:ã >ã > # Display TEXT\MENU\SLIGHT\SMAIN.* if not in expert modeã > compare_user_misc expertã > if_falseã > menu smainã > end_ifã >ã > how to fix this?ããChange "expert" to "UM_expert".ãã digital manããSynchronet "Real Fact" #20:ãThe first commericial sale of Synchronet was to Las Vegas Playground BBS (1992).ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Internetking@VERT/THRWHITE to Digital Man on Wed Apr 27 02:30:00 2011
    Re: error in slight.srcã By: Digital Man to Internetking on Tue Apr 26 2011 05:05 pmãã > > i having a small problem... i tried to compile the searchlight commandã > > shell and i got error as:ã > >ã > > C:\sbbs\exec>baja slightã > >ã > > BAJA v2.34-Win32 (rev 1.42) - Synchronet Shell/Module Compilerã > >ã > > Compiling slight.src...ã > > !SYNTAX ERROR (expecting integer constant):ã > > slight.src 9: expertã > >ã > > C:\sbbs\exec>ã > >ã > > here is part of the sorce where the error is:ã > >ã > > # Display TEXT\MENU\SLIGHT\SMAIN.* if not in expert modeã > > compare_user_misc expertã > > if_falseã > > menu smainã > > end_ifã > >ã > > how to fix this?ãã > Change "expert" to "UM_expert".ãã i did change as you suggested... has to be in " " ? ããinternetking@whitehouse /cygdrive/c/sbbs/execã$ ./baja slight.srcããBAJA v2.34-Win32 (rev 1.42) - Synchronet Shell/Module CompilerããCompiling slight.src...ã!SYNTAX ERROR (expecting integer constant):ãslight.src 9: UM_expertããinternetking@whitehouse /cygdrive/c/sbbs/execã$ã²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²ã² Internetking / Sysop / The Whitehouse BBS ²ã² BBS: telnet://bbs.hulds.com²ã² WWW: http://bbs.hulds.com:8080 ²ã²Gopher: gopher://bbs.hulds.com²ã² Ftp: ftp://bbs.hulds.com²ã²²ã²Websites I own:²ã²²ã²http://www.hulds.com (main)²ã²http://www.wofa.bw (my guild website)²ã²http://www.wow-usa.us (wow related forums) ²ã²²ã²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²ãã---ã þ Synchronet þ The Whitehouse BBS - whitehouse.hulds.com - The home of the internetkingã
  • From Digital Man@VERT to Internetking on Thu Apr 28 21:29:24 2011
    Re: error in slight.srcã By: Internetking to Digital Man on Wed Apr 27 2011 02:30 amãã > Re: error in slight.srcã > By: Digital Man to Internetking on Tue Apr 26 2011 05:05 pmã >ã > > > i having a small problem... i tried to compile the searchlightã > > > command shell and i got error as:ã > > >ã > > > C:\sbbs\exec>baja slightã > > >ã > > > BAJA v2.34-Win32 (rev 1.42) - Synchronet Shell/Module Compilerã > > >ã > > > Compiling slight.src...ã > > > !SYNTAX ERROR (expecting integer constant):ã > > > slight.src 9: expertã > > >ã > > > C:\sbbs\exec>ã > > >ã > > > here is part of the sorce where the error is:ã > > >ã > > > # Display TEXT\MENU\SLIGHT\SMAIN.* if not in expert modeã > > > compare_user_misc expertã > > > if_falseã > > > menu smainã > > > end_ifã > > >ã > > > how to fix this?ã >ã > > Change "expert" to "UM_expert".ã >ã > i did change as you suggested... has to be in " " ?ãããNo, do not include the quotes.ãã > internetking@whitehouse /cygdrive/c/sbbs/execã > $ ./baja slight.srcã >ã > BAJA v2.34-Win32 (rev 1.42) - Synchronet Shell/Module Compilerã >ã > Compiling slight.src...ã > !SYNTAX ERROR (expecting integer constant):ã > slight.src 9: UM_expertããAt the top of slight.src, add the line (if it's not already there):ã!include sbbsdefs.incããIf that line is already there, then perhaps you have an old sbbsdefs.inc file.ãã digital manããSynchronet "Real Fact" #13:ãSBBSecho was originally written by Allen Christiansen (King Drafus) in 1994.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Internetking@VERT/THRWHITE to Digital Man on Sun May 1 02:58:00 2011
    Re: error in slight.srcã By: Digital Man to Internetking on Thu Apr 28 2011 09:29 pmãã > > > > i having a small problem... i tried to compile the searchlightã > > > > command shell and i got error as:ã > > > >ããI fixed as you suggested, digial man and now next problem....ããokay it passed but it stoped at this part... ããcmdkey Fã chkfile ..\text\menu\slight\tmessage.*ã if_trueã menu tmessageã end_ifã call file_transfersã end_cmdããwith this error:ããC:\sbbs\exec>ãC:\sbbs\exec>baja slight.srcããBAJA v2.34-Win32 (rev 1.42) - Synchronet Shell/Module CompilerããCompiling slight.src...ã!SYNTAX ERROR (expecting variable name):ãslight.src 91: ..\text\menu\slight\tmessage.*ããC:\sbbs\exec>ããWhat fixes can be done here?ã---ãã====================================================================ã! Internetking / Sysop / The Whitehouse BBS !ã! WWW: http://bbs.hulds.com:8080 BBS: telnet://bbs.hulds.com !ã! Gopher: gopher://bbs.hulds.com FTP: ftp://bbs.hulds.com 2121 ! ã! !ã! Websites I own: !ã! !ã! http://www.hulds.com (main) - http://www.wow-usa.us (wow forums) !ã! http://www.wofa.bd (wow guild) !ã====================================================================ã---ã þ Synchronet þ Internetking BBS - bbs.hulds.com - Home of Internetkingã
  • From Digital Man@VERT to Internetking on Mon May 2 13:58:40 2011
    Re: error in slight.srcã By: Internetking to Digital Man on Sun May 01 2011 02:58 amãã > Re: error in slight.srcã > By: Digital Man to Internetking on Thu Apr 28 2011 09:29 pmã >ã > > > > > i having a small problem... i tried to compile the searchlightã > > > > > command shell and i got error as:ã > > > > >ã >ã > I fixed as you suggested, digial man and now next problem....ã >ã > okay it passed but it stoped at this part...ã >ã > cmdkey Fã > chkfile ..\text\menu\slight\tmessage.*ã > if_trueã > menu tmessageã > end_ifã > call file_transfersã > end_cmdã >ã > with this error:ã >ã > C:\sbbs\exec>ã > C:\sbbs\exec>baja slight.srcã >ã > BAJA v2.34-Win32 (rev 1.42) - Synchronet Shell/Module Compilerã >ã > Compiling slight.src...ã > !SYNTAX ERROR (expecting variable name):ã > slight.src 91: ..\text\menu\slight\tmessage.*ã >ã > C:\sbbs\exec>ã >ã > What fixes can be done here?ããPut the path in quotes, that is, change the line to read:ããchkfile "..\text\menu\slight\tmessage.*"ãã digital manããSynchronet "Real Fact" #39:ãSynchronet has been ported to FreeBSD, NetBSD, OpenBSD, Solaris, QNX, and MacOS.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã