[SOLVED]./configure Error solved But now missing separato

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

[SOLVED]./configure Error solved But now missing separato

Postby captainfur1 » Jan 4th, '15, 12:02

Hi,

I'm trying to install a source program in Mageia 4. When I try ./configure I get "No such file or directory". I have installed RPM-build to try to get required programs. On the README file it doesn't mention ./configure but goes straight to "make" but if I try that it tells me "No targets specified and no makefile found. Stop."
So what am I doing wrong?

Cheers and thanks

Glenn.
Last edited by captainfur1 on Jan 9th, '15, 14:34, edited 3 times in total.
captainfur1
 
Posts: 18
Joined: Aug 6th, '14, 14:00

Re: ./configure Error

Postby jiml8 » Jan 4th, '15, 22:58

The information provided is vastly insufficient.

What program are you trying to build?

What instructions do the README give you?

What directory are you in when you try to make?

What are the contents of that directory, and the permissions on the files?
jiml8
 
Posts: 1254
Joined: Jul 7th, '13, 18:09

Re: ./configure Error

Postby captainfur1 » Jan 5th, '15, 08:38

Sorry for the insufficient info, I was assuming the problem was likely that I had not installled the correct development programs.

Program
- Route Generator

Readme file:
Code: Select all
This is Route Generator version 1.6

Route Generator can be used to generate route maps to be used in video editing
software.

Copyright (C) 2008-2012 Michiel Jansen.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

LICENSE
Route Generator is developed using the GPL version of Qt 4.7.3
(Copyright (C)) 2008-2010 Nokia Corporation), which can be
downloaded from: http://qt.nokia.com/downloads

This means that Route Generator should also be distributed as GPL software and
can be used for free. As a result the source code of Route Generator is also
available on http://sourceforge.net/projects/routegen.

For more details about GPL see the LICENSE file

VERSION HISTORY
1.0   -Initial version
1.1   -Added custom vehicle icons by adding icons (image files, e.g. *.png,
       *.jpg, etc.) to the vehicles sub-folder of routegen.
      -Added custom color selection for route path.
1.2   -Vehicle icon now rotates with route direction
      -Added vehicle angle correction spinbox and preview
      -Animated vehicle icons
      -Showing scrollbars for large input maps
      -Added stop button while playing back
1.2.1 -Bugfix in route width initialization (not released on SourceForge)
1.2.2 -Error checking and logging of bmp2avi execution (bmp2avi.log)
1.2.3 -Bugfix in frame naming, causing routes over 1000 frames to be added
       in wrong order in AVI file (during bmp2avi conversion)
1.3   -Route interpolation and variable route speed.
      -Preferences (bmp2avi)
      -Undo buffer
      -Route style selection
1.3.1 -Smooth curves experiment disabled (buggy) (see new RGRoute constructor)
      -Added advanced tab to settings dialog to:
        -Enable the buggy smooth curves code
        -Change radius of curves
        -Modify vehicle orientation parameters
      -Automatically disable draw mode, when user clicks Preview or
       Generate route.
      -Show first route point as will after first click (interpolation mode)
1.4   -Import from Google Maps
1.5   -Route generation improvements (smooth route, using bezier curves)
      -Start new route button on toolbar
      -Vehicle orientation and settings improved
      -Generate iconless begin/end frames checkbox moved to preferences dialog
      -Google maps importer fix (map scrollable and zoomable)
1.6   -Route editable (selected points can be moved or deleted)
      -Redo buffer
      -Codec selection for video encoding under linux
      -Installation command for linux
     -Improvements of edit dialog for vehicle settings
      -Vehicle orientation (yes/no) is now a setting
      -Deleting files in directory when not empty (when generating movie)
      -Adding custom vehicles from vehicle settings dialog

INSTALLATION
On Windows, you don't need to install it, you can just unzip everything in a directory of
your choice. After that you can execute routegen.exe or create a shortcut to it
from your desktop.

HOWTO USE ROUTE GENERATOR?
Route Generator is very easy to use, but you can find a step-by-step Tutorial
from the Help menu.

Essentially this is all the information you should need to run
Route Generator. However, you're allowed to continue reading ;-)

WHAT IS ROUTE GENERATOR
Route Generator is a tool to draw routes on a map and generate a movie from it.
This movie can be imported in your video editing software, so you can add it to
your own movies.
I started developing this as a hobby project, because I could not find any
free route generation software available. I've already used it successfully for
a few of my own video editing projects and I think it works quite well. So I
thought that others might find it useful as well and I decided to make it
available on my website.

Route Generator is developed using the GPL version of Qt 4.7, which can be
downloaded from: http://qt.nokia.com/downloads

On Windows, Route Generator makes use of a freeware 3rdparty tool:
Bmp2Avi (Copyright (C) Paul Roberts 1996 - 1998)
This tool is available in the subdirectory bmp2avi. By default Route Generator
tries to find bmp2avi.exe in that directory, so you can leave it there.
Route Generator will automatically check for bmp2avi.exe in this directory
when it starts up. If it cannot find it in the default location, it will ask
you to browse to a different location.
Bmp2Avi can freely be re-distributed as long as you provide the documentation
with it (also located in the bmp2avi sub-directory).

On linux, Route Generator makes use of a 3rdparty tool:
FFmpeg licensed under the LGPLv2.1.
This tool is not included in the source, so you will have to install it on
your computer before running Route Generator. Make sure it is installed if you
want to be able to generate a movie.

AVAILABILTY
I've only build the executable version of Route Generator for Windows, because
I'm using Pinnacle Studio as video editing software, which is only available
for windows.
However, it's developed using Trolltechs's cross-platform GUI toolkit, Qt,
which is also available for other OS's, like Linux. So it is also possible
to build and run Route Generator on Linux as well, but you have to build it
yourself from the source code (see building instructions below).
NOTE: Route Generator makes use of a video encoder (Bmp2Avi on Windows and
ffmpeg on linux)! However, the video encoder is not required to run Route
Generator. The only thing that will not work without the video encoder is the
last stage of the generation process:converting a list of bmp files to an avi
file.

BUILDING ROUTE GENERATOR FROM THE SOURCE CODE
Since version 1.6 Route Generator should be built using Qt 4.6 or higher.
So Qt 4.6 or higher should be downloaded and installed.
After your Qt build environment is setup correctly, all you need to do is:
-unzip the source code in a new directory
-open a command shell with the Qt build environment correctly set-up
-cd to the the directory where you unzipped the source code
 (e.g. cd routegen/src)
-execute the following commands:
   *qmake routegen.pro
    (or: qmake -tp vc routegen.pro to generate a MSVC2008 *.vcproj)
   
   *nmake (on Windows, when using MS Visual C++)
    OR
    make/gmake (on Linux)
    OR
    whatever build command on other OS's

INSTALLATION UNDER LINUX
Since version 1.6 Route GENERATOR can be installed after building process,
using this command as root:
   *make install

CONTACT
If you have any more questions about or problems with using and or building
Route Generator, you can contact me at: info@routegenerator.net
Of course, suggestions for improvement are also welcome!

