Giter Site home page Giter Site logo

Unable to resize lef window about printruler HOT 12 OPEN

beatwolf avatar beatwolf commented on August 11, 2024
Unable to resize lef window

from printruler.

Comments (12)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
I have had the same issue here. Just compile it from source. It worked fine for 
me 
and solved the problem! :)

Original comment by [email protected] on 31 Jul 2009 at 1:33

from printruler.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Thank you so much. It completely fixed it.
 I'm a total Linux newbie and it took me a while to figure out I had to install SVN
(was hesitant to install anything called "subversion" ;-) )

Original comment by [email protected] on 12 Oct 2009 at 2:35

from printruler.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
[deleted comment]

from printruler.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
[deleted comment]

from printruler.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
[deleted comment]

from printruler.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Hi krishnam

newbie to and having same issue. could you write me the steps you've done to 
have it
solved? thanks
Gerald

ps. I'm on 9.10

Original comment by [email protected] on 15 Dec 2009 at 9:04

from printruler.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
ps. tried 


svn checkout http://printruler.googlecode.com/svn/trunk/ printruler-read-only
cd printruler-read-only
qmake-qt4
make

but get the error:
make[1]: Entering directory `/home/gre/printruler-read-only'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG
-DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I.
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml
-I/usr/include/qt4 -Irelease -o release/PrinterOptions.o src/PrinterOptions.cpp
In file included from src/PrinterOptions.cpp:1:
src/PrinterOptions.h:4:17: error: QtGui: No such file or directory
In file included from src/PrinterOptions.cpp:1:
src/PrinterOptions.h:7: error: expected class-name before ‘{’ token
src/PrinterOptions.h:8: error: ISO C++ forbids declaration of ‘Q_OBJECT’ 
with no type
src/PrinterOptions.h:9: error: expected ‘;’ before ‘public’
src/PrinterOptions.h:13: error: ‘QString’ does not name a type
src/PrinterOptions.h:17: error: ‘QStringList’ does not name a type
src/PrinterOptions.h:19: error: expected ‘:’ before ‘slots’
src/PrinterOptions.h:20: error: expected primary-expression before ‘void’
src/PrinterOptions.h:20: error: ISO C++ forbids declaration of ‘slots’ with 
no type
src/PrinterOptions.h:20: error: expected ‘;’ before ‘void’
src/PrinterOptions.h:23: error: ‘QString’ does not name a type
src/PrinterOptions.h:24: error: ISO C++ forbids declaration of ‘QList’ with 
no type
src/PrinterOptions.h:24: error: expected ‘;’ before ‘<’ token
src/PrinterOptions.h:25: error: ISO C++ forbids declaration of ‘QList’ with 
no type
src/PrinterOptions.h:25: error: expected ‘;’ before ‘<’ token
src/PrinterOptions.h:26: error: ISO C++ forbids declaration of ‘QList’ with 
no type
src/PrinterOptions.h:26: error: expected ‘;’ before ‘<’ token
src/PrinterOptions.cpp:3: error: expected ‘)’ before ‘*’ token
make[1]: *** [release/PrinterOptions.o] Error 1
make[1]: Leaving directory `/home/gre/printruler-read-only'
make: *** [release] Error 2



Original comment by [email protected] on 15 Dec 2009 at 9:20

from printruler.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Hi Gerald,
Happy to help (this is why open source rocks, right? :-))
you need to have installed subversion (svn). Once that is done, open up a 
terminal &
type:

>svn co http://printruler.googlecode.com/svn/trunk/ printruler-read-only
 (without the >, obviously :-) )
This will "checkout" the files and create the directory "printruler-read-only"
go to that directory and execute the following commands (also in the Readme 
file)
>qmake-qt4
>make
>make install
for that last one, I had to use
>sudo make install
because I needed to overwrite my previous install.

Hope this helps (OSS forever :-) )


Original comment by [email protected] on 20 Dec 2009 at 10:11

from printruler.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Gerald,
re-read your screen dump. Before you do comment #8
Ensure you have the the QT4 packages installed (go to Ubuntu's package manager 
and
add the QT4 package). 

Original comment by [email protected] on 20 Dec 2009 at 10:13

from printruler.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
[deleted comment]

from printruler.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
you must install qt4-dev-tools
  sudo apt-get install qt4-dev-tools

Original comment by [email protected] on 26 Apr 2010 at 6:56

from printruler.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Non working, another solution? I tried everything.
Using ubuntu 11.10 under gnome3

Original comment by [email protected] on 19 Feb 2012 at 5:06

from printruler.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.