Cafe Con Leche – Ubuntu How To

Cafe Con Leche actually is a library project that intends to make the development of internet cafe programs easier, it consists of two library : libccls is used to make the server part, and libcclc is used to make the client. But The developers also made a GPL version Billing based on these library called CCLFox.

CCL is very popular here in Indonesia where Internet Cafes are starting to turn to Free Open Source Operating System since Microsoft and the Police starts sweeping internet cafes for illegal use of Microsoft Windows. But nonetheless it’s hard to find a How to on installing and using libCCL and CCLfox, especially on Ubuntu, I’ve done some googling last night and didn’t find anything satisfying. I’ve found some very good reference tough, like the one one linux.or.id and at Mr.Handri’s Blog.This How To is actually based on Linux Mint 3.0 but i think it’ll work just fine on Fiesty and you can download CCL here.

==Common Installation==

Both side of the application (client & server) has to meet their depdencies, since this is not a debian package, we have to install the dependencies manually. CCL depdencies are

  • sqlite3
  • glib2.0
  • libfox1.4
  • openssl

so on both computer (clien & server) run these command :

$ sudo apt-get install sqlite3 libsqlite3-dev

$ sudo apt-get install libfox1.4 libfox1.4-dev

$ sudo apt-get install libglib2.0-dev

$ sudo apt-get install libssl-dev

Don’t forget the build essentials for compiling from source :

$sudo apt-get install build-essential

Then edit your /etc/ld.so.conf file with :

$gksudo gedit /etc/ld.so.conf

and add these lines :

/usr/lib
/usr/local/lib

Then execute this :

$sudo ldconfig

== Billing Server ==

for the server side you’ll need these to files :

cclfox-0.7.0.tar.bz2
libccls-0.7.0.tar.bz2

Put these files on your home folder an do these steps :

$tar -xjvf libccls-0.7.0.tar.bz2
$cd libccls-0.7.0
$./configure
$make
$sudo make install
$cd ..
$tar -xjvf cclfox-0.7.0.tar.bz2
$cd cclfox-0.7.0
$./configure
$make
$sudo make install

Then create a launcher on your desktop and add :

cclfox -nossl

on the “command” text box

== Billing Client ==

for the server side you’ll need these to files :

cclcfox-0.7.0.tar.bz2
libcclc-0.7.0.tar.bz2

Put these files on your home folder an do these steps :

$tar -xjvf libcclc-0.7.0.tar.bz2
$cd libcclc-0.7.0
$./configure
$make
$sudo make install
$cd ..
$tar -xjvf cclcfox-0.7.0.tar.bz2
$cd cclcfox-0.7.0
$./configure
$make
$sudo make install

Then create a launcher on your desktop and add :

cclcfox -host <server’s ip> -name <client name> -nossl

on the “command” text box

That’s about it! Now my internet cafe is 100% sugar *M$* free!

Trouble Shooting :

this errors bellow usually happens because we have installed the depdencies but we didn’t installed the dev of the library that is used for compiling the CCL from source :

  1. configure: error: please install openssl
    cure : $sudo apt-get install libssl-dev
  2. configure: error: please install sqlite3
    cure : $sudo apt-get install libsqlite3-dev
  3. configure: error: please install glib
    cure : $sudo apt-get install libglib2.0-dev
  4. configure: error: please install fox
    cure : $sudo apt-get install libfox1.4-dev
  5. configure: error: installation or configuration problem: C++ compiler cannot create executables.
    cure :$sudo apt-get install build-essential

If you find any error please let me know, and forgive my english, it’s getting rusty :p

Freedom!