Michiel Jansen



File Directory Have tried both Home/Documents/routegen and Home/Documents/routegen/src

Files in Directory (Home/Documents/routegen/src:


Code: Select all
file:///home/captainfur/Downloads/routegen/src/RGEditPath.cpp
file:///home/captainfur/Downloads/routegen/src/RGEditPath.h
file:///home/captainfur/Downloads/routegen/src/RGEditPathPoint.cpp
file:///home/captainfur/Downloads/routegen/src/RGEditPathPoint.h
file:///home/captainfur/Downloads/routegen/src/RGEncBmp2avi.cpp
file:///home/captainfur/Downloads/routegen/src/RGEncBmp2avi.h
file:///home/captainfur/Downloads/routegen/src/RGEncFFmpeg.cpp
file:///home/captainfur/Downloads/routegen/src/RGEncFFmpeg.h
file:///home/captainfur/Downloads/routegen/src/RGEncVideo.cpp
file:///home/captainfur/Downloads/routegen/src/RGEncVideo.h
file:///home/captainfur/Downloads/routegen/src/RGGoogleMap.cpp
file:///home/captainfur/Downloads/routegen/src/RGGoogleMap.h
file:///home/captainfur/Downloads/routegen/src/RGGraphicsObjectUndo.cpp
file:///home/captainfur/Downloads/routegen/src/RGGraphicsObjectUndo.h
file:///home/captainfur/Downloads/routegen/src/RGMainWindow.cpp
file:///home/captainfur/Downloads/routegen/src/RGMainWindow.h
file:///home/captainfur/Downloads/routegen/src/RGPath.cpp
file:///home/captainfur/Downloads/routegen/src/RGPath.h
file:///home/captainfur/Downloads/routegen/src/RGRoute.cpp
file:///home/captainfur/Downloads/routegen/src/RGRoute.h
file:///home/captainfur/Downloads/routegen/src/RGRouteUi.cpp
file:///home/captainfur/Downloads/routegen/src/RGRouteUi.h
file:///home/captainfur/Downloads/routegen/src/RGSettings.cpp
file:///home/captainfur/Downloads/routegen/src/RGSettings.h
file:///home/captainfur/Downloads/routegen/src/RGSettingsDialog.cpp
file:///home/captainfur/Downloads/routegen/src/RGSettingsDialog.h
file:///home/captainfur/Downloads/routegen/src/RGUndoRedo.cpp
file:///home/captainfur/Downloads/routegen/src/RGUndoRedo.h
file:///home/captainfur/Downloads/routegen/src/RGVehicle.cpp
file:///home/captainfur/Downloads/routegen/src/RGVehicle.h
file:///home/captainfur/Downloads/routegen/src/RGVehicleDialog.cpp
file:///home/captainfur/Downloads/routegen/src/RGVehicleDialog.h
file:///home/captainfur/Downloads/routegen/src/RGVehicleList.cpp
file:///home/captainfur/Downloads/routegen/src/RGVehicleList.h
file:///home/captainfur/Downloads/routegen/src/RGVehicleOriginPt.cpp
file:///home/captainfur/Downloads/routegen/src/RGVehicleOriginPt.h
file:///home/captainfur/Downloads/routegen/src/RGViewWidget.cpp
file:///home/captainfur/Downloads/routegen/src/RGViewWidget.h
file:///home/captainfur/Downloads/routegen/src/doc
file:///home/captainfur/Downloads/routegen/src/google-maps-template.html
file:///home/captainfur/Downloads/routegen/src/googlemap.ui
file:///home/captainfur/Downloads/routegen/src/icons
file:///home/captainfur/Downloads/routegen/src/main.cpp
file:///home/captainfur/Downloads/routegen/src/routegen.desktop
file:///home/captainfur/Downloads/routegen/src/routegen.pro
file:///home/captainfur/Downloads/routegen/src/routegen.qrc
file:///home/captainfur/Downloads/routegen/src/routegen.rc
file:///home/captainfur/Downloads/routegen/src/routegen.ui
file:///home/captainfur/Downloads/routegen/src/routeui.ui
file:///home/captainfur/Downloads/routegen/src/settings.ui
file:///home/captainfur/Downloads/routegen/src/vehicledialog.ui
file:///home/captainfur/Downloads/routegen/src/vehicles
file:///home/captainfur/Downloads/routegen/src/videosettings.ui


File Permissions:

Owner can Read and Write
Group and Others can Read



Cheers and Thanks.
Last edited by doktor5000 on Jan 5th, '15, 12:52, edited 1 time in total.
Reason: added code tags
captainfur1
 
Posts: 18
Joined: Aug 6th, '14, 14:00

Re: ./configure Error

Postby jiml8 » Jan 5th, '15, 11:05

The Makefile should be in /home/captainfur/Downloads/routegen and not in the src directory underneath that.

I note the syntax of your directory listing: file:///home/captainfur/etc... which suggests to me you are using some form of web access or network access.

You need to open a shell, and change directory to /home/captainfur/Downloads/routegen, then execute the make command from that shell. If you are doing it remotely and therefore cannot open a shell on the target computer, you need to use ssh.

I'm not sure what it is you are doing, but most probably the way you are doing it is not giving you the right environment to execute a make. Do it from a shell window (open Konsole, or whatever shell you have for your desktop if it is not KDE) and you should be fine.

Once you have a shell window open, you need to learn the "man" (manual) command. Thus, "man ssh" will tell you a lot about the ssh command that I told you you need for remote access. Similarly, the "cd" command changes directories; "man cd" is your friend. Your directory listing gave away that you are doing something peculiar; I expected to see a directory listing from the "ls" command. Specifically, "ls -l" would have given more info than you provided, including permissions on each file. Of course, "man ls" will tell you all about it.
jiml8
 
Posts: 1254
Joined: Jul 7th, '13, 18:09

Re: ./configure Error

Postby captainfur1 » Jan 5th, '15, 11:17

Thanks,

No I'm not doing it remotely, I just opened the directory in Dolphin and copied the files and then pasted into the forum.

OK from LS command.

Code: Select all
doc/                       RGEncBmp2avi.cpp          RGGraphicsObjectUndo.h  RGSettings.cpp        RGVehicle.h            routegen.qrc
google-maps-template.html  RGEncBmp2avi.h            RGMainWindow.cpp        RGSettingsDialog.cpp  RGVehicleList.cpp      routegen.rc
googlemap.ui               RGEncFFmpeg.cpp           RGMainWindow.h          RGSettingsDialog.h    RGVehicleList.h        routegen.ui
icons/                     RGEncFFmpeg.h             RGPath.cpp              RGSettings.h          RGVehicleOriginPt.cpp  routeui.ui
main.cpp                   RGEncVideo.cpp            RGPath.h                RGUndoRedo.cpp        RGVehicleOriginPt.h    settings.ui
RGEditPath.cpp             RGEncVideo.h              RGRoute.cpp             RGUndoRedo.h          RGViewWidget.cpp       vehicledialog.ui
RGEditPath.h               RGGoogleMap.cpp           RGRoute.h               RGVehicle.cpp         RGViewWidget.h         vehicles/
RGEditPathPoint.cpp        RGGoogleMap.h             RGRouteUi.cpp           RGVehicleDialog.cpp   routegen.desktop       videosettings.ui
RGEditPathPoint.h          RGGraphicsObjectUndo.cpp  RGRouteUi.h             RGVehicleDialog.h     routegen.pro
Last edited by isadora on Jan 5th, '15, 11:21, edited 1 time in total.
Reason: Command-output placed between [CODE]-tags, to keep the forum readable. ;)
captainfur1
 
