AlfredoCubitos / qosmic

Automatically exported from code.google.com/p/qosmic
0 stars 1 forks source link

Stilling having problems with qosmic build #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Building qosmic.
2.
3.

What is the expected output? What do you see instead?
a clean build

What version of the product are you using? On what operating system?
Newest version of qosmic and ubuntu 9.04

Please provide any additional information below.

Original issue reported on code.google.com by harlequi...@yahoo.com on 4 Jun 2009 at 6:03

GoogleCodeExporter commented 8 years ago
Here is the return on my qosmic build.

Package lua was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua' found
Package lua was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua' found
Package lua was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua' found

What code to I put into qosmic.pro to make this thing work?
It is NOT an ubuntu problem, it is a problem with configuring YOUR software. If 
you
can't help people get the thing working then fix it so that it can be installed 
with
apt-get and include the libraries it needs to run right in with the program.

Original comment by harlequi...@yahoo.com on 4 Jun 2009 at 6:05

GoogleCodeExporter commented 8 years ago
Hi,
You can try to modify your qosmic.pro (lines 32 and 34 for me):

INCLUDEPATH += /usr/include/libxml2 /usr/include/lua5.1 

LIBS += -L/usr/lib/libxml2 -lflam3 -lm -ljpeg -lxml2 -llua5.1

Then, it should be able to find the libs.
It works for me (Ubuntu Jaunty 9.04).

Original comment by chm...@gmail.com on 7 Jun 2009 at 6:55

GoogleCodeExporter commented 8 years ago

Original comment by bit...@gmail.com on 13 Jul 2009 at 7:29