>
> Udah ada yang bantu di posting sebelumnya, saya quote lagi aja ya
> postingan dari mas Ade
>
> >ok saya coba bantu sebisa saya (maklum masih pemula)
> >intinya ccl ini membutuhkan beberapa library yg bisa dibaca di situsnya
> >hanya ada yg secara default sudah ada misalnya glib
> >jadi untuk vector linux 5 yg kita butuhkan cuman sqllite sama fox,
> >dua-duanya saya dapet dari linuxpackages.net, ambil aja tgz yg terbaru
> >untuk instalasi fox sama sqllite,
> >langsung aja pake perintah installpkg, jadi installpkg fox.x.x dan
installpkg
> >sqllite.x.x.x gitu
> >nah untuk server (cclfox, dan libccls) serta client (cclsfox dan
libcclc)
> >kita compile sendiri aja pake ./configure, make, dan make install
> >
> >setelah berhasil ngompile, jalankan server dengan perintah :
> >cclfox -nossl
> >untuk client jalankan dengan perintah :
> >cclcfox -host 192.x.x(ip address server) -name pc1 -nossl
> >
> There, next time, baca arsip dulu ya.
>
> Salam,
> Hary
saya sudah install libccls dan pas lagi install cclfox nya nggak bisa
untuk # ./configurenya sudah bisa tapi pas lagi # make (ada errornya)..
[EMAIL PROTECTED] make
Making all in m4
make[1]: Entering directory
`/home/pc011/Documents/software/cafe/ccl/cclfox-0.7.0/m4'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/home/pc011/Documents/software/cafe/ccl/cclfox-0.7.0/m4'
Making all in m4
make[1]: Entering directory
`/home/pc011/Documents/software/cafe/ccl/cclfox-0.7.0/m4'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/home/pc011/Documents/software/cafe/ccl/cclfox-0.7.0/m4'
Making all in src
make[1]: Entering directory
`/home/pc011/Documents/software/cafe/ccl/cclfox-0.7.0/src'
source='CCLWin.cpp' object='CCLWin.o' libtool=no \
depfile='.deps/CCLWin.Po' tmpdepfile='.deps/CCLWin.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
c++ -DPACKAGE=\"cclfox\" -DVERSION=\"0.7.0\" -DENABLE_NLS=1
-DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBFOX_1_4=1
-DHAVE_LIBCCLS=1 -I. -I. -I/usr/include/fox-1.4 -g -O2 -c -o
CCLWin.o `test -f CCLWin.cpp || echo './'`CCLWin.cpp
CCLWin.cpp:2:16: fx.h: No such file or directory
CCLWin.cpp:3: error: namespace `FX' undeclared
In file included from CCLWin.cpp:7:
ProductsFrame.h:5: error: parse error before `{' token
ProductsFrame.h:9: error: syntax error before `*' token
ProductsFrame.h:10: error: syntax error before `*' token
ProductsFrame.h:11: error: syntax error before `*' token
ProductsFrame.h:16: error: destructors must be member functions
ProductsFrame.h:18: error: parse error before `public'
ProductsFrame.h:23: error: parse error before `public'
ProductsFrame.h:25: error: `FXObject' was not declared in this scope
ProductsFrame.h:25: error: parse error before `,' token
ProductsFrame.h:26: error: `FXObject' was not declared in this scope
ProductsFrame.h:26: error: parse error before `,' token
ProductsFrame.h:27: error: `FXObject' was not declared in this scope
ProductsFrame.h:27: error: parse error before `,' token
ProductsFrame.h:28: error: `FXObject' was not declared in this scope
ProductsFrame.h:28: error: parse error before `,' token
ProductsFrame.h:29: error: `FXObject' was not declared in this scope
ProductsFrame.h:29: error: parse error before `,' token
ProductsFrame.h:30: error: `FXObject' was not declared in this scope
ProductsFrame.h:30: error: parse error before `,' token
In file included from CCLWin.cpp:8:
CashingFrame.h:5: error: parse error before `{' token
CashingFrame.h:9: error: syntax error before `*' token
CashingFrame.h:10: error: syntax error before `*' token
CashingFrame.h:11: error: syntax error before `*' token
CashingFrame.h:12: error: syntax error before `*' token
CashingFrame.h:13: error: syntax error before `*' token
CashingFrame.h:14: error: syntax error before `*' token
CashingFrame.h:15: error: syntax error before `*' token
CashingFrame.h:16: error: syntax error before `*' token
CashingFrame.h:17: error: syntax error before `*' token
CashingFrame.h:18: error: syntax error before `*' token
CashingFrame.h:19: error: syntax error before `*' token
CashingFrame.h:24: error: 'FXuint' is used as a type, but is not
defined as a
type.
CashingFrame.h:25: error: 'FXuint' is used as a type, but is not
defined as a
type.
CashingFrame.h:26: error: parse error before `protected'
CashingFrame.h:30: error: destructors must be member functions
CashingFrame.h:32: error: parse error before `public'
CashingFrame.h:34: error: type specifier omitted for parameter `FXbool'
CashingFrame.h:34: error: parse error before `=' token
CashingFrame.h:36: error: parse error before `public'
CashingFrame.h:38: error: `FXObject' was not declared in this scope
CashingFrame.h:38: error: parse error before `,' token
CashingFrame.h:39: error: `FXObject' was not declared in this scope
CashingFrame.h:39: error: parse error before `,' token
CashingFrame.h:40: error: `FXObject' was not declared in this scope
CashingFrame.h:40: error: parse error before `,' token
In file included from CCLWin.cpp:9:
TarifFrame.h:5: error: parse error before `{' token
TarifFrame.h:9: error: syntax error before `*' token
TarifFrame.h:10: error: syntax error before `*' token
TarifFrame.h:11: error: syntax error before `*' token
TarifFrame.h:12: error: syntax error before `*' token
TarifFrame.h:13: error: syntax error before `*' token
TarifFrame.h:14: error: syntax error before `*' token
TarifFrame.h:15: error: syntax error before `*' token
TarifFrame.h:16: error: syntax error before `*' token
TarifFrame.h:17: error: syntax error before `*' token
TarifFrame.h:18: error: syntax error before `*' token
TarifFrame.h:19: error: syntax error before `*' token
TarifFrame.h:20: error: syntax error before `*' token
TarifFrame.h:27: error: destructors must be member functions
TarifFrame.h:29: error: parse error before `public'
TarifFrame.h:33: error: parse error before `public'
TarifFrame.h:35: error: `FXObject' was not declared in this scope
TarifFrame.h:35: error: parse error before `,' token
TarifFrame.h:36: error: `FXObject' was not declared in this scope
TarifFrame.h:36: error: parse error before `,' token
TarifFrame.h:37: error: `FXObject' was not declared in this scope
TarifFrame.h:37: error: parse error before `,' token
TarifFrame.h:38: error: `FXObject' was not declared in this scope
TarifFrame.h:38: error: parse error before `,' token
TarifFrame.h:39: error: `FXObject' was not declared in this scope
TarifFrame.h:39: error: parse error before `,' token
TarifFrame.h:40: error: `FXObject' was not declared in this scope
TarifFrame.h:40: error: parse error before `,' token
TarifFrame.h:41: error: `FXObject' was not declared in this scope
TarifFrame.h:41: error: parse error before `,' token
TarifFrame.h:42: error: `FXObject' was not declared in this scope
TarifFrame.h:42: error: `sender' was not declared in this scope
TarifFrame.h:42: error: `FXSelector' was not declared in this scope
TarifFrame.h:42: error: parse error before `*' token
TarifFrame.h:43: error: `FXObject' was not declared in this scope
TarifFrame.h:43: error: parse error before `,' token
TarifFrame.h:44: error: `FXObject' was not declared in this scope
TarifFrame.h:44: error: parse error before `,' token
In file included from CCLWin.cpp:10:
MembersFrame.h:5: error: parse error before `{' token
MembersFrame.h:9: error: syntax error before `*' token
MembersFrame.h:10: error: syntax error before `*' token
MembersFrame.h:11: error: syntax error before `*' token
MembersFrame.h:12: error: syntax error before `*' token
MembersFrame.h:13: error: syntax error before `*' token
MembersFrame.h:14: error: syntax error before `*' token
MembersFrame.h:15: error: syntax error before `*' token
MembersFrame.h:16: error: syntax error before `*' token
MembersFrame.h:17: error: syntax error before `*' token
MembersFrame.h:21: error: parse error before `protected'
MembersFrame.h:25: error: destructors must be member functions
MembersFrame.h:27: error: parse error before `public'
MembersFrame.h:31: error: parse error before `public'
MembersFrame.h:33: error: `FXObject' was not declared in this scope
MembersFrame.h:33: error: parse error before `,' token
MembersFrame.h:34: error: `FXObject' was not declared in this scope
MembersFrame.h:34: error: parse error before `,' token
MembersFrame.h:35: error: `FXObject' was not declared in this scope
MembersFrame.h:35: error: parse error before `,' token
MembersFrame.h:36: error: `FXObject' was not declared in this scope
MembersFrame.h:36: error: parse error before `,' token
MembersFrame.h:37: error: `FXObject' was not declared in this scope
MembersFrame.h:37: error: parse error before `,' token
MembersFrame.h:38: error: `FXObject' was not declared in this scope
MembersFrame.h:38: error: parse error before `,' token
In file included from CCLWin.cpp:11:
NotpaidFrame.h:5: error: parse error before `{' token
NotpaidFrame.h:13: error: destructors must be member functions
NotpaidFrame.h:15: error: parse error before `public'
In file included from CCLWin.cpp:12:
LogFrame.h:5: error: parse error before `{' token
LogFrame.h:9: error: syntax error before `*' token
LogFrame.h:10: error: syntax error before `*' token
LogFrame.h:11: error: syntax error before `*' token
LogFrame.h:12: error: syntax error before `*' token
LogFrame.h:13: error: syntax error before `*' token
LogFrame.h:14: error: syntax error before `*' token
LogFrame.h:15: error: syntax error before `*' token
LogFrame.h:16: error: syntax error before `*' token
LogFrame.h:17: error: syntax error before `*' token
LogFrame.h:18: error: syntax error before `*' token
LogFrame.h:19: error: syntax error before `*' token
LogFrame.h:20: error: syntax error before `*' token
LogFrame.h:21: error: syntax error before `*' token
LogFrame.h:22: error: syntax error before `*' token
LogFrame.h:23: error: syntax error before `*' token
LogFrame.h:24: error: syntax error before `*' token
LogFrame.h:25: error: syntax error before `*' token
LogFrame.h:26: error: syntax error before `*' token
LogFrame.h:27: error: syntax error before `*' token
LogFrame.h:28: error: syntax error before `*' token
LogFrame.h:29: error: syntax error before `*' token
LogFrame.h:34: error: destructors must be member functions
LogFrame.h:36: error: parse error before `public'
LogFrame.h:40: error: parse error before `public'
LogFrame.h:42: error: `FXObject' was not declared in this scope
LogFrame.h:42: error: parse error before `,' token
LogFrame.h:43: error: `FXObject' was not declared in this scope
LogFrame.h:43: error: parse error before `,' token
LogFrame.h:44: error: `FXObject' was not declared in this scope
LogFrame.h:44: error: parse error before `,' token
LogFrame.h:45: error: `FXObject' was not declared in this scope
LogFrame.h:45: error: `sender' was not declared in this scope
LogFrame.h:45: error: `FXSelector' was not declared in this scope
LogFrame.h:45: error: parse error before `*' token
LogFrame.h:46: error: `FXObject' was not declared in this scope
LogFrame.h:46: error: parse error before `,' token
LogFrame.h:47: error: `FXObject' was not declared in this scope
LogFrame.h:47: error: parse error before `,' token
LogFrame.h:48: error: `FXObject' was not declared in this scope
LogFrame.h:48: error: parse error before `,' token
LogFrame.h:49: error: `FXObject' was not declared in this scope
LogFrame.h:49: error: parse error before `,' token
LogFrame.h:50: error: `FXObject' was not declared in this scope
LogFrame.h:50: error: parse error before `,' token
In file included from CCLWin.cpp:13:
CCLIconItem.h:4:24: FXIconList.h: No such file or directory
In file included from CCLWin.cpp:13:
CCLIconItem.h:6: error: namespace `FX' undeclared
CCLIconItem.h:9: error: parse error before `{' token
CCLIconItem.h:14: error: 'FXbool' is used as a type, but is not
defined as a
type.
CCLIconItem.h:15: error: parse error before `protected'
CCLIconItem.h:17: error: parse error before `*' token
CCLIconItem.h:18: error: virtual outside class declaration
CCLIconItem.h:18: error: non-member function `void draw(...)' cannot
have `
const' method qualifier
CCLIconItem.h:19: error: parse error before `*' token
CCLIconItem.h:20: error: virtual outside class declaration
CCLIconItem.h:20: error: non-member function `void drawFlagIcons(...)'
cannot
have `const' method qualifier
CCLIconItem.h:21: error: parse error before `protected'
CCLIconItem.h:28: error: destructors must be member functions
CCLIconItem.h:28: error: virtual outside class declaration
CCLIconItem.h:29: error: virtual outside class declaration
CCLIconItem.h:30: error: `FXIcon' was not declared in this scope
CCLIconItem.h:30: error: `icn' was not declared in this scope
CCLIconItem.h:30: error: variable or field `setDisconIcon' declared void
CCLIconItem.h:30: error: syntax error before `{' token
CCLIconItem.h:31: error: syntax error before `*' token
CCLIconItem.h:32: error: `FXbool' was not declared in this scope
CCLIconItem.h:32: error: parse error before `=' token
CCLIconItem.h:33: error: parse error before `)' token
In file included from CCLWin.cpp:14:
CCLWin.h:5: error: parse error before `{' token
CCLWin.h:11: error: syntax error before `*' token
CCLWin.h:12: error: syntax error before `*' token
CCLWin.h:13: error: syntax error before `*' token
CCLWin.h:15: error: syntax error before `*' token
CCLWin.h:16: error: syntax error before `*' token
CCLWin.h:17: error: syntax error before `*' token
CCLWin.h:18: error: syntax error before `*' token
CCLWin.h:19: error: syntax error before `*' token
CCLWin.h:20: error: syntax error before `*' token
CCLWin.h:21: error: syntax error before `*' token
CCLWin.h:22: error: syntax error before `*' token
CCLWin.h:23: error: syntax error before `*' token
CCLWin.h:24: error: syntax error before `*' token
CCLWin.h:25: error: syntax error before `*' token
CCLWin.h:26: error: syntax error before `*' token
CCLWin.h:27: error: syntax error before `*' token
CCLWin.h:28: error: syntax error before `*' token
CCLWin.h:29: error: syntax error before `*' token
CCLWin.h:30: error: syntax error before `*' token
CCLWin.h:31: error: syntax error before `*' token
CCLWin.h:32: error: syntax error before `*' token
CCLWin.h:33: error: syntax error before `*' token
CCLWin.h:34: error: syntax error before `*' token
CCLWin.h:35: error: syntax error before `*' token
CCLWin.h:37: error: syntax error before `*' token
CCLWin.h:38: error: syntax error before `*' token
CCLWin.h:39: error: syntax error before `*' token
CCLWin.h:40: error: syntax error before `*' token
CCLWin.h:41: error: syntax error before `*' token
CCLWin.h:43: error: syntax error before `*' token
CCLWin.h:44: error: syntax error before `*' token
CCLWin.h:45: error: syntax error before `*' token
CCLWin.h:48: error: syntax error before `*' token
CCLWin.h:53: error: virtual outside class declaration
CCLWin.h:54: error: destructors must be member functions
CCLWin.h:54: error: virtual outside class declaration
CCLWin.h:55: error: parse error before `public'
CCLWin.h:59: error: type specifier omitted for parameter `FXbool'
CCLWin.h:59: error: parse error before `=' token
CCLWin.h:61: error: parse error before `,' token
CCLWin.h:67: error: parse error before `public'
CCLWin.h:69: error: `FXObject' was not declared in this scope
CCLWin.h:69: error: parse error before `,' token
CCLWin.h:70: error: `FXObject' was not declared in this scope
CCLWin.h:70: error: parse error before `,' token
CCLWin.h:71: error: `FXObject' was not declared in this scope
CCLWin.h:71: error: parse error before `,' token
CCLWin.h:72: error: `FXObject' was not declared in this scope
CCLWin.h:72: error: parse error before `,' token
CCLWin.h:73: error: `FXObject' was not declared in this scope
CCLWin.h:73: error: parse error before `,' token
CCLWin.h:74: error: `FXObject' was not declared in this scope
CCLWin.h:74: error: parse error before `,' token
CCLWin.h:75: error: `FXObject' was not declared in this scope
CCLWin.h:75: error: parse error before `,' token
CCLWin.h:76: error: `FXObject' was not declared in this scope
CCLWin.h:76: error: parse error before `,' token
CCLWin.h:77: error: `FXObject' was not declared in this scope
CCLWin.h:77: error: parse error before `,' token
CCLWin.h:78: error: `FXObject' was not declared in this scope
CCLWin.h:78: error: parse error before `,' token
CCLWin.h:79: error: `FXObject' was not declared in this scope
CCLWin.h:79: error: parse error before `,' token
CCLWin.h:80: error: `FXObject' was not declared in this scope
CCLWin.h:80: error: parse error before `,' token
CCLWin.h:81: error: `FXObject' was not declared in this scope
CCLWin.h:81: error: parse error before `,' token
CCLWin.h:82: error: `FXObject' was not declared in this scope
CCLWin.h:82: error: parse error before `,' token
CCLWin.h:83: error: `FXObject' was not declared in this scope
CCLWin.h:83: error: parse error before `,' token
CCLWin.h:84: error: `FXObject' was not declared in this scope
CCLWin.h:84: error: parse error before `,' token
CCLWin.h:96: error: type specifier omitted for parameter `FXuint'
CCLWin.h:96: error: parse error before `,' token
CCLWin.cpp:18: error: ISO C++ forbids declaration of `FXDEFMAP' with
no type
CCLWin.cpp:18: error: invalid conversion from `void (*)()' to `int'
CCLWin.cpp:18: error: syntax error before `[' token
CCLWin.cpp:42: error: `FXMainWindow' was not declared in this scope
CCLWin.cpp:42: error: `CCLWinMap' was not declared in this scope
CCLWin.cpp:42: error: `CCLWinMap' was not declared in this scope
CCLWin.cpp:42: error: `ARRAYNUMBER' was not declared in this scope
CCLWin.cpp:44: error: ISO C++ forbids declaration of `FXIMPLEMENT'
with no type
CCLWin.cpp:44: error: initializer list being treated as compound
expression
CCLWin.cpp:44: warning: left-hand operand of comma is a reference, not
call, to
function `CCLWin'
CCLWin.cpp:44: error: syntax error before `FXSettings'
CCLWin.cpp:45: error: syntax error before `*' token
CCLWin.cpp:46: error: syntax error before `*' token
CCLWin.cpp:47: error: syntax error before `*' token
CCLWin.cpp:48: error: syntax error before `*' token
CCLWin.cpp:49: error: syntax error before `*' token
CCLWin.cpp:50: error: syntax error before `*' token
CCLWin.cpp:51: error: syntax error before `*' token
CCLWin.cpp:54: error: parse error before `*' token
CCLWin.cpp: In function `int citemSortFunc(...)':
CCLWin.cpp:56: error: ISO C++ forbids declaration of `FXString' with
no type
CCLWin.cpp:56: error: uninitialized const `FXString'
CCLWin.cpp:56: error: parse error before `=' token
CCLWin.cpp:57: error: ISO C++ forbids declaration of `FXString' with
no type
CCLWin.cpp:57: error: redeclaration of `const int FXString'
CCLWin.cpp:56: error: `const int FXString' previously declared here
CCLWin.cpp:57: error: declaration of `const int FXString'
CCLWin.cpp:56: error: conflicts with previous declaration `const int
FXString'
CCLWin.cpp:57: error: uninitialized const `FXString'
CCLWin.cpp:57: error: parse error before `=' token
CCLWin.cpp:59: error: `lname' undeclared (first use this function)
CCLWin.cpp:59: error: (Each undeclared identifier is reported only
once for
each function it appears in.)
CCLWin.cpp:59: error: `rname' undeclared (first use this function)
CCLWin.cpp:59: error: `compare' undeclared (first use this function)
CCLWin.cpp: At global scope:
CCLWin.cpp:63: error: `FXApp' was not declared in this scope
CCLWin.cpp:63: error: `app' was not declared in this scope
CCLWin.cpp:64: error: invalid use of undefined type `class CCLWin'
CCLWin.h:4: error: forward declaration of `class CCLWin'
CCLWin.cpp:64: error: invalid declarator
CCLWin.cpp:64: error: syntax error before `:' token
CCLWin.cpp:69: error: ISO C++ forbids declaration of `bigicon' with no
type
CCLWin.cpp:69: error: parse error before `(' token
CCLWin.cpp:70: error: ISO C++ forbids declaration of `miniicon' with
no type
CCLWin.cpp:70: error: parse error before `(' token
CCLWin.cpp:71: error: ISO C++ forbids declaration of `setIcon' with no
type
CCLWin.cpp:72: error: ISO C++ forbids declaration of `setMiniIcon'
with no type
CCLWin.cpp:74: error: syntax error before `*' token
CCLWin.cpp:77: error: ISO C++ forbids declaration of `vsplitter' with
no type
CCLWin.cpp:77: error: parse error before `(' token
CCLWin.cpp:79: error: syntax error before `*' token
CCLWin.cpp:82: error: syntax error before `*' token
CCLWin.cpp:85: error: syntax error before `*' token
CCLWin.cpp:89: error: syntax error before `*' token
CCLWin.cpp:94: error: ISO C++ forbids declaration of `ctoolbar' with
no type
CCLWin.cpp:94: error: parse error before `(' token
CCLWin.cpp:96: error: ISO C++ forbids declaration of `playicon' with
no type
CCLWin.cpp:96: error: parse error before `(' token
CCLWin.cpp:97: error: ISO C++ forbids declaration of `pauseicon' with
no type
CCLWin.cpp:97: error: parse error before `(' token
CCLWin.cpp:98: error: ISO C++ forbids declaration of `stopicon' with
no type
CCLWin.cpp:98: error: parse error before `(' token
CCLWin.cpp:99: error: ISO C++ forbids declaration of `unstopicon' with
no type
CCLWin.cpp:99: error: parse error before `(' token
CCLWin.cpp:100: error: ISO C++ forbids declaration of `swapicon' with
no type
CCLWin.cpp:100: error: parse error before `(' token
CCLWin.cpp:101: error: ISO C++ forbids declaration of `timeicon' with
no type
CCLWin.cpp:101: error: parse error before `(' token
CCLWin.cpp:102: error: ISO C++ forbids declaration of `playbutton'
with no type
CCLWin.cpp:103: error: parse error before `(' token
CCLWin.cpp:106: error: ISO C++ forbids declaration of `pausebutton'
with no
type
CCLWin.cpp:107: error: parse error before `(' token
CCLWin.cpp:110: error: ISO C++ forbids declaration of `stopbutton'
with no type
CCLWin.cpp:111: error: parse error before `(' token
CCLWin.cpp:114: error: ISO C++ forbids declaration of `unstopbutton'
with no
type
CCLWin.cpp:115: error: parse error before `(' token
CCLWin.cpp:118: error: ISO C++ forbids declaration of `swapbutton'
with no type
CCLWin.cpp:119: error: parse error before `(' token
CCLWin.cpp:122: error: ISO C++ forbids declaration of `timebutton'
with no type
CCLWin.cpp:123: error: parse error before `(' token
CCLWin.cpp:126: error: ISO C++ forbids declaration of `newbutton' with
no type
CCLWin.cpp:127: error: parse error before `(' token
CCLWin.cpp:130: error: ISO C++ forbids declaration of `delbutton' with
no type
CCLWin.cpp:131: error: parse error before `(' token
CCLWin.cpp:136: error: syntax error before `*' token
CCLWin.cpp:140: error: ISO C++ forbids declaration of `clientslist'
with no
type
CCLWin.cpp:140: error: parse error before `(' token
CCLWin.cpp:144: error: syntax error before `->' token
CCLWin.cpp:145: error: ISO C++ forbids declaration of `bpcicons' with
no type
CCLWin.cpp:145: error: parse error before `(' token
CCLWin.cpp:146: error: ISO C++ forbids declaration of `bpcicons' with
no type
CCLWin.cpp:146: error: conflicting types for `int bpcicons[1]'
CCLWin.cpp:145: error: previous declaration as `int bpcicons[0]'
CCLWin.cpp:146: error: parse error before `(' token
CCLWin.cpp:147: error: ISO C++ forbids declaration of `bpcicons' with
no type
CCLWin.cpp:147: error: conflicting types for `int bpcicons[2]'
CCLWin.cpp:146: error: previous declaration as `int bpcicons[1]'
CCLWin.cpp:147: error: parse error before `(' token
CCLWin.cpp:148: error: ISO C++ forbids declaration of `bpcicons' with
no type
CCLWin.cpp:148: error: conflicting types for `int bpcicons[3]'
CCLWin.cpp:147: error: previous declaration as `int bpcicons[2]'
CCLWin.cpp:148: error: parse error before `(' token
CCLWin.cpp:149: error: ISO C++ forbids declaration of `disconicon'
with no type
CCLWin.cpp:149: error: parse error before `(' token
CCLWin.cpp:150: error: syntax error before `->' token
CCLWin.cpp:151: error: ISO C++ forbids declaration of `notpaidframe'
with no
type
CCLWin.cpp:151: error: parse error before `(' token
CCLWin.cpp:152: error: syntax error before `->' token
CCLWin.cpp:154: error: ISO C++ forbids declaration of `logframe' with
no type
CCLWin.cpp:154: error: parse error before `(' token
CCLWin.cpp:156: error: syntax error before `*' token
CCLWin.cpp:157: error: syntax error before `*' token
CCLWin.cpp:159: error: ISO C++ forbids declaration of `i_fonthandle'
with no
type
CCLWin.cpp:159: error: parse error before `(' token
CCLWin.cpp:160: error: ISO C++ forbids declaration of `ivframe' with
no type
CCLWin.cpp:160: error: parse error before `(' token
CCLWin.cpp:161: error: ISO C++ forbids declaration of `labelhandle'
with no
type
CCLWin.cpp:161: error: parse error before `(' token
CCLWin.cpp:163: error: ISO C++ forbids declaration of `i_time' with no
type
CCLWin.cpp:163: error: parse error before `(' token
CCLWin.cpp:165: error: syntax error before `->' token
CCLWin.cpp:166: error: syntax error before `->' token
CCLWin.cpp:167: error: ISO C++ forbids declaration of `ivframe' with
no type
CCLWin.cpp:167: error: redefinition of `int ivframe'
CCLWin.cpp:160: error: `int ivframe' previously declared here
CCLWin.cpp:167: error: parse error before `(' token
CCLWin.cpp:168: error: ISO C++ forbids declaration of `labelhandle'
with no
type
CCLWin.cpp:168: error: redefinition of `int labelhandle'
CCLWin.cpp:161: error: `int labelhandle' previously declared here
CCLWin.cpp:168: error: parse error before `(' token
CCLWin.cpp:170: error: ISO C++ forbids declaration of `i_owes' with no
type
CCLWin.cpp:170: error: parse error before `(' token
CCLWin.cpp:172: error: syntax error before `->' token
CCLWin.cpp:173: error: syntax error before `->' token
CCLWin.cpp:174: error: ISO C++ forbids declaration of `ivframe' with
no type
CCLWin.cpp:174: error: redefinition of `int ivframe'
CCLWin.cpp:167: error: `int ivframe' previously declared here
CCLWin.cpp:174: error: parse error before `(' token
CCLWin.cpp:175: error: ISO C++ forbids declaration of `labelhandle'
with no
type
CCLWin.cpp:175: error: redefinition of `int labelhandle'
CCLWin.cpp:168: error: `int labelhandle' previously declared here
CCLWin.cpp:175: error: parse error before `(' token
CCLWin.cpp:177: error: ISO C++ forbids declaration of `i_terminal'
with no type
CCLWin.cpp:177: error: parse error before `(' token
CCLWin.cpp:179: error: syntax error before `->' token
CCLWin.cpp:180: error: syntax error before `->' token
CCLWin.cpp:181: error: ISO C++ forbids declaration of `ivframe' with
no type
CCLWin.cpp:181: error: redefinition of `int ivframe'
CCLWin.cpp:174: error: `int ivframe' previously declared here
CCLWin.cpp:181: error: parse error before `(' token
CCLWin.cpp:182: error: ISO C++ forbids declaration of `labelhandle'
with no
type
CCLWin.cpp:182: error: redefinition of `int labelhandle'
CCLWin.cpp:175: error: `int labelhandle' previously declared here
CCLWin.cpp:182: error: parse error before `(' token
CCLWin.cpp:184: error: ISO C++ forbids declaration of `i_products'
with no type
CCLWin.cpp:184: error: parse error before `(' token
CCLWin.cpp:186: error: syntax error before `->' token
CCLWin.cpp:187: error: syntax error before `->' token
CCLWin.cpp:188: error: ISO C++ forbids declaration of `labelhandle'
with no
type
CCLWin.cpp:188: error: redefinition of `int labelhandle'
CCLWin.cpp:182: error: `int labelhandle' previously declared here
CCLWin.cpp:188: warning: converting to non-pointer type `int' from NULL
CCLWin.cpp:190: error: ISO C++ forbids declaration of `clmenu' with no
type
CCLWin.cpp:190: error: parse error before `(' token
CCLWin.cpp:191: error: ISO C++ forbids declaration of `clmenu_caption'
with no
type
CCLWin.cpp:191: error: parse error before `(' token
CCLWin.cpp:197: error: ISO C++ forbids declaration of `
clmenu_allowuserstart_check' with no type
CCLWin.cpp:198: error: parse error before `(' token
CCLWin.cpp:202: error: ISO C++ forbids declaration of `rshutter' with
no type
CCLWin.cpp:202: error: parse error before `(' token
CCLWin.cpp:204: error: syntax error before `*' token
CCLWin.cpp:207: error: ISO C++ forbids declaration of `productsframe'
with no
type
CCLWin.cpp:207: error: parse error before `(' token
CCLWin.cpp:208: error: syntax error before `*' token
CCLWin.cpp:211: error: ISO C++ forbids declaration of `cashingframe'
with no
type
CCLWin.cpp:211: error: parse error before `(' token
CCLWin.cpp:212: error: syntax error before `*' token
CCLWin.cpp:215: error: ISO C++ forbids declaration of `tarifframe'
with no type
CCLWin.cpp:215: error: parse error before `(' token
CCLWin.cpp:216: error: syntax error before `*' token
CCLWin.cpp:219: error: ISO C++ forbids declaration of `membersframe'
with no
type
CCLWin.cpp:219: error: parse error before `(' token
CCLWin.cpp:221: error: syntax error before `->' token
CCLWin.cpp:225: error: ISO C++ forbids declaration of `
CCL_set_on_event_callback' with no type
CCLWin.cpp:225: error: `int CCL_set_on_event_callback' redeclared as
different
kind of symbol
/usr/local/include/ccls.h:112: error: previous declaration of `void
CCL_set_on_event_callback(void (*)(int, unsigned int, void*,
unsigned int,
void*), void*)'
CCLWin.cpp:225: error: initializer list being treated as compound
expression
CCLWin.cpp:225: warning: left-hand operand of comma is a reference,
not call,
to function `onEventCallback'
CCLWin.cpp:225: warning: converting to non-pointer type `int' from NULL
CCLWin.cpp:226: error: ISO C++ forbids declaration of `
CCL_set_on_connect_callback' with no type
CCLWin.cpp:226: error: `int CCL_set_on_connect_callback' redeclared as
different kind of symbol
/usr/local/include/ccls.h:114: error: previous declaration of `void
CCL_set_on_connect_callback(void (*)(int, void*), void*)'
CCLWin.cpp:226: error: initializer list being treated as compound
expression
CCLWin.cpp:226: warning: left-hand operand of comma is a reference,
not call,
to function `onConnectCallback'
CCLWin.cpp:226: warning: converting to non-pointer type `int' from NULL
CCLWin.cpp:227: error: ISO C++ forbids declaration of `
CCL_set_on_disconnect_callback' with no type
CCLWin.cpp:227: error: `int CCL_set_on_disconnect_callback' redeclared as
different kind of symbol
/usr/local/include/ccls.h:116: error: previous declaration of `void
CCL_set_on_disconnect_callback(void (*)(int, void*), void*)'
CCLWin.cpp:227: error: initializer list being treated as compound
expression
CCLWin.cpp:227: warning: left-hand operand of comma is a reference,
not call,
to function `onDisconnectCallback'
CCLWin.cpp:227: warning: converting to non-pointer type `int' from NULL
CCLWin.cpp:228: error: ISO C++ forbids declaration of `getApp' with no
type
CCLWin.cpp: In function `int getApp()':
CCLWin.cpp:228: error: parse error before `->' token
CCLWin.cpp:229: error: ISO C++ forbids declaration of `getApp' with no
type
CCLWin.cpp: In function `int getApp()':
CCLWin.cpp:229: error: redefinition of `int getApp()'
CCLWin.cpp:228: error: `int getApp()' previously defined here
CCLWin.cpp:229: error: redefinition of `int getApp()'
CCLWin.cpp:228: error: `int getApp()' previously defined here
CCLWin.cpp:229: error: parse error before `->' token
CCLWin.cpp:233: error: invalid use of undefined type `class CCLWin'
CCLWin.h:4: error: forward declaration of `class CCLWin'
CCLWin.cpp: In destructor `CCLWin::~CCLWin()':
CCLWin.cpp:234: error: type `int' argument given to `delete', expected
pointer
CCLWin.cpp:235: error: type `int' argument given to `delete', expected
pointer
CCLWin.cpp:237: error: type `int' argument given to `delete', expected
pointer
CCLWin.cpp:238: error: type `int' argument given to `delete', expected
pointer
CCLWin.cpp:239: error: type `int' argument given to `delete', expected
pointer
CCLWin.cpp:240: error: type `int' argument given to `delete', expected
pointer
CCLWin.cpp:241: error: type `int' argument given to `delete', expected
pointer
CCLWin.cpp:242: error: type `int' argument given to `delete', expected
pointer
CCLWin.cpp:243: error: type `int' argument given to `delete', expected
pointer
CCLWin.cpp:246: error: type `int' argument given to `delete', expected
pointer
CCLWin.cpp:248: error: type `int' argument given to `delete', expected
pointer
CCLWin.cpp:253: error: invalid use of undefined type `class CCLWin'
CCLWin.h:4: error: forward declaration of `class CCLWin'
CCLWin.cpp: In member function `void CCLWin::create()':
CCLWin.cpp:254: error: `FXMainWindow' undeclared (first use this function)
CCLWin.cpp:254: error: parse error before `::' token
CCLWin.cpp:256: error: base operand of `->' is not a pointer
CCLWin.cpp:257: error: base operand of `->' is not a pointer
CCLWin.cpp:258: error: base operand of `->' is not a pointer
CCLWin.cpp:259: error: base operand of `->' is not a pointer
CCLWin.cpp:260: error: base operand of `->' is not a pointer
CCLWin.cpp:261: error: base operand of `->' is not a pointer
CCLWin.cpp:263: error: `show' undeclared (first use this function)
CCLWin.cpp:267: error: invalid use of undefined type `class CCLWin'
CCLWin.h:4: error: forward declaration of `class CCLWin'
CCLWin.cpp: In member function `void CCLWin::loadClients()':
CCLWin.cpp:270: error: `FXuint' undeclared (first use this function)
CCLWin.cpp:270: error: parse error before `=' token
CCLWin.cpp:270: error: `i' undeclared (first use this function)
CCLWin.cpp:276: error: invalid use of undefined type `class CCLWin'
CCLWin.h:4: error: forward declaration of `class CCLWin'
CCLWin.cpp: In member function `int CCLWin::appendClient(int)':
CCLWin.cpp:277: error: `FXString' undeclared (first use this function)
CCLWin.cpp:277: error: parse error before `=' token
CCLWin.cpp:278: error: base operand of `->' is not a pointer
CCLWin.cpp:278: error: `text' undeclared (first use this function)
CCLWin.cpp:283: error: `FALSE' undeclared (first use this function)
CCLWin.cpp:285: error: `item' undeclared (first use this function)
CCLWin.cpp:285: error: parse error before `(' token
CCLWin.cpp:288: error: `TRUE' undeclared (first use this function)
CCLWin.cpp:289: error: base operand of `->' is not a pointer
CCLWin.cpp:290: error: base operand of `->' is not a pointer
CCLWin.cpp:297: error: invalid use of undefined type `class CCLWin'
CCLWin.h:4: error: forward declaration of `class CCLWin'
CCLWin.cpp: In member function `void CCLWin::deleteClient(int)':
CCLWin.cpp:298: error: base operand of `->' is not a pointer
CCLWin.cpp:301: error: base operand of `->' is not a pointer
CCLWin.cpp:305: error: type specifier omitted for parameter `FXbool'
CCLWin.cpp:305: error: parse error before `)' token
CCLWin.cpp:306: error: invalid use of undefined type `class CCLWin'
CCLWin.h:4: error: forward declaration of `class CCLWin'
CCLWin.cpp: In member function `void CCLWin::setClientDisconnected(...)':
CCLWin.cpp:307: error: base operand of `->' is not a pointer
CCLWin.cpp:307: error: `client' undeclared (first use this function)
CCLWin.cpp:310: error: parse error before `)' token
CCLWin.cpp:311: error: base operand of `->' is not a pointer
CCLWin.cpp:318: error: invalid use of undefined type `class CCLWin'
CCLWin.h:4: error: forward declaration of `class CCLWin'
CCLWin.cpp: In member function `void CCLWin::setClientMember(int)':
CCLWin.cpp:320: error: `FXInputDialog' undeclared (first use this
function)
CCLWin.cpp:320: error: `dlg' undeclared (first use this function)
CCLWin.cpp:320: error: parse error before `(' token
CCLWin.cpp:325: error: `FXStringVal' undeclared (first use this function)
CCLWin.cpp:327: error: `FXIntVal' undeclared (first use this function)
CCLWin.cpp:339: error: `FXMessageBox' undeclared (first use this function)
CCLWin.cpp:339: error: parse error before `::' token
CCLWin.cpp:345: error: invalid use of undefined type `class CCLWin'
CCLWin.h:4: error: forward declaration of `class CCLWin'
CCLWin.cpp: In member function `int CCLWin::getSelectedClient()':
CCLWin.cpp:346: error: base operand of `->' is not a pointer
CCLWin.cpp:351: error: base operand of `->' is not a pointer
CCLWin.cpp:356: error: invalid use of undefined type `class CCLWin'
CCLWin.h:4: error: forward declaration of `class CCLWin'
CCLWin.cpp: In member function `void CCLWin::showCashing()':
CCLWin.cpp:357: error: base operand of `->' is not a pointer
CCLWin.cpp:362: error: invalid use of undefined type `class CCLWin'
CCLWin.h:4: error: forward declaration of `class CCLWin'
CCLWin.cpp: In member function `void CCLWin::showProducts()':
CCLWin.cpp:363: error: base operand of `->' is not a pointer
CCLWin.cpp:367: error: syntax error before `::' token
CCLWin.cpp:370: confused by earlier errors, bailing out
make[1]: *** [CCLWin.o] Error 1
make[1]: Leaving directory
`/home/pc011/Documents/software/cafe/ccl/cclfox-0.7.0/src'
make: *** [all-recursive] Error 1
Official Web Site : http://www.awari.or.id
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/asosiasi-warnet/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/