Posts: 18
Joined: Aug 6th, '14, 14:00

Re: ./configure Error

Postby captainfur1 » Jan 5th, '15, 11:22

and LS from routegen directory:

Code: Select all
[root@localhost routegen]# ls
LICENSE  README.txt  src/

so no make file.

I will check the pre extracted directory and see if it is there.
Last edited by captainfur1 on Jan 5th, '15, 11:34, edited 1 time in total.
captainfur1
 
Posts: 18
Joined: Aug 6th, '14, 14:00

Re: ./configure Error

Postby isadora » Jan 5th, '15, 11:23

Come on guys, you know, we have this wonderful functions like code-tagging.
Please use this, otherwise it's like diving into a jungle of words.
Just see, how attractive the above message now shows.
..........bird from paradise..........

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
—Antoine de Saint-Exupéry
User avatar
isadora
 
Posts: 2763
Joined: Mar 25th, '11, 16:03
Location: Netherlands

Re: ./configure Error

Postby captainfur1 » Jan 5th, '15, 11:36

OK,

So I assume I need to have a "configure" file or a "make" file which I don't - is this correct?
captainfur1
 
Posts: 18
Joined: Aug 6th, '14, 14:00

Re: ./configure Error

Postby captainfur1 » Jan 5th, '15, 11:41

OK how about if I run "autogen"???
captainfur1
 
Posts: 18
Joined: Aug 6th, '14, 14:00

Re: ./configure Error

Postby captainfur1 » Jan 5th, '15, 11:54

OK to do that you need "autogen.sh" in the directory. I've not no .sh files.
(I'll admit I've got no idea what i am doing...)
captainfur1
 
Posts: 18
Joined: Aug 6th, '14, 14:00

Re: ./configure Error

Postby captainfur1 » Jan 5th, '15, 12:40

The file routegen.pro looks like this:

Code: Select all
######################################################################
# Automatically generated by qmake (2.01a) di 27. nov 22:05:49 2007
######################################################################

TEMPLATE = app
CONFIG += debug #release
TARGET = routegen
DEPENDPATH += .
INCLUDEPATH += .
MOC_DIR = ./build/moc
OBJECTS_DIR = ./build/obj
UI_DIR = ./build/ui
QT += webkit

# Input
HEADERS += RGMainWindow.h RGVehicleDialog.h RGSettings.h RGSettingsDialog.h RGGoogleMap.h \
    RGVehicle.h \
    RGVehicleList.h \
    RGEncVideo.h \
    RGEncFFmpeg.h \
    RGEncBmp2avi.h \
    RGRouteUi.h \
    RGRoute.h \
    RGPath.h \
    RGViewWidget.h \
    RGEditPathPoint.h \
    RGEditPath.h \
    RGVehicleOriginPt.h \
    RGUndoRedo.h \
    RGGraphicsObjectUndo.h
FORMS += routegen.ui settings.ui googlemap.ui \
    vehicledialog.ui \
    videosettings.ui \
    routeui.ui
SOURCES += main.cpp RGMainWindow.cpp RGVehicleDialog.cpp RGSettings.cpp RGSettingsDialog.cpp RGGoogleMap.cpp \
    RGVehicle.cpp \
    RGVehicleList.cpp \
    RGEncVideo.cpp \
    RGEncFFmpeg.cpp \
    RGEncBmp2avi.cpp \
    RGRouteUi.cpp \
    RGRoute.cpp \
    RGPath.cpp \
    RGViewWidget.cpp \
    RGEditPathPoint.cpp \
    RGEditPath.cpp \
    RGVehicleOriginPt.cpp \
    RGUndoRedo.cpp \
    RGGraphicsObjectUndo.cpp
RESOURCES += routegen.qrc

win32 {
  RC_FILE = routegen.rc
}


