-
-
Notifications
You must be signed in to change notification settings - Fork 621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conky 1.10.1 undefined references #193
Comments
Are you trying to build with any of the lua bindings, like cairo, imlib2, or rsvg? I committed a change to my own repo to force conky to compile against lua 5.1 in this case. Currently, 1.10.1 will pull in lua 5.2 or greater, regardless of whether you have lua 5.1 installed. If I'm right about the problem, feel free to apply commit 0dbd27d and see if it helps. You'll need to reinstall lua 5.1 (you can keep lua 5.3.2 if you want). I hope this helps! |
On Wed, 30 Dec 2015 12:56:03 -0800 heh, I've tried building the lua binding for cairo but there seems to Think I'll give up for the evening, <-HA, try to type that when your Thanks for quickly replying to my note on the site. I am seriously Good night and thanks again, Marcpayne. Maybe I'll talk to you Larry
|
Switching to Arch (from Slackware) was the best distro hop I ever made, and the last. Slackware was fun and a very good distro, but I reached a point where I needed to get actual non-Linux work done on a daily basis. It is so nice to run Back on topic, I'd forgotten that there are two separate lua issues going on that I'm aware of. You've probably already seen them, but here they are anyway: #174 and #116. Maybe you'll get some useful info. My knowledge is still limited, so I probably can't help much more for now. |
@marcpayne @widgeteye On Arch I am now able to build without the
If you adjust and add this to the slackbuild file - you should be good to go. Have a Fantastic New Year :-)) |
Thanks for your reply,I'm in the middle of installing arch right now and have use the phone for email. Not too concerned about Lua and coney at this point. Lol I'll get back to you as soon as I have real mail. :) Sent via the Samsung GALAXY S® 5, an AT&T 4G LTE smartphone -------- Original message -------- Well I am on Arch since 2007 ~ 2008 - went from Win boxes to Ubuntu [ Linux break in time ;-)) ] on to Arch. Fantabulous !!! There are so many who are making the switch to Arch. Some of the responses I get are about the speed and simplicity and of course the magic with pacman. #116 - lua53 is a long shot - time is perhaps the main challenge for everyone - intent I am sure is plenty... You're still a young lad - horses and men - you know :-)) ... Perhaps switching to Arch will indeed save some sanity - just had 2 guys in their 70s and 1 your sprightly young age switch around huahahahaha. I am sure you have read this some where 40 is the old age of youth - while 50 is the youth of old age On Arch I am now able to build without the LDFLAGS and LUA_CFLAGS but I still leave them there.
If you adjust and add this to the slackbuild file - you should be good to go. Have a Fantastic New Year :-)) — |
2 years 7 months passed. You must be 69 years old now... and still drunk, I suspect. ;-)
Here's a Changelog for the two
First, we have a It looks like the |
I tried to build with lua 5.1 and when it got to that section of the build it got the error ;
CMakeFiles/conky.dir/lua-config.cc.o: In function
lua::state::newtable()': /usr/local/src/conky-1.10.1/src/luamm.hh:244: undefined reference to
lua_createtable'Tons of 'em, so I uninstalled lua and searched all the /lib and /include directories for anything stray and removed it, then made a clean install of lua 5.3.2, emptied the conky/build directory and started over and got the same errors and the build died. Any help?
Thanks
The text was updated successfully, but these errors were encountered: