new buildsystem merged into master

Patrick Valsecchi patrick at thus.ch
Wed Oct 9 00:41:56 UTC 2013


Same with a clean clone:

*$ git clone git://subsurface.hohndel.org/subsurface.git subsurface.clean*
Cloning into 'subsurface.clean'...
remote: Counting objects: 13892, done.
remote: Compressing objects: 100% (8081/8081), done.
remote: Total 13892 (delta 10221), reused 7968 (delta 5744)
Receiving objects: 100% (13892/13892), 4.84 MiB | 686 KiB/s, done.
Resolving deltas: 100% (10221/10221), done.
*$ cd subsurface.clean/**
**$ qmake**
**$ make**
*uic qt-ui/about.ui
uic qt-ui/divecomputermanagementdialog.ui
uic qt-ui/diveplanner.ui
uic qt-ui/downloadfromdivecomputer.ui
uic qt-ui/maintab.ui
uic qt-ui/mainwindow.ui
uic qt-ui/preferences.ui
uic qt-ui/printoptions.ui
uic qt-ui/renumber.ui
uic qt-ui/subsurfacewebservices.ui
uic qt-ui/tableview.ui
compiling deco.c
compiling device.c
compiling dive.c
compiling divelist.c
compiling equipment.c
compiling file.c
compiling gettextfromc.cpp
echo \#define VERSION_STRING 
\"`/home/pvalsecc/src/subsurface.clean/scripts/get-version linux`\" > 
version.h
compiling libdivecomputer.c
compiling main.cpp
compiling parse-xml.c
compiling planner.c
compiling profile.c
make: *** No rule to make target `.moc/qt-gui.moc', needed by 
`.obj/qt-gui.o'.  Stop.
*$ qmake --version*
QMake version 2.01a
Using Qt version 4.8.1 in /usr/lib/x86_64-linux-gnu

On 10/09/2013 09:26 AM, Patrick Valsecchi wrote:
> Hi,
>
> I did:
> git pull
> git status  -> lots of ui_.h files remaining
> rm qt-ui/ui_*.h
> git status -> no more stray files
> qmake
> make
>
> And here is the error I get:
> make: *** No rule to make target `.moc/qt-gui.moc', needed by 
> `.obj/qt-gui.o'.  Stop.
>
> I'm on Linux Ubuntu 12.04.3.
>
> CU
>
> On 10/09/2013 09:20 AM, Dirk Hohndel wrote:
>> As Thiago said in his email...
>>
>> this REALLY needs more testing and feedback. It works for the two of us
>> and the couple other people who tried, but that is not exactly a happy
>> sample size.
>>
>> Please pull master, take a look at the INSTALL file to learn what's new
>> (or at Thiago's emails) and enjoy.
>>
>> It still produces too many warnings. I would have cursed harder about
>> this if it didn't actually point out a real bug. But the vast majority
>> are false positives so please do NOT go about fixing all those fake
>> uninitialized variable warnings - they are just a sign that the compiler
>> doesn't know enough about our data and algorithms.
>>
>> But if you think you see real bugs in there - by all means, please go
>> ahead and suggest fixes.
>>
>> Also let us know if things don't work with qmake.
>>
>> /D
>>
>> _______________________________________________
>> subsurface mailing list
>> subsurface at hohndel.org
>> http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
>>
>
> _______________________________________________
> subsurface mailing list
> subsurface at hohndel.org
> http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.hohndel.org/pipermail/subsurface/attachments/20131009/236ae8dc/attachment-0001.html>


More information about the subsurface mailing list