# deployment on Linux
unix:!macx{
    isEmpty(PREFIX):PREFIX = /usr/local
    DEFINES += APP_PATH=\\\"$$PREFIX/share/routegen\\\"

    target.path = $$PREFIX/bin

    icon.files = ./icons/mapgen.png
    icon.path = $$PREFIX/share/pixmaps

    dfile.files = routegen.desktop
    dfile.path = $$PREFIX/share/applications

    doc.files += ./doc/*
    doc.path = $$PREFIX/share/routegen/doc/

    data.files += ./google-maps-template.html
    data.path = $$PREFIX/share/routegen

    vehicles.files += ./vehicles/*
    vehicles.path = $$PREFIX/share/routegen/vehicles

    INSTALLS += target \
        icon \
        dfile \
        doc \
        data \
        vehicles
}


Is this file something I should be using somehow???
captainfur1
 
Posts: 18
Joined: Aug 6th, '14, 14:00

Re: ./configure Error

Postby captainfur1 » Jan 5th, '15, 14:07

Thanks all, I found I could achieve something using the animated title World Map in Openshot so will use that instead.
captainfur1
 
Posts: 18
Joined: Aug 6th, '14, 14:00

Re: ./configure Error

Postby doktor5000 » Jan 6th, '15, 02:01

Please mark the thread accordingly by editing the topic of the first post and prefix it by [DONE], thanks
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18020
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: [Solved] ./configure Error

Postby tarakbumba » Jan 9th, '15, 10:50

I think this application is a QT4 application where you should install libqt4-devel package and use
Code: Select all
qmake
make


instead of looking for a configure or autogen.sh scripts.
tarakbumba
 
Posts: 138
Joined: Apr 6th, '11, 22:50

Re: ./configure Error part solved But now missing separator

Postby captainfur1 » Jan 9th, '15, 11:08

Thanks Tarakbunba,

Yeah after a break and some Googling I worked that out last night.

installed libqt4-devel,
ran qmake - worked woohoo!
ran make - “*** missing separator. Stop” damn!

Makefile:
Code: Select all
#############################################################################
# Makefile for building: routegen
# Generated by qmake (2.01a) (Qt 4.8.6) on: Wed Jan 7 21:47:42 2015
# Project:  routegen.pro
# Template: app
# Command: /usr/bin/qmake -o Makefile routegen.pro
#############################################################################

####### Compiler, tools and options

CC            = gcc
CXX           = g++
DEFINES       = -DAPP_PATH=\"/usr/local/share/routegen\" -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS        = -pipe -g -Wall -W -D_REENTRANT $(DEFINES)
CXXFLAGS      = -pipe -g -Wall -W -D_REENTRANT $(DEFINES)
INCPATH       = -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtWebKit -I/usr/include -I. -Ibuild/moc -Ibuild/ui
LINK          = g++
LFLAGS        =
LIBS          = $(SUBLIBS)  -L/usr/lib64 -lQtWebKit -lQtGui -L/usr/lib64 -L/usr/lib -lQtCore -lpthread
AR            = ar cqs
RANLIB        =
QMAKE         = /usr/bin/qmake
TAR           = tar -cf
COMPRESS      = gzip -9f
COPY          = cp -f
SED           = sed
COPY_FILE     = $(COPY)
COPY_DIR      = $(COPY) -r
STRIP         = strip
INSTALL_FILE  = install -m 644 -p
INSTALL_DIR   = $(COPY_DIR)
INSTALL_PROGRAM = install -m 755 -p
DEL_FILE      = rm -f
SYMLINK       = ln -f -s
DEL_DIR       = rmdir
MOVE          = mv -f
CHK_DIR_EXISTS= test -d
MKDIR         = mkdir -p

####### Output directory

OBJECTS_DIR   = build/obj/

####### Files

SOURCES       = main.cpp \
      RGMainWindow.cpp \
      RGVehicleDialog.cpp \
      RGSettings.cpp \
      RGSettingsDialog.cpp \
      RGGoogleMap.cpp \
      RGVehicle.cpp \
      RGVehicleList.cpp \
      RGEncVideo.cpp \
      RGEncFFmpeg.cpp \
      RGEncBmp2avi.cpp \
      RGRouteUi.cpp \
      RGRoute.cpp \
      RGPath.cpp \
      RGViewWidget.cpp \
      RGEditPathPoint.cpp \
      RGEditPath.cpp \
      RGVehicleOriginPt.cpp \
      RGUndoRedo.cpp \
      RGGraphicsObjectUndo.cpp build/moc/moc_RGMainWindow.cpp \
      build/moc/moc_RGVehicleDialog.cpp \
      build/moc/moc_RGSettingsDialog.cpp \
      build/moc/moc_RGGoogleMap.cpp \
      build/moc/moc_RGEncVideo.cpp \
      build/moc/moc_RGEncBmp2avi.cpp \
      build/moc/moc_RGRouteUi.cpp \
      build/moc/moc_RGRoute.cpp \
      build/moc/moc_RGPath.cpp \
      build/moc/moc_RGViewWidget.cpp \
      build/moc/moc_RGEditPathPoint.cpp \
      build/moc/moc_RGEditPath.cpp \
      build/moc/moc_RGUndoRedo.cpp \
      build/moc/moc_RGGraphicsObjectUndo.cpp \
      qrc_routegen.cpp
OBJECTS       = build/obj/main.o \
      build/obj/RGMainWindow.o \
      build/obj/RGVehicleDialog.o \
      build/obj/RGSettings.o \
      build/obj/RGSettingsDialog.o \
      build/obj/RGGoogleMap.o \
      build/obj/RGVehicle.o \
      build/obj/RGVehicleList.o \
      build/obj/RGEncVideo.o \
      build/obj/RGEncFFmpeg.o \
      build/obj/RGEncBmp2avi.o \
      build/obj/RGRouteUi.o \
      build/obj/RGRoute.o \
      build/obj/RGPath.o \
      build/obj/RGViewWidget.o \
      build/obj/RGEditPathPoint.o \
      build/obj/RGEditPath.o \
      build/obj/RGVehicleOriginPt.o \
      build/obj/RGUndoRedo.o \
      build/obj/RGGraphicsObjectUndo.o \
      build/obj/moc_RGMainWindow.o \
      build/obj/moc_RGVehicleDialog.o \
      build/obj/moc_RGSettingsDialog.o \
      build/obj/moc_RGGoogleMap.o \
      build/obj/moc_RGEncVideo.o \
      build/obj/moc_RGEncBmp2avi.o \
      build/obj/moc_RGRouteUi.o \
      build/obj/moc_RGRoute.o \
      build/obj/moc_RGPath.o \
      build/obj/moc_RGViewWidget.o \
      build/obj/moc_RGEditPathPoint.o \
      build/obj/moc_RGEditPath.o \
      build/obj/moc_RGUndoRedo.o \
      build/obj/moc_RGGraphicsObjectUndo.o \
      build/obj/qrc_routegen.o
DIST          = /usr/lib64/qt4/mkspecs/common/unix.conf \
      /usr/lib64/qt4/mkspecs/common/linux.conf \
      /usr/lib64/qt4/mkspecs/common/gcc-base.conf \
      /usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf \
      /usr/lib64/qt4/mkspecs/common/g++-base.conf \
      /usr/lib64/qt4/mkspecs/common/g++-unix.conf \
      /usr/lib64/qt4/mkspecs/qconfig.pri \
      /usr/lib64/qt4/mkspecs/features/qt_functions.prf \
      /usr/lib64/qt4/mkspecs/features/qt_config.prf \
      /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf \
      /usr/lib64/qt4/mkspecs/features/default_pre.prf \
      /usr/lib64/qt4/mkspecs/features/debug.prf \
      /usr/lib64/qt4/mkspecs/features/default_post.prf \
      /usr/lib64/qt4/mkspecs/features/shared.prf \
      /usr/lib64/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
      /usr/lib64/qt4/mkspecs/features/warn_on.prf \
      /usr/lib64/qt4/mkspecs/features/qt.prf \
      /usr/lib64/qt4/mkspecs/features/unix/thread.prf \
      /usr/lib64/qt4/mkspecs/features/moc.prf \
      /usr/lib64/qt4/mkspecs/features/resources.prf \
      /usr/lib64/qt4/mkspecs/features/uic.prf \
      /usr/lib64/qt4/mkspecs/features/yacc.prf \
      /usr/lib64/qt4/mkspecs/features/lex.prf \
      routegen.pro
QMAKE_TARGET  = routegen
DESTDIR       =
TARGET        = routegen

first: all
####### Implicit rules

.SUFFIXES: .o .c .cpp .cc .cxx .C

.cpp.o:
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.cc.o:
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.cxx.o:
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.C.o:
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.c.o:
   $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"

####### Build rules

all: Makefile $(TARGET)

$(TARGET): build/ui/ui_routegen.h build/ui/ui_settings.h build/ui/ui_googlemap.h build/ui/ui_vehicledialog.h build/ui/ui_videosettings.h build/ui/ui_routeui.h $(OBJECTS) 
   $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
   { test -n "$(DESTDIR)" && DESTDIR="$(DESTDIR)" || DESTDIR=.; } && test $$(gdb --version | sed -e 's,[^0-9][^0-9]*\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx --batch --quiet -ex 'set confirm off' -ex "save gdb-index $$DESTDIR" -ex quit '$(TARGET)' && test -f $(TARGET).gdb-index && objcopy --add-section '.gdb_index=$(TARGET).gdb-index' --set-section-flags '.gdb_index=readonly' '$(TARGET)' '$(TARGET)' && rm -f $(TARGET).gdb-index || true

Makefile: routegen.pro  /usr/lib64/qt4/mkspecs/linux-g++/qmake.conf /usr/lib64/qt4/mkspecs/common/unix.conf \
      /usr/lib64/qt4/mkspecs/common/linux.conf \
      /usr/lib64/qt4/mkspecs/common/gcc-base.conf \
      /usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf \
      /usr/lib64/qt4/mkspecs/common/g++-base.conf \
      /usr/lib64/qt4/mkspecs/common/g++-unix.conf \
      /usr/lib64/qt4/mkspecs/qconfig.pri \
      /usr/lib64/qt4/mkspecs/features/qt_functions.prf \
      /usr/lib64/qt4/mkspecs/features/qt_config.prf \
      /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf \
      /usr/lib64/qt4/mkspecs/features/default_pre.prf \
      /usr/lib64/qt4/mkspecs/features/debug.prf \
      /usr/lib64/qt4/mkspecs/features/default_post.prf \
      /usr/lib64/qt4/mkspecs/features/shared.prf \
      /usr/lib64/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
      /usr/lib64/qt4/mkspecs/features/warn_on.prf \
      /usr/lib64/qt4/mkspecs/features/qt.prf \
      /usr/lib64/qt4/mkspecs/features/unix/thread.prf \
      /usr/lib64/qt4/mkspecs/features/moc.prf \
      /usr/lib64/qt4/mkspecs/features/resources.prf \
      /usr/lib64/qt4/mkspecs/features/uic.prf \
      /usr/lib64/qt4/mkspecs/features/yacc.prf \
      /usr/lib64/qt4/mkspecs/features/lex.prf \
      /usr/lib64/libQtGui.prl \
      /usr/lib64/libQtCore.prl
   $(QMAKE) -o Makefile routegen.pro
/usr/lib64/qt4/mkspecs/common/unix.conf:
/usr/lib64/qt4/mkspecs/common/linux.conf:
/usr/lib64/qt4/mkspecs/common/gcc-base.conf:
/usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf:
/usr/lib64/qt4/mkspecs/common/g++-base.conf:
/usr/lib64/qt4/mkspecs/common/g++-unix.conf:
/usr/lib64/qt4/mkspecs/qconfig.pri:
/usr/lib64/qt4/mkspecs/features/qt_functions.prf:
/usr/lib64/qt4/mkspecs/features/qt_config.prf:
/usr/lib64/qt4/mkspecs/features/exclusive_builds.prf:
/usr/lib64/qt4/mkspecs/features/default_pre.prf:
/usr/lib64/qt4/mkspecs/features/debug.prf:
/usr/lib64/qt4/mkspecs/features/default_post.prf:
/usr/lib64/qt4/mkspecs/features/shared.prf:
/usr/lib64/qt4/mkspecs/features/unix/gdb_dwarf_index.prf:
/usr/lib64/qt4/mkspecs/features/warn_on.prf:
/usr/lib64/qt4/mkspecs/features/qt.prf:
/usr/lib64/qt4/mkspecs/features/unix/thread.prf:
/usr/lib64/qt4/mkspecs/features/moc.prf:
/usr/lib64/qt4/mkspecs/features/resources.prf:
/usr/lib64/qt4/mkspecs/features/uic.prf:
/usr/lib64/qt4/mkspecs/features/yacc.prf:
/usr/lib64/qt4/mkspecs/features/lex.prf:
/usr/lib64/libQtGui.prl:
/usr/lib64/libQtCore.prl:
qmake:  FORCE
   @$(QMAKE) -o Makefile routegen.pro

dist:
   @$(CHK_DIR_EXISTS) build/obj/routegen1.0.0 || $(MKDIR) build/obj/routegen1.0.0
   $(COPY_FILE) --parents $(SOURCES) $(DIST) build/obj/routegen1.0.0/ && $(COPY_FILE) --parents RGMainWindow.h RGVehicleDialog.h RGSettings.h RGSettingsDialog.h RGGoogleMap.h RGVehicle.h RGVehicleList.h RGEncVideo.h RGEncFFmpeg.h RGEncBmp2avi.h RGRouteUi.h RGRoute.h RGPath.h RGViewWidget.h RGEditPathPoint.h RGEditPath.h RGVehicleOriginPt.h RGUndoRedo.h RGGraphicsObjectUndo.h build/obj/routegen1.0.0/ && $(COPY_FILE) --parents routegen.qrc build/obj/routegen1.0.0/ && $(COPY_FILE) --parents main.cpp RGMainWindow.cpp RGVehicleDialog.cpp RGSettings.cpp RGSettingsDialog.cpp RGGoogleMap.cpp RGVehicle.cpp RGVehicleList.cpp RGEncVideo.cpp RGEncFFmpeg.cpp RGEncBmp2avi.cpp RGRouteUi.cpp RGRoute.cpp RGPath.cpp RGViewWidget.cpp RGEditPathPoint.cpp RGEditPath.cpp RGVehicleOriginPt.cpp RGUndoRedo.cpp RGGraphicsObjectUndo.cpp build/obj/routegen1.0.0/ && $(COPY_FILE) --parents routegen.ui settings.ui googlemap.ui vehicledialog.ui videosettings.ui routeui.ui build/obj/routegen1.0.0/ && (cd `dirname build/obj/routegen1.0.0` && $(
TAR) routegen1.0.0.tar routegen1.0.0 && $(COMPRESS) routegen1.0.0.tar) && $(MOVE) `dirname build/obj/routegen1.0.0`/routegen1.0.0.tar.gz . && $(DEL_FILE) -r build/obj/routegen1.0.0


clean:compiler_clean
   -$(DEL_FILE) $(OBJECTS)
   -$(DEL_FILE) *~ core *.core


####### Sub-libraries

distclean: clean
   -$(DEL_FILE) $(TARGET)
   -$(DEL_FILE) Makefile


check: first

mocclean: compiler_moc_header_clean compiler_moc_source_clean

mocables: compiler_moc_header_make_all compiler_moc_source_make_all

compiler_moc_header_make_all: build/moc/moc_RGMainWindow.cpp build/moc/moc_RGVehicleDialog.cpp build/moc/moc_RGSettingsDialog.cpp build/moc/moc_RGGoogleMap.cpp build/moc/moc_RGEncVideo.cpp build/moc/moc_RGEncBmp2avi.cpp build/moc/moc_RGRouteUi.cpp build/moc/moc_RGRoute.cpp build/moc/moc_RGPath.cpp build/moc/moc_RGViewWidget.cpp build/moc/moc_RGEditPathPoint.cpp build/moc/moc_RGEditPath.cpp build/moc/moc_RGUndoRedo.cpp build/moc/moc_RGGraphicsObjectUndo.cpp
compiler_moc_header_clean:
   -$(DEL_FILE) build/moc/moc_RGMainWindow.cpp build/moc/moc_RGVehicleDialog.cpp build/moc/moc_RGSettingsDialog.cpp build/moc/moc_RGGoogleMap.cpp build/moc/moc_RGEncVideo.cpp build/moc/moc_RGEncBmp2avi.cpp build/moc/moc_RGRouteUi.cpp build/moc/moc_RGRoute.cpp build/moc/moc_RGPath.cpp build/moc/moc_RGViewWidget.cpp build/moc/moc_RGEditPathPoint.cpp build/moc/moc_RGEditPath.cpp build/moc/moc_RGUndoRedo.cpp build/moc/moc_RGGraphicsObjectUndo.cpp
build/moc/moc_RGMainWindow.cpp: RGMainWindow.h
   /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGMainWindow.h -o build/moc/moc_RGMainWindow.cpp

build/moc/moc_RGVehicleDialog.cpp: build/ui/ui_vehicledialog.h \
      RGVehicle.h \
      RGVehicleList.h \
      RGVehicleOriginPt.h \
      RGVehicleDialog.h
   /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGVehicleDialog.h -o build/moc/moc_RGVehicleDialog.cpp

build/moc/moc_RGSettingsDialog.cpp: build/ui/ui_settings.h \
      RGSettingsDialog.h
   /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGSettingsDialog.h -o build/moc/moc_RGSettingsDialog.cpp

build/moc/moc_RGGoogleMap.cpp: build/ui/ui_googlemap.h \
      RGGoogleMap.h
   /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGGoogleMap.h -o build/moc/moc_RGGoogleMap.cpp

build/moc/moc_RGEncVideo.cpp: build/ui/ui_videosettings.h \
      RGEncVideo.h
   /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGEncVideo.h -o build/moc/moc_RGEncVideo.cpp

build/moc/moc_RGEncBmp2avi.cpp: RGEncVideo.h \
      build/ui/ui_videosettings.h \
      RGEncBmp2avi.h
   /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGEncBmp2avi.h -o build/moc/moc_RGEncBmp2avi.cpp

build/moc/moc_RGRouteUi.cpp: RGRouteUi.h
   /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGRouteUi.h -o build/moc/moc_RGRouteUi.cpp

build/moc/moc_RGRoute.cpp: RGGraphicsObjectUndo.h \
      RGVehicleList.h \
      RGVehicle.h \
      RGPath.h \
      RGEditPath.h \
      RGEditPathPoint.h \
      RGRoute.h
   /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGRoute.h -o build/moc/moc_RGRoute.cpp

build/moc/moc_RGPath.cpp: RGPath.h
   /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGPath.h -o build/moc/moc_RGPath.cpp

build/moc/moc_RGViewWidget.cpp: RGRoute.h \
      RGGraphicsObjectUndo.h \
      RGVehicleList.h \
      RGVehicle.h \
      RGPath.h \
      RGEditPath.h \
      RGEditPathPoint.h \
      RGViewWidget.h
   /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGViewWidget.h -o build/moc/moc_RGViewWidget.cpp

build/moc/moc_RGEditPathPoint.cpp: RGEditPathPoint.h
   /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGEditPathPoint.h -o build/moc/moc_RGEditPathPoint.cpp

build/moc/moc_RGEditPath.cpp: RGEditPathPoint.h \
      RGEditPath.h
   /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGEditPath.h -o build/moc/moc_RGEditPath.cpp

build/moc/moc_RGUndoRedo.cpp: RGGraphicsObjectUndo.h \
      RGUndoRedo.h
   /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGUndoRedo.h -o build/moc/moc_RGUndoRedo.cpp

build/moc/moc_RGGraphicsObjectUndo.cpp: RGGraphicsObjectUndo.h
   /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGGraphicsObjectUndo.h -o build/moc/moc_RGGraphicsObjectUndo.cpp

compiler_rcc_make_all: qrc_routegen.cpp
compiler_rcc_clean:
   -$(DEL_FILE) qrc_routegen.cpp
qrc_routegen.cpp: routegen.qrc \
      icons/new-route.png \
      icons/mapgen.png \
      icons/desktop-32.png \
      icons/exit.png \
      icons/filesave.png \
      icons/google-maps-logo.png \
      icons/fileopen.png \
      icons/generate.png \
      icons/redo.png \
      icons/undo.png \
      icons/reset.png \
      icons/player_stop.png \
      icons/player_play.png \
      icons/draw-path.png \
      icons/settings.png
   /usr/lib64/qt4/bin/rcc -name routegen routegen.qrc -o qrc_routegen.cpp

compiler_image_collection_make_all: build/ui/qmake_image_collection.cpp
compiler_image_collection_clean:
   -$(DEL_FILE) build/ui/qmake_image_collection.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all: build/ui/ui_routegen.h build/ui/ui_settings.h build/ui/ui_googlemap.h build/ui/ui_vehicledialog.h build/ui/ui_videosettings.h build/ui/ui_routeui.h
compiler_uic_clean:
   -$(DEL_FILE) build/ui/ui_routegen.h build/ui/ui_settings.h build/ui/ui_googlemap.h build/ui/ui_vehicledialog.h build/ui/ui_videosettings.h build/ui/ui_routeui.h
build/ui/ui_routegen.h: routegen.ui
   /usr/lib64/qt4/bin/uic routegen.ui -o build/ui/ui_routegen.h

build/ui/ui_settings.h: settings.ui
   /usr/lib64/qt4/bin/uic settings.ui -o build/ui/ui_settings.h

build/ui/ui_googlemap.h: googlemap.ui
   /usr/lib64/qt4/bin/uic googlemap.ui -o build/ui/ui_googlemap.h

build/ui/ui_vehicledialog.h: vehicledialog.ui
   /usr/lib64/qt4/bin/uic vehicledialog.ui -o build/ui/ui_vehicledialog.h

build/ui/ui_videosettings.h: videosettings.ui
   /usr/lib64/qt4/bin/uic videosettings.ui -o build/ui/ui_videosettings.h

build/ui/ui_routeui.h: routeui.ui
   /usr/lib64/qt4/bin/uic routeui.ui -o build/ui/ui_routeui.h

compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean

####### Compile

build/obj/main.o: main.cpp RGMainWindow.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/main.o main.cpp

build/obj/RGMainWindow.o: RGMainWindow.cpp RGMainWindow.h \
      RGSettings.h \
      RGSettingsDialog.h \
      build/ui/ui_settings.h \
      RGGoogleMap.h \
      build/ui/ui_googlemap.h \
      RGVehicleList.h \
      RGVehicle.h \
      RGEncVideo.h \
      build/ui/ui_videosettings.h \
      RGEncFFmpeg.h \
      RGEncBmp2avi.h \
      RGRoute.h \
      RGGraphicsObjectUndo.h \
      RGPath.h \
      RGEditPath.h \
      RGEditPathPoint.h \
      RGRouteUi.h \
      RGViewWidget.h \
      RGUndoRedo.h \
      build/ui/ui_routegen.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGMainWindow.o RGMainWindow.cpp

build/obj/RGVehicleDialog.o: RGVehicleDialog.cpp RGVehicleDialog.h \
      build/ui/ui_vehicledialog.h \
      RGVehicle.h \
      RGVehicleList.h \
      RGVehicleOriginPt.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGVehicleDialog.o RGVehicleDialog.cpp

build/obj/RGSettings.o: RGSettings.cpp RGSettings.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGSettings.o RGSettings.cpp

build/obj/RGSettingsDialog.o: RGSettingsDialog.cpp RGSettingsDialog.h \
      build/ui/ui_settings.h \
      RGSettings.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGSettingsDialog.o RGSettingsDialog.cpp

build/obj/RGGoogleMap.o: RGGoogleMap.cpp RGGoogleMap.h \
      build/ui/ui_googlemap.h \
      RGSettings.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGGoogleMap.o RGGoogleMap.cpp

build/obj/RGVehicle.o: RGVehicle.cpp RGVehicle.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGVehicle.o RGVehicle.cpp

build/obj/RGVehicleList.o: RGVehicleList.cpp RGSettings.h \
      RGVehicleList.h \
      RGVehicle.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGVehicleList.o RGVehicleList.cpp

build/obj/RGEncVideo.o: RGEncVideo.cpp RGEncVideo.h \
      build/ui/ui_videosettings.h \
      RGSettings.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGEncVideo.o RGEncVideo.cpp

build/obj/RGEncFFmpeg.o: RGEncFFmpeg.cpp RGEncFFmpeg.h \
      RGEncVideo.h \
      build/ui/ui_videosettings.h \
      RGSettings.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGEncFFmpeg.o RGEncFFmpeg.cpp

build/obj/RGEncBmp2avi.o: RGEncBmp2avi.cpp RGEncBmp2avi.h \
      RGEncVideo.h \
      build/ui/ui_videosettings.h \
      RGSettings.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGEncBmp2avi.o RGEncBmp2avi.cpp

build/obj/RGRouteUi.o: RGRouteUi.cpp RGRouteUi.h \
      build/ui/ui_routeui.h \
      RGVehicleDialog.h \
      build/ui/ui_vehicledialog.h \
      RGVehicle.h \
      RGVehicleList.h \
      RGVehicleOriginPt.h \
      RGSettings.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGRouteUi.o RGRouteUi.cpp

build/obj/RGRoute.o: RGRoute.cpp RGRoute.h \
      RGGraphicsObjectUndo.h \
      RGVehicleList.h \
      RGVehicle.h \
      RGPath.h \
      RGEditPath.h \
      RGEditPathPoint.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGRoute.o RGRoute.cpp

build/obj/RGPath.o: RGPath.cpp RGPath.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGPath.o RGPath.cpp

build/obj/RGViewWidget.o: RGViewWidget.cpp RGViewWidget.h \
      RGRoute.h \
      RGGraphicsObjectUndo.h \
      RGVehicleList.h \
      RGVehicle.h \
      RGPath.h \
      RGEditPath.h \
      RGEditPathPoint.h \
      RGSettings.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGViewWidget.o RGViewWidget.cpp

build/obj/RGEditPathPoint.o: RGEditPathPoint.cpp RGEditPathPoint.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGEditPathPoint.o RGEditPathPoint.cpp

build/obj/RGEditPath.o: RGEditPath.cpp RGEditPath.h \
      RGEditPathPoint.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGEditPath.o RGEditPath.cpp

build/obj/RGVehicleOriginPt.o: RGVehicleOriginPt.cpp RGVehicleOriginPt.h \
      RGVehicle.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGVehicleOriginPt.o RGVehicleOriginPt.cpp

build/obj/RGUndoRedo.o: RGUndoRedo.cpp RGUndoRedo.h \
      RGGraphicsObjectUndo.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGUndoRedo.o RGUndoRedo.cpp

build/obj/RGGraphicsObjectUndo.o: RGGraphicsObjectUndo.cpp RGGraphicsObjectUndo.h
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGGraphicsObjectUndo.o RGGraphicsObjectUndo.cpp

build/obj/moc_RGMainWindow.o: build/moc/moc_RGMainWindow.cpp
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGMainWindow.o build/moc/moc_RGMainWindow.cpp

build/obj/moc_RGVehicleDialog.o: build/moc/moc_RGVehicleDialog.cpp
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGVehicleDialog.o build/moc/moc_RGVehicleDialog.cpp

build/obj/moc_RGSettingsDialog.o: build/moc/moc_RGSettingsDialog.cpp
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGSettingsDialog.o build/moc/moc_RGSettingsDialog.cpp

build/obj/moc_RGGoogleMap.o: build/moc/moc_RGGoogleMap.cpp
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGGoogleMap.o build/moc/moc_RGGoogleMap.cpp

build/obj/moc_RGEncVideo.o: build/moc/moc_RGEncVideo.cpp
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGEncVideo.o build/moc/moc_RGEncVideo.cpp

build/obj/moc_RGEncBmp2avi.o: build/moc/moc_RGEncBmp2avi.cpp
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGEncBmp2avi.o build/moc/moc_RGEncBmp2avi.cpp

build/obj/moc_RGRouteUi.o: build/moc/moc_RGRouteUi.cpp
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGRouteUi.o build/moc/moc_RGRouteUi.cpp

build/obj/moc_RGRoute.o: build/moc/moc_RGRoute.cpp
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGRoute.o build/moc/moc_RGRoute.cpp

build/obj/moc_RGPath.o: build/moc/moc_RGPath.cpp
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGPath.o build/moc/moc_RGPath.cpp

build/obj/moc_RGViewWidget.o: build/moc/moc_RGViewWidget.cpp
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGViewWidget.o build/moc/moc_RGViewWidget.cpp

build/obj/moc_RGEditPathPoint.o: build/moc/moc_RGEditPathPoint.cpp
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGEditPathPoint.o build/moc/moc_RGEditPathPoint.cpp

build/obj/moc_RGEditPath.o: build/moc/moc_RGEditPath.cpp
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGEditPath.o build/moc/moc_RGEditPath.cpp

build/obj/moc_RGUndoRedo.o: build/moc/moc_RGUndoRedo.cpp
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGUndoRedo.o build/moc/moc_RGUndoRedo.cpp

build/obj/moc_RGGraphicsObjectUndo.o: build/moc/moc_RGGraphicsObjectUndo.cpp
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGGraphicsObjectUndo.o build/moc/moc_RGGraphicsObjectUndo.cpp

build/obj/qrc_routegen.o: qrc_routegen.cpp
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/qrc_routegen.o qrc_routegen.cpp

####### Install

install_target: first FORCE
   @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/bin/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/bin/
   -$(INSTALL_PROGRAM) "$(QMAKE_TARGET)" "$(INSTALL_ROOT)/usr/local/bin/$(QMAKE_TARGET)"

uninstall_target:  FORCE
   -$(DEL_FILE) "$(INSTALL_ROOT)/usr/local/bin/$(QMAKE_TARGET)"
   -$(DEL_DIR) $(INSTALL_ROOT)/usr/local/bin/


install_icon: first FORCE
   @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/pixmaps/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/pixmaps/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/icons/mapgen.png $(INSTALL_ROOT)/usr/local/share/pixmaps/


uninstall_icon:  FORCE
   -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/pixmaps/mapgen.png
   -$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/pixmaps/


install_dfile: first FORCE
   @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/applications/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/applications/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/routegen.desktop $(INSTALL_ROOT)/usr/local/share/applications/


uninstall_dfile:  FORCE
   -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/applications/routegen.desktop
   -$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/applications/


install_doc: first FORCE
   @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/routegen/doc/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/routegen/doc/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/bike.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/bike_corrected.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/drawmode.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/generate.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/google-link-copy.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/google-link-paste.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/google-link.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/google-maps-logo.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/player_play.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/player_stop.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/toolbar.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/tutorial.html $(INSTALL_ROOT)/usr/local/share/routegen/doc/


uninstall_doc:  FORCE
   -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/bike.png
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/bike_corrected.png
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/drawmode.png
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/generate.png
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/google-link-copy.png
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/google-link-paste.png
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/google-link.png
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/google-maps-logo.png
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/player_play.png
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/player_stop.png
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/toolbar.png
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/tutorial.html
   -$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/routegen/doc/


install_data: first FORCE
   @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/routegen/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/routegen/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/google-maps-template.html $(INSTALL_ROOT)/usr/local/share/routegen/


uninstall_data:  FORCE
   -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/google-maps-template.html
   -$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/routegen/


install_vehicles: first FORCE
   @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/vehicles/airplane.png $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/vehicles/bicycle.png $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/vehicles/bike.gif $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/vehicles/boat.png $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/vehicles/car.png $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/
   -$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/vehicles/train.png $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/


uninstall_vehicles:  FORCE
   -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/airplane.png
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/bicycle.png
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/bike.gif
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/boat.png
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/car.png
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/train.png
   -$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/


install:  install_target install_icon install_dfile install_doc install_data install_vehicles  FORCE

uninstall: uninstall_target uninstall_icon uninstall_dfile uninstall_doc uninstall_data uninstall_vehicles   FORCE

FORCE:
captainfur1
 
Posts: 18
Joined: Aug 6th, '14, 14:00

Re: ./configure Error solved But now missing separator error

Postby tarakbumba » Jan 9th, '15, 11:29

There is a syntax error in .pro file i suppose. Created makefile also inherits this error. You may want to find the erroring line in makefile (which make command should report it) and fix that line according to this.
tarakbumba
 
Posts: 138
Joined: Apr 6th, '11, 22:50

Re: ./configure Error solved But now missing separator error

Postby captainfur1 » Jan 9th, '15, 11:33

Thanks tarakbumba, I'll see if I can work it out.
captainfur1
 
Posts: 18
Joined: Aug 6th, '14, 14:00

Re: ./configure Error solved But now missing separator error

Postby captainfur1 » Jan 9th, '15, 11:43

OK fix error in line 228 but now a different error in line 399 - I will persist.
captainfur1
 
Posts: 18
Joined: Aug 6th, '14, 14:00

Re: ./configure Error solved But now missing separator error

Postby tarakbumba » Jan 9th, '15, 11:47

captainfur1 wrote:OK fix error in line 228 but now a different error in line 399 - I will persist.

Would you mind to a bit more explanatory? Same error in line 399 or another? If a different error, then what?
tarakbumba
 
Posts: 138
Joined: Apr 6th, '11, 22:50

Re: ./configure Error solved But now missing separator error

Postby captainfur1 » Jan 9th, '15, 12:15

Code: Select all
[root@localhost src]# make
g++ -c -pipe -g -Wall -W -D_REENTRANT -DAPP_PATH=\"/usr/local/share/routegen\" -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtWebKit -I/usr/include -I. -Ibuild/moc -Ibuild/ui -o build/obj/RGMainWindow.o RGMainWindow.cpp
In file included from RGGoogleMap.h:20:0,
                 from RGMainWindow.cpp:27:
build/ui/ui_googlemap.h:29:29: fatal error: QtWebKit/QWebView: No such file or directory
 #include <QtWebKit/QWebView>
                             ^
compilation terminated.
Makefile:399: recipe for target 'build/obj/RGMainWindow.o' failed
make: *** [build/obj/RGMainWindow.o] Error 1
[root@localhost src]#


Line 399 from Makefile:
Code: Select all
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGMainWindow.o RGMainWindow.cpp


Problem with line 228 was a long line of instructions was being split at the wrong spot.
captainfur1
 
Posts: 18
Joined: Aug 6th, '14, 14:00

Re: ./configure Error solved But now missing separator error

Postby tarakbumba » Jan 9th, '15, 14:15

captainfur1 wrote:
Code: Select all
[root@localhost src]# make
g++ -c -pipe -g -Wall -W -D_REENTRANT -DAPP_PATH=\"/usr/local/share/routegen\" -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtWebKit -I/usr/include -I. -Ibuild/moc -Ibuild/ui -o build/obj/RGMainWindow.o RGMainWindow.cpp
In file included from RGGoogleMap.h:20:0,
                 from RGMainWindow.cpp:27:
build/ui/ui_googlemap.h:29:29: fatal error: QtWebKit/QWebView: No such file or directory
 #include <QtWebKit/QWebView>
                             ^
compilation terminated.
Makefile:399: recipe for target 'build/obj/RGMainWindow.o' failed
make: *** [build/obj/RGMainWindow.o] Error 1
[root@localhost src]#


Line 399 from Makefile:
Code: Select all
   $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGMainWindow.o RGMainWindow.cpp


Problem with line 228 was a long line of instructions was being split at the wrong spot.


You' re missing libqtwebkit2.2-devel package and i suppose there will be other dependencies are missing from your system. Please do a
Code: Select all
urpmf missing_file

where missing_file is a devel library like QWebView and install that devel package to satisfy dependencies.

To be fair, author of the software did not even try to compile it for Linux (from README you've posted) so he forgot to mention or didn't know what dependencies are required.
tarakbumba
 
Posts: 138
Joined: Apr 6th, '11, 22:50

Re: ./configure Error solved But now missing separator error

Postby captainfur1 » Jan 9th, '15, 14:31

Thankyou heaps tarakbumba! It worked (I installed the 64bit version). I had tried installing a couple other versions of webkit (3,4 and even 5 I think) but obviously the wrong ones.

I've been using Linux for 12 or so years but don't know that much about compiling etc and when I have done it in the past I have never had any real problems.


Cheers,

Glenn
captainfur1
 
Posts: 18
Joined: Aug 6th, '14, 14:00

Re: [SOLVED]./configure Error solved But now missing separat

Postby captainfur1 » Jan 9th, '15, 14:48

Actually looking what I had installed I had various lib64webkit devel files installed but no lib64qtwebkit devel files installed.
captainfur1
 
Posts: 18
Joined: Aug 6th, '14, 14:00

Re: [SOLVED]./configure Error solved But now missing separat

Postby tarakbumba » Jan 9th, '15, 15:00

Your welcome.
tarakbumba
 
Posts: 138
Joined: Apr 6th, '11, 22:50


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest