MikeBland / eepe

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

No Makefile(s)? #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. check out the source
2. cd eepe/src
3. qmake (does nothing? reports nothing) make "No Makefile"

There doesn't appear to be a Makefile in the repository. Perhaps it's only in 
your local copy? :)

FYI, I'm intending to build this on my Mac (OS X Snow Leopard 10.6).

Oh -- I just noticed an xcodeproj directory ... nice ... Yup. That worked. 
AWESOME. What a mammoth effort this must have been! Well freakin done. :-D

Gruvin

Original issue reported on code.google.com by gru...@gmail.com on 16 Dec 2010 at 9:04

GoogleCodeExporter commented 8 years ago
There is no makefile because qmake makes one.

Original comment by erezra...@gmail.com on 16 Dec 2010 at 9:19

GoogleCodeExporter commented 8 years ago
Ah -- but is does not. It does nothing.

Original comment by gru...@gmail.com on 16 Dec 2010 at 8:55

GoogleCodeExporter commented 8 years ago
Ah! But is does SOMETHING. :-D It constructs the eepe.xcodeproj Xcode
Project. Far out. Impressive. (It doesn't say it did anything though. But I
guess that's not under your control.)

"Issue" resolved then.

eePe is AWESOME by the way. Very impressed that you went to all this
trouble.

Bryan.

Original comment by gru...@gmail.com on 16 Dec 2010 at 9:00

GoogleCodeExporter commented 8 years ago
eePe$ ls Makefile
ls: Makefile: No such file or directory
eePe$ qmake
eePe$ ls Makefile
ls: Makefile: No such file or directory

Original comment by gru...@gmail.com on 16 Dec 2010 at 9:01

GoogleCodeExporter commented 8 years ago
Some copy/paste text for your docs, should you want it ...

Mac users can install the Qt Developer stuff from here:
http://get.qt.nokia.com/qt/source/qt-mac-cocoa-opensource-4.6.2.dmg

Then svn checkout eePe from the eePe project site as above.

On the Mac, when you run qmake, is does not write out a Makefile, but
instead creates a complete eepe.xcodeproj/ Xcode project folder. Open that
project in Xcode, click *Build/Run* and you'll be all set.

Original comment by gru...@gmail.com on 16 Dec 2010 at 9:06

GoogleCodeExporter commented 8 years ago
I should have noted that you need OS X Leopard (1.5) to install that version
of the Qt developer tools. The  Nokia download site has earlier version that
might still work.

Original comment by gru...@gmail.com on 16 Dec 2010 at 9:06

GoogleCodeExporter commented 8 years ago

Original comment by erezra...@gmail.com on 17 Dec 2010 at 7:16