[
Thread Prev][
Thread Next] >
Date Index
>
Thread Index
[wmx] Error compiling wm2
Paulo J. Matos aka PDestroy -
Sat Oct 27 02:27:33 2001
Hi all,
I'm trying to compile wm2.
I get the problem:
[pdestroy@localhost wm2-4]$ make
gcc -c -O2 Border.C
gcc -c -O2 Buttons.C
gcc -c -O2 Client.C
gcc -c -O2 Events.C
gcc -c -O2 Main.C
gcc -c -O2 Manager.C
Manager.C: In constructor `WindowManager::WindowManager()':
Manager.C:86: cannot convert `void (*)(...)' to `void (*)(int)' in assignment
Manager.C:87: cannot convert `void (*)(...)' to `void (*)(int)' in assignment
Manager.C:88: cannot convert `void (*)(...)' to `void (*)(int)' in assignment
make: *** [Manager.o] Error 1
Any ideas?
It's strange, it seems a source code problem. I'm compiling with gcc
3.0.1.
I was able to compile wmx-6 successfully! :)
Best regards,
--
Paulo J. Matos aka PDestroy : pocm@rnl.ist.utl.pt
Instituto Superior Tecnico - Lisbon
Software & Computer Engineering - A.I.
- > http://www.rnl.ist.utl.pt/~pocm
Next: