xxsergzzxx / gmailnotifier

Automatically exported from code.google.com/p/gmailnotifier
GNU General Public License v2.0
1 stars 0 forks source link

initial install problem perhaps linked with an issue with "make"? #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  follow the steps listed on http://code.google.com/p/gmailnotifier/

What is the expected output? What do you see instead?  There are a few
errors you will see in the attached file. these errors (I believe) are
keeping the source code from installing correctly.

What version of the product are you using? On what operating system?  I'm
using rev 124 on a toshiba laptop running Kubuntu 8.10

Please provide any additional information below.  I've attached a
copy-and-paste form of my command line output when trying to compile the
source code.  For "./build.sh" I added "--debug" to try and help everyone
figure out the problem.  Thanks in advance - nehemiah

Original issue reported on code.google.com by lb5...@gmail.com on 13 Mar 2009 at 4:00

Attachments:

GoogleCodeExporter commented 9 years ago
I'm no expert but I'm pretty sure this is not a problem with Gmail Notifier but 
with
your system that's missing some development packages.

Did you have a look at issue #8 where someone also reported building problems 
with
Kubuntu 8.10?

Marking as Invalid... Feel free to reopen if you believe it's not!

PS: Using "--debug" with the ./build.sh script is useless since this script 
doesn't
process any command line arguments. It was only meant to make the compilation 
process
faster during the development stage.

Original comment by gcnweb@gmail.com on 13 Mar 2009 at 11:27

GoogleCodeExporter commented 9 years ago
Ooops, I forgot... Reading your debug output, I saw you're using KDE 4.1!

As said on http://code.google.com/p/gmailnotifier/#Source_code you *MUST* stick 
to
the SVN rev.59. Because after that rev, Gmail Notifier uses some API that are 
only
available starting from KDE 4.2.

You have 2 choices here:
- Stick to Gmail Notifier's SVN rev.59
- Update to KDE4.2.x

Original comment by gcnweb@gmail.com on 13 Mar 2009 at 11:50