aMule Forum
English => en_Linux => Topic started by: fa² on February 15, 2004, 09:31:57 PM
-
I try to build binaries from sources under OpenBSD 3.4.
I've GTK 1.2.10 & wx 2.4.2.
./configure --disable-amulecmd --disable-systray
gmake
>>> PPgConnection.cpp
position.h : 8 : 'NULL' was not declared in this scope
position.h : 8 : confused by earlier errores, bailing out
How can i do ?? ?(
Thanks in advance. :)
-
like i remember we didn't test amule compilation on openbsd ..
maybe u could join #amule on efnet so we can talk about?
btw, atm we don't have much time cos of some big changes
greets
-
Many thanks to Kry and all the aMule team !!
A solution with aMule 1.2.6 :
- position.h -> add this after line 6 (after #include )
#ifndef NULL
#define NULL 0
#endif
- OScopeCtrl.h -> add this after line 21 (after #define OSCOPECTRL_H)
#ifndef NULL
#define NULL 0
#endif
- TabCtrl.cpp -> move line 23 (#include ) to the first include (before #include "sys.h")
That's all !!
Enjoy :P
-
And now to do it for 1.2.7 ;)
-
Hum... you've said 1.2.7 :P
Ok- for the 2.0.0 of course !