AlfredoCubitos / qosmic

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

Problem building Qosmic 1.4.2 #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Running './build.sh'
2.
3.

What is the expected output? What do you see instead?

I expected it to compile.  I get the output listed below.

What version of the product are you using? On what operating system?

qosmic 1.4.2 on Ubuntu Hardy 8.04.

Please provide any additional information below.

zaphod@zaphod-desktop:~/Temp/qosmic/qosmic$ ./build.sh
Building Qosmic
Project MESSAGE: Generating Makefile for Qosmic version 1.4.2
Project MESSAGE: Qt version : 4.3.4
Project MESSAGE: Default number of rendering threads : 2
Project MESSAGE: Location of flam3-palettes.xml : /usr/local/share/flam3
/usr/bin/uic-qt4 ui/mainwindow.ui -o .ui/ui_mainwindow.h
/usr/bin/uic-qt4 ui/mainviewer.ui -o .ui/ui_mainviewer.h
/usr/bin/uic-qt4 ui/paletteeditor.ui -o .ui/ui_paletteeditor.h
/usr/bin/uic-qt4 ui/camerasettingswidget.ui -o .ui/ui_camerasettingswidget.h
/usr/bin/uic-qt4 ui/colorsettingswidget.ui -o .ui/ui_colorsettingswidget.h
/usr/bin/uic-qt4 ui/edittrianglewidget.ui -o .ui/ui_edittrianglewidget.h
/usr/bin/uic-qt4 ui/imgsettingswidget.ui -o .ui/ui_imgsettingswidget.h
/usr/bin/uic-qt4 ui/mainpreviewwidget.ui -o .ui/ui_mainpreviewwidget.h
/usr/bin/uic-qt4 ui/trianglecoordswidget.ui -o .ui/ui_trianglecoordswidget.h
/usr/bin/uic-qt4 ui/triangledensitywidget.ui -o .ui/ui_triangledensitywidget.h
Warning: name layoutWidget is already used
/usr/bin/uic-qt4 ui/variationswidget.ui -o .ui/ui_variationswidget.h
/usr/bin/uic-qt4 ui/mutationwidget.ui -o .ui/ui_mutationwidget.h
/usr/bin/uic-qt4 ui/colorbalancewidget.ui -o .ui/ui_colorbalancewidget.h
/usr/bin/uic-qt4 ui/directoryviewwidget.ui -o .ui/ui_directoryviewwidget.h
/usr/bin/uic-qt4 ui/statuswidget.ui -o .ui/ui_statuswidget.h
/usr/bin/uic-qt4 ui/scripteditwidget.ui -o .ui/ui_scripteditwidget.h
/usr/bin/uic-qt4 ui/colordialog.ui -o .ui/ui_colordialog.h
/usr/bin/uic-qt4 ui/selectgenomewidget.ui -o .ui/ui_selectgenomewidget.h
/usr/bin/uic-qt4 ui/viewerpresetswidget.ui -o .ui/ui_viewerpresetswidget.h
/usr/bin/uic-qt4 ui/selecttrianglewidget.ui -o .ui/ui_selecttrianglewidget.h
g++ -c -pipe -fpermissive -O2 -D_REENTRANT -w -I/usr/include/libxml2
-DPNG_NO_MMX_CODE -I/usr/local/include -I/usr/include/libpng12
-I/usr/include/libxml2 -DQT_SHARED -DNTHREADS=2 -DNAMEVER='"version 1.4.2"'
-DDATADIR='"/usr/local/share/flam3"' -DQT_NO_DEBUG -DQT_GUI_LIB
-DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I.
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc
-I.moc -I.ui -o .obj/qosmic.o src/qosmic.cpp
g++ -c -pipe -fpermissive -O2 -D_REENTRANT -w -I/usr/include/libxml2
-DPNG_NO_MMX_CODE -I/usr/local/include -I/usr/include/libpng12
-I/usr/include/libxml2 -DQT_SHARED -DNTHREADS=2 -DNAMEVER='"version 1.4.2"'
-DDATADIR='"/usr/local/share/flam3"' -DQT_NO_DEBUG -DQT_GUI_LIB
-DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I.
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc
-I.moc -I.ui -o .obj/mainwindow.o src/mainwindow.cpp
In file included from src/lua/frame.h:25,
                 from src/lua/luathread.h:66,
                 from src/scripteditwidget.h:25,
                 from src/mainwindow.cpp:46:
src/lua/lunar.h:12:17: error: lua.h: No such file or directory
src/lua/lunar.h:13:20: error: lualib.h: No such file or directory
src/lua/lunar.h:14:21: error: lauxlib.h: No such file or directory
In file included from src/lua/frame.h:25,
                 from src/lua/luathread.h:66,
                 from src/scripteditwidget.h:25,
                 from src/mainwindow.cpp:46:
src/lua/lunar.h:75: error: ‘LUA_MULTRET’ was not declared in this scope
src/lua/lunar.h: In static member function ‘static void
Lua::Lunar<T>::Register(lua_State*)’:
src/lua/lunar.h:39: error: ‘LUA_GLOBALSINDEX’ was not declared in this scope
make: *** [.obj/mainwindow.o] Error 1
error while building qosmic

Original issue reported on code.google.com by zabee...@gmail.com on 21 Jan 2009 at 10:39

GoogleCodeExporter commented 8 years ago
Ack!  I wanted to send you the build.sh and qosmic.pro to show you how I 
modified it
according to your suggestions, but I see no way to do that now.  Is there 
somewhere I
can send you those files?

Original comment by zabee...@gmail.com on 21 Jan 2009 at 10:45

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
You can attach a file to your bug report comment using the link below the 
comment box. 
If your browser doesn't show the link you may need to try another one like 
firefox.

It looks like the lua header files are not in the include path.  This means that
pkgconfig isn't setup correctly for lua.  I'm glad you were able to work around 
this.

I'm encouraging any ubuntu user that is able to build from source to consider 
creating
and submitting a binary package for qosmic to the ubuntu package database.  
Several
other distributions already have packages, but ubuntu is still lacking one.

Original comment by bit...@gmail.com on 22 Jan 2009 at 8:04

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by bit...@gmail.com on 4 Jun 2009 at 1:01