From: <jbu...@if...> - 2007-04-03 12:48:14
|
Hello Francesco, > To complete the movement of the component you'd just need to remove the > CVS sources... I can do it for you if you say it's ok (i.e. you've > already moved all source files and don't need the CVS repo anymore). ok, you can remove it. The svn sources are the newest one. > Last, I see wxCtb has a bakefile build system which is not however based > on wxCode bakefiles... that's fine but I wonder how it can adapt to the > many possible wxWidgets different configurations... using wxCode > bakefiles probably would result in a smaller bakefile and a better build > system :) Yes, because the ctb library is used in some embedded systems and other pc = applications without any wxWidget installation. I want to make the bakefile= as simple as possible and my first trials with the wxCode based bakefiles = (one or more years ago) let me run in some trouble, I couldn't solve. Also = I want to build the library independently from some needed directory struct= s (maybe it's possible, but I couldn't figure out it), so the user can buil= d the libs without a wxWidget or wxCode installation. If you can give me some hints for a better, wxCode conform bakefile, that a= lso create makefiles also for people without a wxWidget or wxCode installat= ion, that would be great :-) =20 > > Also I'm currently getting this: > > g++ -c -o release/wxctb_lib_timer.o -DNDEBUG -D_THREAD_SAFE -pthread > -O0 -I../include -MTrelease/wxctb_lib_timer.o -MF`echo > release/wxctb_lib_timer.o | sed -e 's,\.o$,.d,'` -MD ../src/linux/timer.c= pp > ../src/linux/timer.cpp: In function =E2=80=98void kill_all_timer()=E2=80= =99: > ../src/linux/timer.cpp:93: error: =E2=80=98pthread_kill_other_threads_np= =E2=80=99 was > not declared in this scope > > and that's strange because adding a #include <pthread.h> does not solve > it... That function is obsolete. Comment it out and try again. I will do that as = soon as possible in the svn. > > Can you also create a svn folder for my awx project, maybe > > https://wxcode.svn.sourceforge.net/svnroot/wxcode/trunk/wxCode/componen= ts > >/awx I've add some improvments and would like to put these also in the s= vn > > repository. Ok, need some days and let you know, when i'm ready. > Sure, done. again many thanks ;-) > As for wxctb, once you've moved sources, please remove them from CVS. You can remove it (but I don't want to waste your time ;-) > > thanks, > Francesco Many thanks for your effort and best regards Joachim |