71 responses to “Cafe Con Leche – Ubuntu How To

    • comp07@comp07-desktop:~$ sudo apt-get install sqlite3 libsqlite3-dev
      [sudo] password for comp07:
      Reading package lists… Done
      Building dependency tree
      Reading state information… Done
      sqlite3 is already the newest version.
      libsqlite3-dev is already the newest version.
      You might want to run `apt-get -f install’ to correct these:
      The following packages have unmet dependencies:
      libc-bin: Breaks: libc6 (< 2.10) but 2.9-4ubuntu6 is to be installed
      E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
      comp07@comp07-desktop:~$

  1. Good Article.
    I’m trying to install in an AMD64 running KUBUNTU.
    The ccl libs are in /usr/local/lib. I’ve checked.

    The .conf refers to everything in conf.d/
    And there is only one file there called x86_64-linux-gnu.
    with 2 lines :
    /lib/x86_64-linux-gnu
    /usr/lib/x86_64-linux-gnu

    I don’t know if adding another file (“ccllibs”, for example), with the ccl paths in it, would work. Or would it cause confusion, havoc, and widespread meltdown ?

    Thanks to you, I now know why I was getting a “cannot open shared libcclc.so.0” message.

    Thanks!

  2. I have installed the CCLFOX timer but i noticed a problem but Im not sure if its my configuration or what. How does one end the session and will still start the time.
    Then secondly If you end the session withought exiting the programs that I was using the timer doesnt exit the running programs for me. How can I go about this?

  3. numpang baca2 ..
    lumayan walo blum sempat install billing nya …
    gw belum punya warnet siii nii ..tp udah menggebu2 gitu mo buka warnet ..:D:D:D
    peace ..:)

  4. Hi

    I am testing CCL on my computer i have installed both the server and client on one machine. My question is can it work on one machine.
    Note everything installed perfectly i created the launchers on my desktop

    The launchers are not working what is the problem. The error message when i run the command on the terminal is (libcclc.so.0: cannot open shared object file)

    How do i solve this

  5. i have jst tried to follow your procedure on how to install ccl but i got lost on edit…… excute….. and add these lines……….. pliz im not good with ubuntu can i pliz get a detailed guidelined but thanx very much for this

  6. I have managed to install the server.

    – The client is not installing on the client computer. It gets stuck at the point when I am to put
    $sudo apt-get install build-essential.
    It then tells me to put Ubuntu CD 7.1, and press enter like it did on the server. But even if I put the CD and press enter it keeps on giving the same message and nothing is happening . please help.

  7. Hi, am so happy now that am on the right track on installing the Cafe Con Leche. The only problem is that when i create the laucher for the client it doesnt respond at all. I have tried to put in the command text box for the laucher :cclcfox -host -name -nossl but i seem to be getting nowhere. Please do help me and if possible give me an example. My server part of CCL is working Okay with the launger.

    Thanks
    you get 5 cups of ubuntu from kenya.

  8. i was stuck to the adding of launcher and the error says:

    There was an error launching the application…
    details: failed to execute child process
    “cclfox”(no such file or directory)..pls help i need this program badly and thanks for the reply….best regards

  9. hey jp do you have i dea on what happened to my server side launcher? i did what the instructions above and am stuck to the server side launcher…can i have some help?

  10. hey guys, i managed to install the billing server without any problems but i cant get my launcher to work. Am running on Kubuntu 7.10. Help will be much appreciated.

  11. my question is simple the GUI for ccl server and client is not appearing further more the launcher icon appearing on my desktop

  12. Hi guys,

    Finally got the CCL working…..however got (read download) some deb packages which only work in Ubuntu 7.10. Does anyone have the 6.06 LTS ones? Can’t seem to compile successfully………Also the GUI is in Indonesian….any way i could change that to english?

    Thanx alot!

  13. Thanks alot man! am about to revolutionise how guys access internet cafe’ in my country, Am a novice in the Linux world but I have come to love Ubuntu, pliz let me know of the new staff or of the staff you got in your closet.

  14. hey guys, im having the same problem where i managed to install the billing server without any problems but i cant get my launcher to work. Coul someone please help me with that?

  15. cclcfox -host -name -nossl
    how it works on DHCP networks like speedy?
    or should we change the ip adress to static mode?
    Please help me…

  16. If i have these depedencies on cd what command do i use to install them.
    * sqlite3
    * glib2.0
    * libfox1.4
    * openssl

  17. hi guys pls in want to known the starting point on who to intall both client and server which file to start with and which to end with when iam intalling both client and serve. pls help me good teachers iam from nairobi kenya

  18. well.ive installed cafe con leche on ubuntu 7.01 successfully but seems it doesnt work on ubuntu 8.04.anyone with the knowhow would be of much assistance.Am even thinking of uninstalling ubuntu 8.04,its got issues with”unable to resolve host”managed to remove the error but eventually its back again.HELP PLEASE

  19. I have managed to install cclfox server but now how to create the launcher on desktop.

    please do assist.

  20. Thanks alot man, have always wondered of where to find these kind of ideas. Please send me your personal email address to mine which is jknkings@yahoo.co.uk because i will need much of your help.

  21. Hi guys, anyone know how to solve this error?
    “zygo@zygo-1:~$ cclcfox -host 192.168.0.251 -name Imanu -nossl
    cclcfox: error while loading shared libraries: libcclc.so.0: cannot open shared object file: No such file or directory”

  22. hello guys gud day..
    I’m novice with this linux. i’m trying to install the ccl.. as it was directed i just follow the intruction given on this site..
    i download already all the ccl depdencies… i’m stacked now on how to edit “/etc/ld/so.conf file with: …. and so.. i dont know where to edit…

    pls help.. thanks..

  23. Hi, I saw this installed in one of the Cybers in Europe and decided to try it back home. Am implementing this in Ubuntu Hardy Heron. But unfortunately when i run ./configure i get this error:

    checking for g_malloc0 in -lglib-2.0… no
    configure: error: please install glib

    I tried running the cure:
    sudo apt-get install libglib2.0-dev
    I get:
    E: Couldn’t find package libglib2.0-dev

    In any case Glib is already installed when i check from Synaptic package manager. I also try to download manually the .deb package but i get ”A later version is already installed”

    How can i sort out this problem?
    Am looking forward to having this working in my country. Thank you.

  24. Hi Good People,

    Kindly help sort out
    1. Generation of Reoprts
    2. Creation of a debian Package to automate installation – though not necessary to those who can manage installation

    CCL – works well on Ubuntu 8.04

  25. Hi,

    Ubuntu 8.04

    Everything went well with the install of the server side of CCL.

    But on the client side it is much different.

    I am typing in the following line in a terminal window:
    cclcfox -host 192.168.2.40 -name pc45 -nossl

    I then sit back and wait. It repeatedly tries to find the server.

    Maybe somebody can clarify the syntax of this command. Especially the IP address and the name.

    Do I need to set the ipaddress of the server (and if so, how?).
    Do I have to give the name of the server or client? (I assume that this name should be the one shown in a terminal window?)

    I’m sure that I am missing the obvious, but I just can’t get it to work!

    Any help would be much appreciated.

  26. Hello All

    I am experimenting with ZenCafe right now, will try Ubuntu later.

    Does anyone have any instructions for the end-user to operate CCL?

    Any one willing to co-operate in making some?

    Thank you

    • I’ve been working on mkahawa (mkahawa.sourceforge.net) – a fork of CCL. I need help with porting to zencafe and indonesian. I’ll work on a user manual if you are still interested in it

  27. Thanks i have managed to install ccl server and workstation the price configaration is a bit of a problem please advice

  28. ave goT A PROBLEM WITH cafe con leche its not detailing the amount used when serving the clients and its marking the clients with x

  29. How does one setup minimum amount in ccl. I want to setup minimum to say 10. My browsing time is .50 per minute. Thanks.

  30. i have this problem in my installation, i have ubuntu 9.04

    rwyz@rwyz-laptop:~/cclfox-0.7.0$ make

    CCLWin.cpp:853: error: la conversión de ‘void*’ a ‘int’ pierde precisión
    CCLWin.cpp:858: error: la conversión de ‘void*’ a ‘int’ pierde precisión
    make[1]: *** [CCLWin.o] Error 1
    make[1]: se sale del directorio `/home/rwyz/cclfox-0.7.0/src’
    make: *** [install-recursive] Error 1

  31. Hi yogharp, I had been trying to install and test the ccl in my company’s cybercafe following your steps, but the thing is after installation both server n client doesn’t recognise each other….

    interface on server program doesn’t appear any clients….

    looking forward for your reply asap, thank you!

  32. please help me i try install but that happen

    creating po/POTFILES
    creating po/Makefile
    creating po/POTFILES
    setting ALL_LINGUAS in configure.in is obsolete
    creating po/Makefile

  33. aku coba install cclfox di puppy linux (turunan versi 4.12)
    yang aku install:

    devx_412………………untuk kompilernya
    fox-1.6.35-1686
    fox-1.6.25-libs
    fox_dev-1.6.33
    sqlite-3.6.19-prescott-p4
    sqlite-DEV-3.6.19-prescott-p4
    openssl-0.9.8j-Dev
    openssl-0.9.8j
    libglib terinstal versi 2.0 (kurang tahu tentang versi dev-nya, bisa tolong beri info list filenya setelah diinstall atau cara mengeceknya?)

    saat “make”, pada baris terakhir muncul:
    make: *** [all-recursive] Error 1

    Apa penyebabnya y Mas, dan bagaimana solusinya?
    Maaf saya masih newbie ni…
    Thanks before,
    (0_0)d

  34. I’ve been working on mkahawa (mkahawa.sourceforge.net) as a successor to ccl. features such as employee logins, printout counting etc have been added. Please look at it and give me feedback. I will also appreciate help with porting to indonesian

  35. i have this issue with ccl,when you stop the client and switch of the server the records for that client are not reflected on the server timer when rebooted and one may loose a lot as attendant may hold all clients and reboot the server, eventually someone pockets the cash.
    has somebody experienced this and how can it be solved?

    • Can you post this bug in mkahawa support. I’m actively developing mkahawa as an extension of CCL and would like to discuss this to resolve it.

  36. i have jst tried to follow your procedure on how to install ccl but i got lost on edit…… excute….. and add these lines……….. pliz im not good with ubuntu can i pliz get a detailed guidelined but thanx very much for this

  37. i want to install cclfox on ubuntu 7.10 but the four dependencies keep asking for other dependencies.is there a package i can install with all dependencies?
    thanks

    • I updated mkahawa. You can download the new binaries (mkahawa-0.0.3 and libcclx-0.8.x) and try them out. You will also find the recent tarballs, but they are not yet tested with ubuntu 7.10. cheers!

  38. my server ccl control icon om my server aint on the desktop anymore…l cant trace it @ searching files too.w@ just happened?lam stuck…help

  39. Pingback: Kaki Komplen Malaya·

  40. Por favor, ya instale el servidor y lo tengo listo, pero quiero que el Cliente sea Guindows XP, (por los Usuarios), no se como hacerlo…
    me dice el tutorial q baje;

    Para instalar el cliente windows debemos instalar OpenSSL para windows, las librerías gettex y libicov para windows, todo esto se consigue en internet y se descomprime o instala en el direcotorio del cliente. También son necesarios los cetificados en el directorio donde se instalará el cliente.

    Teniendo todo esto en orden procederemos a crear un acceso directo con los parámetros del servidor y la terminal, esto es algo así en la ruta del acceso directo C:cclfoxcclfox -host servidor -name terminal1, si nuestra ruta es con espacios debemos encerrarla entre comillas, ejemplo “C:Archivos de Programacclfox”.

    Explíqueme…Por favor…

  41. after upgrading to ubuntu 10.04 the ccls server is not working help

    ProductsFrame.h:15: error: expected ‘)’ before ‘*’ token
    ProductsFrame.h:24: error: ‘FXObject’ has not been declared
    ProductsFrame.h:24: error: ‘FXSelector’ has not been declared
    ProductsFrame.h:25: error: ‘FXObject’ has not been declared
    ProductsFrame.h:25: error: ‘FXSelector’ has not been declared
    ProductsFrame.h:26: error: ‘FXObject’ has not been declared
    ProductsFrame.h:26: error: ‘FXSelector’ has not been declared
    ProductsFrame.h:27: error: ‘FXObject’ has not been declared
    ProductsFrame.h:27: error: ‘FXSelector’ has not been declared
    ProductsFrame.h:28: error: ‘FXObject’ has not been declared
    ProductsFrame.h:28: error: ‘FXSelector’ has not been declared
    ProductsFrame.h:29: error: ‘FXObject’ has not been declared
    ProductsFrame.h:29: error: ‘FXSelector’ has not been declared
    ProductsFrame.h:30: error: ‘FXObject’ has not been declared
    ProductsFrame.h:30: error: ‘FXSelector’ has not been declared
    ProductsFrame.h:33: error: ‘FXVerticalFrame’ has not been declared
    In file included from CCLWin.cpp:8:
    CashingFrame.h:5: error: expected class-name before ‘{’ token
    CashingFrame.h:6: error: ISO C++ forbids declaration of ‘FXDECLARE’ with no type
    CashingFrame.h:7: error: expected ‘;’ before ‘protected’
    CashingFrame.h:9: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    CashingFrame.h:9: error: expected ‘;’ before ‘*’ token
    CashingFrame.h:10: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    CashingFrame.h:10: error: expected ‘;’ before ‘*’ token
    CashingFrame.h:11: error: ISO C++ forbids declaration of ‘FX7Segment’ with no type
    CashingFrame.h:11: error: expected ‘;’ before ‘*’ token
    CashingFrame.h:12: error: ISO C++ forbids declaration of ‘FXLabel’ with no type
    CashingFrame.h:12: error: expected ‘;’ before ‘*’ token
    CashingFrame.h:13: error: ISO C++ forbids declaration of ‘FXLabel’ with no type
    CashingFrame.h:13: error: expected ‘;’ before ‘*’ token
    CashingFrame.h:14: error: ISO C++ forbids declaration of ‘FXFoldingList’ with no type
    CashingFrame.h:14: error: expected ‘;’ before ‘*’ token
    CashingFrame.h:15: error: ISO C++ forbids declaration of ‘FXFoldingList’ with no type
    CashingFrame.h:15: error: expected ‘;’ before ‘*’ token
    CashingFrame.h:16: error: ISO C++ forbids declaration of ‘FX7Segment’ with no type
    CashingFrame.h:16: error: expected ‘;’ before ‘*’ token
    CashingFrame.h:17: error: ISO C++ forbids declaration of ‘FX7Segment’ with no type
    CashingFrame.h:17: error: expected ‘;’ before ‘*’ token
    CashingFrame.h:18: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    CashingFrame.h:18: error: expected ‘;’ before ‘*’ token
    CashingFrame.h:19: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    CashingFrame.h:19: error: expected ‘;’ before ‘*’ token
    CashingFrame.h:24: error: ‘FXuint’ does not name a type
    CashingFrame.h:25: error: ‘FXuint’ does not name a type
    CashingFrame.h:29: error: expected ‘)’ before ‘*’ token
    CashingFrame.h:34: error: ‘FXbool’ has not been declared
    CashingFrame.h:37: error: ‘FXObject’ has not been declared
    CashingFrame.h:37: error: ‘FXSelector’ has not been declared
    CashingFrame.h:38: error: ‘FXObject’ has not been declared
    CashingFrame.h:38: error: ‘FXSelector’ has not been declared
    CashingFrame.h:39: error: ‘FXObject’ has not been declared
    CashingFrame.h:39: error: ‘FXSelector’ has not been declared
    CashingFrame.h:40: error: ‘FXObject’ has not been declared
    CashingFrame.h:40: error: ‘FXSelector’ has not been declared
    CashingFrame.h:43: error: ‘FXVerticalFrame’ has not been declared
    CashingFrame.h:34: error: ‘TRUE’ was not declared in this scope
    In file included from CCLWin.cpp:9:
    TarifFrame.h:5: error: expected class-name before ‘{’ token
    TarifFrame.h:6: error: ISO C++ forbids declaration of ‘FXDECLARE’ with no type
    TarifFrame.h:7: error: expected ‘;’ before ‘protected’
    TarifFrame.h:9: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    TarifFrame.h:9: error: expected ‘;’ before ‘*’ token
    TarifFrame.h:10: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    TarifFrame.h:10: error: expected ‘;’ before ‘*’ token
    TarifFrame.h:11: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    TarifFrame.h:11: error: expected ‘;’ before ‘*’ token
    TarifFrame.h:12: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    TarifFrame.h:12: error: expected ‘;’ before ‘*’ token
    TarifFrame.h:13: error: ISO C++ forbids declaration of ‘FXFoldingList’ with no type
    TarifFrame.h:13: error: expected ‘;’ before ‘*’ token
    TarifFrame.h:14: error: ISO C++ forbids declaration of ‘FXTextField’ with no type
    TarifFrame.h:14: error: expected ‘;’ before ‘*’ token
    TarifFrame.h:15: error: ISO C++ forbids declaration of ‘FXTextField’ with no type
    TarifFrame.h:15: error: expected ‘;’ before ‘*’ token
    TarifFrame.h:16: error: ISO C++ forbids declaration of ‘FXToggleButton’ with no type
    TarifFrame.h:16: error: expected ‘;’ before ‘*’ token
    TarifFrame.h:17: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    TarifFrame.h:17: error: expected ‘;’ before ‘*’ token
    TarifFrame.h:18: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    TarifFrame.h:18: error: expected ‘;’ before ‘*’ token
    TarifFrame.h:19: error: ISO C++ forbids declaration of ‘FXFoldingList’ with no type
    TarifFrame.h:19: error: expected ‘;’ before ‘*’ token
    TarifFrame.h:20: error: ISO C++ forbids declaration of ‘FXSpinner’ with no type
    TarifFrame.h:20: error: expected ‘;’ before ‘*’ token
    TarifFrame.h:26: error: expected ‘)’ before ‘*’ token
    TarifFrame.h:34: error: ‘FXObject’ has not been declared
    TarifFrame.h:34: error: ‘FXSelector’ has not been declared
    TarifFrame.h:35: error: ‘FXObject’ has not been declared
    TarifFrame.h:35: error: ‘FXSelector’ has not been declared
    TarifFrame.h:36: error: ‘FXObject’ has not been declared
    TarifFrame.h:36: error: ‘FXSelector’ has not been declared
    TarifFrame.h:37: error: ‘FXObject’ has not been declared
    TarifFrame.h:37: error: ‘FXSelector’ has not been declared
    TarifFrame.h:38: error: ‘FXObject’ has not been declared
    TarifFrame.h:38: error: ‘FXSelector’ has not been declared
    TarifFrame.h:39: error: ‘FXObject’ has not been declared
    TarifFrame.h:39: error: ‘FXSelector’ has not been declared
    TarifFrame.h:40: error: ‘FXObject’ has not been declared
    TarifFrame.h:40: error: ‘FXSelector’ has not been declared
    TarifFrame.h:41: error: ‘FXObject’ has not been declared
    TarifFrame.h:41: error: ‘FXSelector’ has not been declared
    TarifFrame.h:42: error: ‘FXObject’ has not been declared
    TarifFrame.h:42: error: ‘FXSelector’ has not been declared
    TarifFrame.h:43: error: ‘FXObject’ has not been declared
    TarifFrame.h:43: error: ‘FXSelector’ has not been declared
    TarifFrame.h:44: error: ‘FXObject’ has not been declared
    TarifFrame.h:44: error: ‘FXSelector’ has not been declared
    TarifFrame.h:47: error: ‘FXVerticalFrame’ has not been declared
    In file included from CCLWin.cpp:10:
    MembersFrame.h:5: error: expected class-name before ‘{’ token
    MembersFrame.h:6: error: ISO C++ forbids declaration of ‘FXDECLARE’ with no type
    MembersFrame.h:7: error: expected ‘;’ before ‘protected’
    MembersFrame.h:9: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    MembersFrame.h:9: error: expected ‘;’ before ‘*’ token
    MembersFrame.h:10: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    MembersFrame.h:10: error: expected ‘;’ before ‘*’ token
    MembersFrame.h:11: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    MembersFrame.h:11: error: expected ‘;’ before ‘*’ token
    MembersFrame.h:12: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    MembersFrame.h:12: error: expected ‘;’ before ‘*’ token
    MembersFrame.h:13: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    MembersFrame.h:13: error: expected ‘;’ before ‘*’ token
    MembersFrame.h:14: error: ISO C++ forbids declaration of ‘FXFoldingList’ with no type
    MembersFrame.h:14: error: expected ‘;’ before ‘*’ token
    MembersFrame.h:15: error: ISO C++ forbids declaration of ‘FXTextField’ with no type
    MembersFrame.h:15: error: expected ‘;’ before ‘*’ token
    MembersFrame.h:16: error: ISO C++ forbids declaration of ‘FXTextField’ with no type
    MembersFrame.h:16: error: expected ‘;’ before ‘*’ token
    MembersFrame.h:17: error: ISO C++ forbids declaration of ‘FXTextField’ with no type
    MembersFrame.h:17: error: expected ‘;’ before ‘*’ token
    MembersFrame.h:24: error: expected ‘)’ before ‘*’ token
    MembersFrame.h:32: error: ‘FXObject’ has not been declared
    MembersFrame.h:32: error: ‘FXSelector’ has not been declared
    MembersFrame.h:33: error: ‘FXObject’ has not been declared
    MembersFrame.h:33: error: ‘FXSelector’ has not been declared
    MembersFrame.h:34: error: ‘FXObject’ has not been declared
    MembersFrame.h:34: error: ‘FXSelector’ has not been declared
    MembersFrame.h:35: error: ‘FXObject’ has not been declared
    MembersFrame.h:35: error: ‘FXSelector’ has not been declared
    MembersFrame.h:36: error: ‘FXObject’ has not been declared
    MembersFrame.h:36: error: ‘FXSelector’ has not been declared
    MembersFrame.h:37: error: ‘FXObject’ has not been declared
    MembersFrame.h:37: error: ‘FXSelector’ has not been declared
    MembersFrame.h:38: error: ‘FXObject’ has not been declared
    MembersFrame.h:38: error: ‘FXSelector’ has not been declared
    MembersFrame.h:41: error: ‘FXVerticalFrame’ has not been declared
    In file included from CCLWin.cpp:11:
    NotpaidFrame.h:5: error: expected class-name before ‘{’ token
    NotpaidFrame.h:6: error: ISO C++ forbids declaration of ‘FXDECLARE’ with no type
    NotpaidFrame.h:7: error: expected ‘;’ before ‘protected’
    NotpaidFrame.h:12: error: expected ‘)’ before ‘*’ token
    NotpaidFrame.h:18: error: ‘FXObject’ has not been declared
    NotpaidFrame.h:18: error: ‘FXSelector’ has not been declared
    NotpaidFrame.h:21: error: ‘FXVerticalFrame’ has not been declared
    In file included from CCLWin.cpp:12:
    LogFrame.h:5: error: expected class-name before ‘{’ token
    LogFrame.h:6: error: ISO C++ forbids declaration of ‘FXDECLARE’ with no type
    LogFrame.h:7: error: expected ‘;’ before ‘protected’
    LogFrame.h:9: error: ISO C++ forbids declaration of ‘FXFoldingList’ with no type
    LogFrame.h:9: error: expected ‘;’ before ‘*’ token
    LogFrame.h:10: error: ISO C++ forbids declaration of ‘FXFoldingList’ with no type
    LogFrame.h:10: error: expected ‘;’ before ‘*’ token
    LogFrame.h:11: error: ISO C++ forbids declaration of ‘FXFoldingList’ with no type
    LogFrame.h:11: error: expected ‘;’ before ‘*’ token
    LogFrame.h:12: error: ISO C++ forbids declaration of ‘FXTextField’ with no type
    LogFrame.h:12: error: expected ‘;’ before ‘*’ token
    LogFrame.h:13: error: ISO C++ forbids declaration of ‘FXTextField’ with no type
    LogFrame.h:13: error: expected ‘;’ before ‘*’ token
    LogFrame.h:14: error: ISO C++ forbids declaration of ‘FXTextField’ with no type
    LogFrame.h:14: error: expected ‘;’ before ‘*’ token
    LogFrame.h:15: error: ISO C++ forbids declaration of ‘FXTextField’ with no type
    LogFrame.h:15: error: expected ‘;’ before ‘*’ token
    LogFrame.h:16: error: ISO C++ forbids declaration of ‘FXTextField’ with no type
    LogFrame.h:16: error: expected ‘;’ before ‘*’ token
    LogFrame.h:17: error: ISO C++ forbids declaration of ‘FXToggleButton’ with no type
    LogFrame.h:17: error: expected ‘;’ before ‘*’ token
    LogFrame.h:18: error: ISO C++ forbids declaration of ‘FXTextField’ with no type
    LogFrame.h:18: error: expected ‘;’ before ‘*’ token
    LogFrame.h:19: error: ISO C++ forbids declaration of ‘FXTextField’ with no type
    LogFrame.h:19: error: expected ‘;’ before ‘*’ token
    LogFrame.h:20: error: ISO C++ forbids declaration of ‘FXCheckButton’ with no type
    LogFrame.h:20: error: expected ‘;’ before ‘*’ token
    LogFrame.h:21: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    LogFrame.h:21: error: expected ‘;’ before ‘*’ token
    LogFrame.h:22: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    LogFrame.h:22: error: expected ‘;’ before ‘*’ token
    LogFrame.h:23: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    LogFrame.h:23: error: expected ‘;’ before ‘*’ token
    LogFrame.h:24: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    LogFrame.h:24: error: expected ‘;’ before ‘*’ token
    LogFrame.h:25: error: ISO C++ forbids declaration of ‘FXLabel’ with no type
    LogFrame.h:25: error: expected ‘;’ before ‘*’ token
    LogFrame.h:26: error: ISO C++ forbids declaration of ‘FXLabel’ with no type
    LogFrame.h:26: error: expected ‘;’ before ‘*’ token
    LogFrame.h:27: error: ISO C++ forbids declaration of ‘FXLabel’ with no type
    LogFrame.h:27: error: expected ‘;’ before ‘*’ token
    LogFrame.h:28: error: ISO C++ forbids declaration of ‘FXLabel’ with no type
    LogFrame.h:28: error: expected ‘;’ before ‘*’ token
    LogFrame.h:29: error: ISO C++ forbids declaration of ‘FXLabel’ with no type
    LogFrame.h:29: error: expected ‘;’ before ‘*’ token
    LogFrame.h:33: error: expected ‘)’ before ‘*’ token
    LogFrame.h:41: error: ‘FXObject’ has not been declared
    LogFrame.h:41: error: ‘FXSelector’ has not been declared
    LogFrame.h:42: error: ‘FXObject’ has not been declared
    LogFrame.h:42: error: ‘FXSelector’ has not been declared
    LogFrame.h:43: error: ‘FXObject’ has not been declared
    LogFrame.h:43: error: ‘FXSelector’ has not been declared
    LogFrame.h:44: error: ‘FXObject’ has not been declared
    LogFrame.h:44: error: ‘FXSelector’ has not been declared
    LogFrame.h:45: error: ‘FXObject’ has not been declared
    LogFrame.h:45: error: ‘FXSelector’ has not been declared
    LogFrame.h:46: error: ‘FXObject’ has not been declared
    LogFrame.h:46: error: ‘FXSelector’ has not been declared
    LogFrame.h:47: error: ‘FXObject’ has not been declared
    LogFrame.h:47: error: ‘FXSelector’ has not been declared
    LogFrame.h:48: error: ‘FXObject’ has not been declared
    LogFrame.h:48: error: ‘FXSelector’ has not been declared
    LogFrame.h:49: error: ‘FXObject’ has not been declared
    LogFrame.h:49: error: ‘FXSelector’ has not been declared
    LogFrame.h:50: error: ‘FXObject’ has not been declared
    LogFrame.h:50: error: ‘FXSelector’ has not been declared
    LogFrame.h:53: error: ‘FXVerticalFrame’ has not been declared
    In file included from CCLWin.cpp:13:
    CCLIconItem.h:6: error: ‘FX’ is not a namespace-name
    CCLIconItem.h:6: error: expected namespace-name before ‘;’ token
    CCLIconItem.h:9: error: expected class-name before ‘{’ token
    CCLIconItem.h:10: error: ISO C++ forbids declaration of ‘FXDECLARE’ with no type
    CCLIconItem.h:11: error: expected ‘;’ before ‘friend’
    CCLIconItem.h:13: error: ISO C++ forbids declaration of ‘FXIcon’ with no type
    CCLIconItem.h:13: error: expected ‘;’ before ‘*’ token
    CCLIconItem.h:14: error: ‘FXbool’ does not name a type
    CCLIconItem.h:17: error: ISO C++ forbids declaration of ‘FXIconList’ with no type
    CCLIconItem.h:17: error: expected ‘,’ or ‘…’ before ‘*’ token
    CCLIconItem.h:19: error: ISO C++ forbids declaration of ‘FXIconList’ with no type
    CCLIconItem.h:19: error: expected ‘,’ or ‘…’ before ‘*’ token
    CCLIconItem.h:26: error: ISO C++ forbids declaration of ‘FXString’ with no type
    CCLIconItem.h:26: error: expected ‘,’ or ‘…’ before ‘&’ token
    CCLIconItem.h:30: error: ‘FXIcon’ has not been declared
    CCLIconItem.h:31: error: ISO C++ forbids declaration of ‘FXIcon’ with no type
    CCLIconItem.h:31: error: expected ‘;’ before ‘*’ token
    CCLIconItem.h:32: error: expected ‘;’ before ‘void’
    CCLIconItem.h:32: error: ‘FXbool’ has not been declared
    CCLIconItem.h:33: error: ‘FXbool’ does not name a type
    CCLIconItem.h:32: error: ‘TRUE’ was not declared in this scope
    CCLIconItem.h: In member function ‘void CCLIconItem::setDisconIcon(int*)’:
    CCLIconItem.h:30: error: ‘disconIcon’ was not declared in this scope
    In file included from CCLWin.cpp:14:
    CCLWin.h: At global scope:
    CCLWin.h:5: error: expected class-name before ‘{’ token
    CCLWin.h:6: error: ISO C++ forbids declaration of ‘FXDECLARE’ with no type
    CCLWin.h:7: error: expected ‘;’ before ‘friend’
    CCLWin.h:10: error: ISO C++ forbids declaration of ‘FXIcon’ with no type
    CCLWin.h:10: error: expected ‘;’ before ‘*’ token
    CCLWin.h:11: error: ISO C++ forbids declaration of ‘FXIcon’ with no type
    CCLWin.h:11: error: expected ‘;’ before ‘*’ token
    CCLWin.h:12: error: ISO C++ forbids declaration of ‘FXSplitter’ with no type
    CCLWin.h:12: error: expected ‘;’ before ‘*’ token
    CCLWin.h:13: error: ISO C++ forbids declaration of ‘FXShutter’ with no type
    CCLWin.h:13: error: expected ‘;’ before ‘*’ token
    CCLWin.h:15: error: ISO C++ forbids declaration of ‘FXToolBar’ with no type
    CCLWin.h:15: error: expected ‘;’ before ‘*’ token
    CCLWin.h:16: error: ISO C++ forbids declaration of ‘FXIcon’ with no type
    CCLWin.h:16: error: expected ‘;’ before ‘*’ token
    CCLWin.h:17: error: ISO C++ forbids declaration of ‘FXIcon’ with no type
    CCLWin.h:17: error: expected ‘;’ before ‘*’ token
    CCLWin.h:18: error: ISO C++ forbids declaration of ‘FXIcon’ with no type
    CCLWin.h:18: error: expected ‘;’ before ‘*’ token
    CCLWin.h:19: error: ISO C++ forbids declaration of ‘FXIcon’ with no type
    CCLWin.h:19: error: expected ‘;’ before ‘*’ token
    CCLWin.h:20: error: ISO C++ forbids declaration of ‘FXIcon’ with no type
    CCLWin.h:20: error: expected ‘;’ before ‘*’ token
    CCLWin.h:21: error: ISO C++ forbids declaration of ‘FXIcon’ with no type
    CCLWin.h:21: error: expected ‘;’ before ‘*’ token
    CCLWin.h:22: error: ISO C++ forbids declaration of ‘FXIcon’ with no type
    CCLWin.h:22: error: expected ‘;’ before ‘*’ token
    CCLWin.h:23: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    CCLWin.h:23: error: expected ‘;’ before ‘*’ token
    CCLWin.h:24: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    CCLWin.h:24: error: expected ‘;’ before ‘*’ token
    CCLWin.h:25: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    CCLWin.h:25: error: expected ‘;’ before ‘*’ token
    CCLWin.h:26: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    CCLWin.h:26: error: expected ‘;’ before ‘*’ token
    CCLWin.h:27: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    CCLWin.h:27: error: expected ‘;’ before ‘*’ token
    CCLWin.h:28: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    CCLWin.h:28: error: expected ‘;’ before ‘*’ token
    CCLWin.h:29: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    CCLWin.h:29: error: expected ‘;’ before ‘*’ token
    CCLWin.h:30: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    CCLWin.h:30: error: expected ‘;’ before ‘*’ token
    CCLWin.h:31: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    CCLWin.h:31: error: expected ‘;’ before ‘*’ token
    CCLWin.h:32: error: ISO C++ forbids declaration of ‘FXButton’ with no type
    CCLWin.h:32: error: expected ‘;’ before ‘*’ token
    CCLWin.h:33: error: ISO C++ forbids declaration of ‘FXIconList’ with no type
    CCLWin.h:33: error: expected ‘;’ before ‘*’ token
    CCLWin.h:34: error: ISO C++ forbids declaration of ‘FXGIFIcon’ with no type
    CCLWin.h:34: error: expected ‘;’ before ‘*’ token
    CCLWin.h:35: error: ISO C++ forbids declaration of ‘FXGIFIcon’ with no type
    CCLWin.h:35: error: expected ‘;’ before ‘*’ token
    CCLWin.h:37: error: ISO C++ forbids declaration of ‘FXFont’ with no type
    CCLWin.h:37: error: expected ‘;’ before ‘*’ token
    CCLWin.h:38: error: ISO C++ forbids declaration of ‘FX7Segment’ with no type
    CCLWin.h:38: error: expected ‘;’ before ‘*’ token
    CCLWin.h:39: error: ISO C++ forbids declaration of ‘FX7Segment’ with no type
    CCLWin.h:39: error: expected ‘;’ before ‘*’ token
    CCLWin.h:40: error: ISO C++ forbids declaration of ‘FX7Segment’ with no type
    CCLWin.h:40: error: expected ‘;’ before ‘*’ token
    CCLWin.h:41: error: ISO C++ forbids declaration of ‘FX7Segment’ with no type
    CCLWin.h:41: error: expected ‘;’ before ‘*’ token
    CCLWin.h:43: error: ISO C++ forbids declaration of ‘FXMenuPane’ with no type
    CCLWin.h:43: error: expected ‘;’ before ‘*’ token
    CCLWin.h:44: error: ISO C++ forbids declaration of ‘FXMenuCaption’ with no type
    CCLWin.h:44: error: expected ‘;’ before ‘*’ token
    CCLWin.h:45: error: ISO C++ forbids declaration of ‘FXMenuCheck’ with no type
    CCLWin.h:45: error: expected ‘;’ before ‘*’ token
    CCLWin.h:48: error: ISO C++ forbids declaration of ‘FXSettings’ with no type
    CCLWin.h:48: error: expected ‘;’ before ‘*’ token
    CCLWin.h:52: error: expected ‘)’ before ‘*’ token
    CCLWin.h:59: error: ‘FXbool’ has not been declared
    CCLWin.h:61: error: ‘FXbool’ does not name a type
    CCLWin.h:68: error: ‘FXObject’ has not been declared
    CCLWin.h:68: error: ‘FXSelector’ has not been declared
    CCLWin.h:69: error: ‘FXObject’ has not been declared
    CCLWin.h:69: error: ‘FXSelector’ has not been declared
    CCLWin.h:70: error: ‘FXObject’ has not been declared
    CCLWin.h:70: error: ‘FXSelector’ has not been declared
    CCLWin.h:71: error: ‘FXObject’ has not been declared
    CCLWin.h:71: error: ‘FXSelector’ has not been declared
    CCLWin.h:72: error: ‘FXObject’ has not been declared
    CCLWin.h:72: error: ‘FXSelector’ has not been declared
    CCLWin.h:73: error: ‘FXObject’ has not been declared
    CCLWin.h:73: error: ‘FXSelector’ has not been declared
    CCLWin.h:74: error: ‘FXObject’ has not been declared
    CCLWin.h:74: error: ‘FXSelector’ has not been declared
    CCLWin.h:75: error: ‘FXObject’ has not been declared
    CCLWin.h:75: error: ‘FXSelector’ has not been declared
    CCLWin.h:76: error: ‘FXObject’ has not been declared
    CCLWin.h:76: error: ‘FXSelector’ has not been declared
    CCLWin.h:77: error: ‘FXObject’ has not been declared
    CCLWin.h:77: error: ‘FXSelector’ has not been declared
    CCLWin.h:78: error: ‘FXObject’ has not been declared
    CCLWin.h:78: error: ‘FXSelector’ has not been declared
    CCLWin.h:79: error: ‘FXObject’ has not been declared
    CCLWin.h:79: error: ‘FXSelector’ has not been declared
    CCLWin.h:80: error: ‘FXObject’ has not been declared
    CCLWin.h:80: error: ‘FXSelector’ has not been declared
    CCLWin.h:81: error: ‘FXObject’ has not been declared
    CCLWin.h:81: error: ‘FXSelector’ has not been declared
    CCLWin.h:82: error: ‘FXObject’ has not been declared
    CCLWin.h:82: error: ‘FXSelector’ has not been declared
    CCLWin.h:83: error: ‘FXObject’ has not been declared
    CCLWin.h:83: error: ‘FXSelector’ has not been declared
    CCLWin.h:84: error: ‘FXObject’ has not been declared
    CCLWin.h:84: error: ‘FXSelector’ has not been declared
    CCLWin.h:87: error: ‘FXMainWindow’ has not been declared
    CCLWin.h:59: error: ‘TRUE’ was not declared in this scope
    CCLWin.h:96: error: ‘FXuint’ has not been declared
    CCLWin.h:96: error: ‘FXuint’ has not been declared
    CCLWin.cpp:18: error: expected constructor, destructor, or type conversion before ‘CCLWinMap’
    CCLWin.cpp:42: error: ‘FXMainWindow’ has not been declared
    CCLWin.cpp:42: error: ‘CCLWinMap’ has not been declared
    CCLWin.cpp:42: error: ‘ARRAYNUMBER’ has not been declared
    CCLWin.cpp:44: error: expected constructor, destructor, or type conversion before ‘extern’
    CCLWin.cpp:54: error: ISO C++ forbids declaration of ‘FXIconItem’ with no type
    CCLWin.cpp:54: error: expected ‘,’ or ‘…’ before ‘*’ token
    CCLWin.cpp: In function ‘int citemSortFunc(int)’:
    CCLWin.cpp:56: error: ‘FXString’ does not name a type
    CCLWin.cpp:57: error: ‘FXString’ does not name a type
    CCLWin.cpp:59: error: ‘lname’ was not declared in this scope
    CCLWin.cpp:59: error: ‘rname’ was not declared in this scope
    CCLWin.cpp:59: error: ‘compare’ was not declared in this scope
    CCLWin.cpp: At global scope:
    CCLWin.cpp:63: error: expected ‘)’ before ‘*’ token
    CCLWin.cpp: In destructor ‘virtual CCLWin::~CCLWin()’:
    CCLWin.cpp:234: error: ‘bigicon’ was not declared in this scope
    CCLWin.cpp:235: error: ‘miniicon’ was not declared in this scope
    CCLWin.cpp:237: error: ‘timeicon’ was not declared in this scope
    CCLWin.cpp:238: error: ‘stopicon’ was not declared in this scope
    CCLWin.cpp:239: error: ‘unstopicon’ was not declared in this scope
    CCLWin.cpp:240: error: ‘swapicon’ was not declared in this scope
    CCLWin.cpp:241: error: ‘playicon’ was not declared in this scope
    CCLWin.cpp:242: error: ‘pauseicon’ was not declared in this scope
    CCLWin.cpp:243: error: ‘disconicon’ was not declared in this scope
    CCLWin.cpp:246: error: ‘bpcicons’ was not declared in this scope
    CCLWin.cpp:248: error: ‘i_fonthandle’ was not declared in this scope
    CCLWin.cpp: In member function ‘virtual void CCLWin::create()’:
    CCLWin.cpp:254: error: ‘FXMainWindow’ has not been declared
    CCLWin.cpp:256: error: ‘bpcicons’ was not declared in this scope
    CCLWin.cpp:260: error: ‘disconicon’ was not declared in this scope
    CCLWin.cpp:261: error: ‘clientslist’ was not declared in this scope
    CCLWin.cpp:263: error: ‘show’ was not declared in this scope
    CCLWin.cpp: In member function ‘void CCLWin::loadClients()’:
    CCLWin.cpp:270: error: ‘FXuint’ was not declared in this scope
    CCLWin.cpp:270: error: expected ‘;’ before ‘i’
    CCLWin.cpp:270: error: ‘i’ was not declared in this scope
    CCLWin.cpp: In member function ‘int CCLWin::appendClient(int)’:
    CCLWin.cpp:277: error: ‘FXString’ was not declared in this scope
    CCLWin.cpp:277: error: expected ‘;’ before ‘text’
    CCLWin.cpp:278: error: ‘clientslist’ was not declared in this scope
    CCLWin.cpp:278: error: ‘text’ was not declared in this scope
    CCLWin.cpp:283: error: ‘FALSE’ was not declared in this scope
    CCLWin.cpp:285: error: ‘bpcicons’ was not declared in this scope
    CCLWin.cpp:286: error: ‘disconicon’ was not declared in this scope
    CCLWin.cpp:288: error: ‘TRUE’ was not declared in this scope
    CCLWin.cpp: In member function ‘void CCLWin::deleteClient(int)’:
    CCLWin.cpp:298: error: ‘clientslist’ was not declared in this scope
    CCLWin.cpp: At global scope:
    CCLWin.cpp:305: error: ‘FXbool’ has not been declared
    CCLWin.cpp: In member function ‘void CCLWin::setClientDisconnected(int, int)’:
    CCLWin.cpp:307: error: ‘clientslist’ was not declared in this scope
    CCLWin.cpp: In member function ‘void CCLWin::setClientMember(int)’:
    CCLWin.cpp:320: error: ‘FXInputDialog’ was not declared in this scope
    CCLWin.cpp:320: error: ‘dlg’ was not declared in this scope
    CCLWin.cpp:320: error: expected type-specifier before ‘FXInputDialog’
    CCLWin.cpp:320: error: expected ‘;’ before ‘FXInputDialog’
    CCLWin.cpp:325: error: ‘FXStringVal’ was not declared in this scope
    CCLWin.cpp:327: error: ‘FXIntVal’ was not declared in this scope
    CCLWin.cpp:329: error: ‘FALSE’ was not declared in this scope
    CCLWin.cpp:333: error: ‘TRUE’ was not declared in this scope
    CCLWin.cpp:339: error: ‘FXMessageBox’ has not been declared
    CCLWin.cpp:339: error: ‘MBOX_OK’ was not declared in this scope
    CCLWin.cpp:341: error: type ‘’ argument given to ‘delete’, expected pointer
    CCLWin.cpp: In member function ‘int CCLWin::getSelectedClient()’:
    CCLWin.cpp:346: error: ‘clientslist’ was not declared in this scope
    CCLWin.cpp: In member function ‘void CCLWin::showCashing()’:
    CCLWin.cpp:357: error: ‘rshutter’ was not declared in this scope
    CCLWin.cpp: In member function ‘void CCLWin::showProducts()’:
    CCLWin.cpp:363: error: ‘rshutter’ was not declared in this scope
    CCLWin.cpp: At global scope:
    CCLWin.cpp:366: error: ‘FXbool’ does not name a type
    CCLWin.cpp:385: error: ‘FXuint’ has not been declared
    CCLWin.cpp:385: error: ‘FXuint’ has not been declared
    CCLWin.cpp: In function ‘void onEventCallback(int, int, void*, int, void*)’:
    CCLWin.cpp:388: error: ‘FXuint’ was not declared in this scope
    CCLWin.cpp:388: error: expected ‘;’ before ‘owed’
    CCLWin.cpp:389: error: expected ‘;’ before ‘products’
    CCLWin.cpp:403: error: ‘owed’ was not declared in this scope
    CCLWin.cpp:404: error: ‘products’ was not declared in this scope
    CCLWin.cpp:412: error: ‘TRUE’ was not declared in this scope
    CCLWin.cpp:424: error: ‘FALSE’ was not declared in this scope
    CCLWin.cpp:430: error: ‘class CCLWin’ has no member named ‘auth’
    CCLWin.cpp:430: error: ‘FXuchar’ was not declared in this scope
    CCLWin.cpp:430: error: expected primary-expression before ‘)’ token
    CCLWin.cpp:440: error: ‘FALSE’ was not declared in this scope
    CCLWin.cpp:446: error: ‘class CCLWin’ has no member named ‘auth’
    CCLWin.cpp:446: error: ‘FXuchar’ was not declared in this scope
    CCLWin.cpp:446: error: expected primary-expression before ‘)’ token
    CCLWin.cpp:448: error: expected primary-expression before ‘)’ token
    CCLWin.cpp:448: error: expected ‘)’ before ‘data’
    CCLWin.cpp:453: error: ‘strlen’ was not declared in this scope
    CCLWin.cpp: In function ‘void updateClientStatus(int)’:
    CCLWin.cpp:464: error: ‘FXuint’ was not declared in this scope
    CCLWin.cpp:464: error: expected ‘;’ before ‘owed’
    CCLWin.cpp:465: error: expected ‘;’ before ‘products’
    CCLWin.cpp:468: error: ‘FALSE’ was not declared in this scope
    CCLWin.cpp:471: error: ‘TRUE’ was not declared in this scope
    CCLWin.cpp:476: error: ‘owed’ was not declared in this scope
    CCLWin.cpp:477: error: ‘products’ was not declared in this scope
    CCLWin.cpp: In function ‘void onConnectCallback(int, void*)’:
    CCLWin.cpp:491: error: ‘FALSE’ was not declared in this scope
    CCLWin.cpp: In function ‘void onDisconnectCallback(int, void*)’:
    CCLWin.cpp:497: error: ‘TRUE’ was not declared in this scope
    CCLWin.cpp: At global scope:
    CCLWin.cpp:501: error: ‘long int CCLWin::onCheckEvents’ is not a static member of ‘class CCLWin’
    CCLWin.cpp:501: error: ‘FXObject’ was not declared in this scope
    CCLWin.cpp:501: error: expected primary-expression before ‘,’ token
    CCLWin.cpp:501: error: ‘FXSelector’ was not declared in this scope
    CCLWin.cpp:501: error: expected primary-expression before ‘void’
    CCLWin.cpp:501: error: initializer expression list treated as compound expression
    CCLWin.cpp:502: error: expected ‘,’ or ‘;’ before ‘{’ token
    CCLWin.cpp:510: error: ‘long int CCLWin::onCommand’ is not a static member of ‘class CCLWin’
    CCLWin.cpp:510: error: ‘FXObject’ was not declared in this scope
    CCLWin.cpp:510: error: expected primary-expression before ‘,’ token
    CCLWin.cpp:510: error: ‘FXSelector’ was not declared in this scope
    CCLWin.cpp:510: error: expected primary-expression before ‘void’
    CCLWin.cpp:510: error: initializer expression list treated as compound expression
    CCLWin.cpp:511: error: expected ‘,’ or ‘;’ before ‘{’ token
    make[1]: *** [CCLWin.o] Error 1
    make[1]: Leaving directory `/home/cyber/cclfox-0.7.0/src’
    make: *** [install-recursive] Error 1
    cyber@cyber-desktop:~/cclfox-0.7.0$ cd libcclc-0.7.0
    bash: cd: libcclc-0.7.0: No such file or directory
    cyber@cyber-desktop:~/cclfox-0.7.0$

  42. Pingback: Timer management program·

  43. Всем привет Подскажите ,из чего выбрать часы наручыне на кожаном ремешке , очень важно качество при этом низкая стоимость , и бренд что бы были популярный. ценой до 250 бакинс.
    Простите если не туда

    тендеры новосибирск Копии часов Breguet в Новосибирске в на наручные часы женские дизель

  44. Существует много доступных онлайн сайтов казино. Простой доступ к азартным играм является потенциальной проблемой для человека с импульсивным раздвоением типа привычки от онлайн игр или предрасположенностью к трудности с игровыми автоматами. С обилием онлайн казино каждый человек с такой зависимостью и доступом к сети сталкивается с зависимостью практически круглые сутки.

    Является ли навязчивая азартная игра реальной проблемой?

    Навязчивый игрок часто правда желает прекратить. В конце концов он проигрывает заработанные сбережения, разрушает семью. Но лудоман не может остановиться. Согласно статистическому руководству по психологическим отклонениям импульсивная азартная зависимость нуждается в лечении.

    Как узнать, что игрок является компульсивным игроком в онлайн игры?

    Зависимость онлайн игр сопровождается денежными сложностями и часами, потраченным на онлайн зависимость, что приводит к губительным следствиям и для игрока, так и для его семьи.
    Открытое обращение – это лучший способ подойти к родному человеку с подозрением на проблемы с онлайн казино. Если сложность в том, что человек играет в https://slotgambling.ru/questions/kak-obygrat-kazino-vulkan – игровые автоматы онлайн, вы можете помочь. Прежде всего, избавьте от искушения. Если Ваш любимый лудоман признается в проблеме и нуждается в поддержки преодолеть ее, Вы сможете договориться совместно, что бы стартануть с устранения простого доступа к азартным играм в интернете. Просто установив надежный онлайн фильтр, вы сможете просто запретить азартные игры с Вашего ноутбука. Продолжение следует..

Leave a reply to lex Cancel reply