Re: [bme-develop] Final BeMSN Release Progress
Status: Planning
Brought to you by:
sirmik
From: D. G. <A00...@it...> - 2004-08-14 20:40:12
|
Hello, I went through the same problems when compiling the source with Zeta. I had to modify the Looper.h header because it marks PostMessage() as deprecated //#ifdef _ZETA_USING_DEPRECATED_API_ // Deprecated, use BMessenger instead Another problem I had was that the function find_directory is located in libzeta.so and not in libbe.so so you have to include it to the project to link it. Also, had to remove some of the sources from the User Interface folder to get BeIDE to use the NewGUI source. Regards, Daniel > > Hi, > > > > > about compiling: first to make sure: you are using Bme_x86.proj > > > right? make > > > sure you place the cryplib.h file in a dir accessible to > > > BeIDE(not > > > sure > > > which dir, maybe the others can help here). I wonder when you > > > downloaded > > > the code from CVS? The Netwatch files weren't in cvs before, but > > > Simon > > > uploaded them to cvs this week(right Simon?), if it doesn't > > > compile, > > > and you > > > don't have them, just delete the entire Netwatch dir to fix the > > > compiling > > > issues. Another issue is the libbnetapi.so file, this is a BONE > > > file...the > > > r5 file is called libnetapi.so: this doesn't cause any compiling > > > issues but > > > make sure you have included the right one in your project, > > > otherwise > > > you > > > won't get connected to internet. > > > > I'm compiling everything in Zeta RC 3. I have cryptlib.h into a > > directory that is accessible to BEIDE. and I use the libbnetapi.so. > > All errors have something to do with PostMessage.... I think it is > > somenthing stupid that I forgot to do... > > > > In the attachments you can see my errors. > > > > Jixt > > I read something about Zeta not having PostMessage by default. > http://www.yellowtab.com/news/article.php?id=96 > > "There is a macro defined in the header you can set in your project > to > still use this [PostMessage]" - I haven't got the headers for Zeta so > I > don't know what that is, I'm afraid. > > Simon > |