Nice!
I'll get up and work on the new savehandler for homes
I'll get up and work on the new savehandler for homes
Random Chitchat 2012-2016
|
Nice!
I'll get up and work on the new savehandler for homes
i can't wait to try to put it into my plugins
04-08-2013, 05:37 AM
Great, and I just compiled it so I'm working on savehandler-sqlite for bearhomes now
04-08-2013, 05:38 AM
I'm having a bad-luck week, my router died last monday, I've bought a new one and it didn't work, so I had to return it and buy yet another one. And I'm still reconstructing the router's configuration, so nightbuild FTP uploads didn't work
With this luck, I'm really afraid to exchange the new powersupply that I bought for my desktop computer. The old one seems flaky, doesn't want to handle the USB3 addon card I put in. But with my bad luck, the new powersupply will fry my computer
04-08-2013, 05:46 AM
Also, know why I'm getting this error:
Code: build/release/source/SQLite/sqlite3.o: In function `unixDlError':
04-08-2013, 05:52 AM
I had the same error, I added a new library dependency (libdl, "-ldl" linker parameter) to the GNUmakefile and the error went away. Can you check that your GNUmakefile has been updated? Also I'd try doing a clean rebuild.
Yeah, I'm pretty sure it's clean, I got a whole fresh one and it still gives the error. Libdl is in the makefile.
I got a completely fresh one and re-compiled. Got the same error. I'm using Ubuntu if it helps.
04-08-2013, 06:07 AM
i have absolutly no idea how sqlite works i hope that when bearbin finishes his home plugin i know more how to use it. the debuggers plugin didn't realy work for me becouse i had absolutly no idea what it was doing
No idea, then, it seems it's specific to your system. I've seen some reports on Google suggesting that you should try reinstalling the library.
(04-08-2013, 06:07 AM)STR_Warrior Wrote: i have absolutly no idea how sqlite works It allows you to execute SQL over a database that's stored in a file or in memory. I fyou have no idea what SQL is, then you're gonna have a hard time . I recommend finding a good SQL tutorial on the web, there should be plenty. |
« Next Oldest | Next Newest »
|