Warning: session_start(): open(/tmp/sess_4pudhf3qda7eu4155t6an4dgd1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
olelukoie's comments openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login

-
- olelukoie's profile .- Fan of (1) .- CV  .- Friends  .- Content  .- Latest Comments (16) . 
Wrong include paths
Feb 9 2014  on content qNotesManager

Your pro file contains the following lines (55-57):

INCLUDEPATH += src/qca/QtCrypto \
src/exceptions \
src/models

First there're no src/exceptions and src/models paths in your sources.

Second unconditional usage of your own copy of QCA headers creates conflicts with a system QCA library on non-Windows systems. Use your own copy of the headers only on Windows. On most Linux systems this path should be /usr/include/QtCrypto and thus using #include <QtCrypto/QtCrypto> in your source code you would completely eliminate the need to provide this path on 'unix' systems.

.
Wrong library path in unix section of pro file
Feb 9 2014  on content qNotesManager

Lines 60-61 in your pro contain wrong -L option with a wrong library search path.
First in contains a whitespace between -L and a path.
Second the path /usr/lib is a system path, it is used automatically and can vary on different systems and architectures (/usr/lib, /usr/lib32, /usr/lib64). Do not add it in LIBS.

.
Wrong path delimiter in qNotesManager.pro
Feb 9 2014  on content qNotesManager

qmake gives me the following warning:
WARNING: /home/olelukoie/rpmbuild/BUILD/qNotesManager-0.9.4/qNotesManager.pro:8: Unescaped backslashes are deprecated.

This line #8 in the pro file states:

$(QTDIR)\include

It contains Windows-style path delimiter that won't work on non-windows systems and thus has to be changes.

.
Download link is wrong
Feb 9 2014  on content qNotesManager

Your download link is called 'Source' but is redirected to Win32 binary version. Fix it please.

.
Re: Re: Error compiling
Oct 12 2009  on content PeaZip

What do you mean with "you can replace"? How to do this? Do you provide an option that I've missed? I'm not a Pascal/Delphi/Lazarus developer so I need more exact instructions on what to do.

.
Error compiling
Oct 11 2009  on content PeaZip

I have found the cause of the problem I've reported previously with compiling crc16.pas on x86_64. It is your std.inc file that has the following code:

{$ifndef BIT16}
{$define BIT32}
{$endif}

This is completely wrong for 64-bit system.

After I have removed these tree lines I have managed to go a bit farther and now I get the following build error:

Compiling md4.pas
md4.pas(354,7) Fatal: Syntax error, ";" expected but "(" found

I don't know how to fix this. It seems like the library you're using for crc/hashes processing is not 64-bit compatible at all and it worth to try to find something else.

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team