Jump to content

photoworks

Members
  • Posts

    326
  • Joined

  • Last visited

Posts posted by photoworks

  1. Not sure if it is the right place to post this message, but i give it a go.

     

    Took me a long time to make my tablet work and to familiarise myself with inkscape.

     

    However i think i have the hang of it now.

     

    Here is one of my few creation done entirely in Inkscape under Mandriva Spring 2007:

     

    Alicia_masters_final_version_by_lordhelikaon.jpg

     

    What do you guys think.

     

    :mellow:

  2. Just to clarify a bit, you spent less the a minute installing scribus. :)

     

    You spent the evening setting up your development environment, which you would also have had to do using another OS (such as Windows), then compiling your application from source code (if that application version was not yet available for that OS).

     

    I should also note here, that if you had read and followed the requirements and instructions on both the scribus web site and or the instructions in the tarball, it would not have taken so much of your time.

     

    For the record, now that you have your dev-environment set up, it will not take so long to compile from source again.

     

    I hope that you understand that this is an explanation, and not meant to be a sarcastic statement. :)

     

    @admin, I suppose that this can be marked as solved.

    i am sorry, but from the time i had all the requirements done and i started to launch the process from ./configure , it took 2 hours for my machine to compile and install scribus from the source. HARDLY 1 minute.

  3. It's libqt3 and libqt3-devel, use your gui software management to find them. You will also need libxml2 and libxml2-devel.

     

    Here are all the requirements.

    amazing, i was able to compile scribus after having had to download 700 mb OF Development packages.

     

    it was a very strenuous experience.

     

    no wonder people stick to windows or mac.

     

    i wasted all my evening to install scribus and after that i too tired and p*&"£ed of to do something on it.

     

    Linux is defintely NOT READY for the common user, like all distros want to make us believe, it is still aimed to the fervent computer geek.

     

    i am again very much disapointed.

     

    like i said before, id rather spend my time using the DTP and graphic software raher than wasting time trying to install them.

     

    :realmad:

  4. What you do need to understand is you are not simply installing a piece of software you are compiling software prior to installing it. Very different. Anyway the first output(s) as it says are warnings and scribus will carry on regardless.

    QT problem tells you to look at the end of the config.log. This will have been created in the directory you are compiling from. Take a look at it and it will give you clues. Also the ./cofigure is telling it needs the (headers and libraries). You say you installed all the development packages you could find, may be you need sdk's, or qtlib packages.This is where the learning comes in. Look at the log file and I'll bet you find the answer in there.

    all right, i finished installing the sdk packages and when i want to install qtlib, it tells me :

     

    urpmi qtlib

    No package named qtlib

     

    i am stuck again, 602 mb downloaded and installed for nothing.

  5. all right i have installed all development packages i can find.

    now when i run ./configure, here is what it tells me :

    No package 'fontconfig' found

    not found

    checking for fontconfig-config... no

    configure: WARNING: Couldn't find fontconfig-config or find fontconfig with pkg-config

    checking for FcPatternBuild in -lfontconfig... no

    configure: WARNING:

    -------------------------------------------------------------------------------

    The optional library libfontconfig could not be found. See the BUILDING file.

     

    You may need to install some additional libraries or packages (on Linux,

    that may mean -dev or -devel packages too). Also check your environment

    variables. If you're on a 64 bit machine, maybe you need to add

    --enable-libsuffix=64 to the configure arguments.

    See the BUILDING file for further details and troubleshooting information.

    This library is optional, and Scribus will build without it. Continuing.

    -------------------------------------------------------------------------------

     

    configure: WARNING: Couldn't find a usable libfontconfig

    checking for xml2-config... no

    configure: WARNING:

    -------------------------------------------------------------------------------

    The optional library libxml2 could not be found. See the BUILDING file.

     

    You may need to install some additional libraries or packages (on Linux,

    that may mean -dev or -devel packages too). Also check your environment

    variables. If you're on a 64 bit machine, maybe you need to add

    --enable-libsuffix=64 to the configure arguments.

    See the BUILDING file for further details and troubleshooting information.

    This library is optional, and Scribus will build without it. Continuing.

    -------------------------------------------------------------------------------

     

    configure: WARNING: Couldn't find a usable libxml2

    and

     

    checking for Qt... configure: error: Qt (>= Qt 3.3) (headers and libraries) not found. Please check your installation!

    For more details about this problem, look at the end of config.log.

    however when i tried to install the packages, it tells me that they are already installed, i.e :

     

     

    [root@photoworks nova]# urpmi fontconfig

    Package fontconfig-2.4.2-2mdv2007.1.i586 is already installed

     

    urpmi qt3

    Package qt3-common-3.3.8-4mdv2007.1.i586 is already installed

    [root@photoworks nova]#

     

    so i am at a loss again.

    i don't understant all that hassle to install just one software.

     

    help please.

     

    :wall: :wall: :wall: :wall: :wall:

  6. You have already been told that you need to install a bunch of -devel packages before trying to compile.

    Else, no dice.

    It's no secret that Mandriva isn't the best environment for building from source, but you may get away IF you pay attention to what has been suggested to you.

     

    i already have installed the devel packages suggested (qt3, cups, python, ghostscript ) which other one do i need to install then ?

     

    :unsure: :unsure: :unsure:

  7. Well, it says it cannot find the file. You're sure it's the right filename? Try open konqueror and then navigate to the file and unpack it using Ark (or file-roller if you're using gnome).

     

    ok i tried it again by unpacking with Ark.

     

    Now i enter the following command :

    ./configure

     

    however, this is what is displayed :

     

    checking build system type... i686-pc-linux-gnu

    checking host system type... i686-pc-linux-gnu

    checking target system type... i686-pc-linux-gnu

    checking for a BSD-compatible install... /usr/bin/install -c

    checking for -p flag to install... yes

    checking whether build environment is sane... yes

    checking for gawk... gawk

    checking whether make sets $(MAKE)... yes

    
    

    not using lib directory suffix

    checking for extra includes... no

    checking for extra libs... no

    checking for pkg-config... /usr/bin/pkg-config

    checking for style of include used by make... GNU

    checking for g++... no

    checking for c++... no

    checking for gpp... no

    checking for aCC... no

    checking for CC... no

    checking for cxx... no

    checking for cc++... no

    checking for cl.exe... no

    checking for FCC... no

    checking for KCC... no

    checking for RCC... no

    checking for xlC_r... no

    checking for xlC... no

    checking for C++ compiler default output file name... configure: error: C++ comp iler cannot create executables

     

    here is what it says in the config file :

    This file contains any messages produced by compilers while

    running configure, to aid debugging if configure makes a mistake.

     

    It was created by configure, which was

    generated by GNU Autoconf 2.60. Invocation command line was

     

    $ ./configure

     

    ## --------- ##

    ## Platform. ##

    ## --------- ##

     

    hostname = photoworks

    uname -m = i686

    uname -r = 2.6.21-0.rc3.4mdv

    uname -s = Linux

    uname -v = #1 Wed Mar 21 06:19:40 EDT 2007

     

    /usr/bin/uname -p = unknown

    /bin/uname -X = unknown

     

    /bin/arch = i686

    /usr/bin/arch -k = unknown

    /usr/convex/getsysinfo = unknown

    /usr/bin/hostinfo = unknown

    /bin/machine = unknown

    /usr/bin/oslevel = unknown

    /bin/universe = unknown

     

    PATH: /usr/bin

    PATH: /bin

    PATH: /usr/local/bin

    PATH: /usr/X11R6/bin/

    PATH: /usr/games

    PATH: /usr/lib/qt3//bin

    PATH: /home/nova/bin

    PATH: /usr/lib/qt3//bin

     

     

    ## ----------- ##

    ## Core tests. ##

    ## ----------- ##

     

    configure:2084: checking build system type

    configure:2102: result: i686-pc-linux-gnu

    configure:2124: checking host system type

    configure:2139: result: i686-pc-linux-gnu

    configure:2161: checking target system type

    configure:2176: result: i686-pc-linux-gnu

    configure:2237: checking for a BSD-compatible install

    configure:2293: result: /usr/bin/install -c

    configure:2308: checking for -p flag to install

    configure:2321: result: yes

    configure:2332: checking whether build environment is sane

    configure:2375: result: yes

    configure:2427: checking for gawk

    configure:2443: found /usr/bin/gawk

    configure:2454: result: gawk

    configure:2465: checking whether make sets $(MAKE)

    configure:2486: result: yes

    configure:2684: result: not using lib directory suffix

    configure:2707: checking for extra includes

    configure:2735: result: no

    configure:2739: checking for extra libs

    configure:2768: result: no

    configure:2783: checking for pkg-config

    configure:2801: found /usr/bin/pkg-config

    configure:2814: result: /usr/bin/pkg-config

    configure:2897: checking for style of include used by make

    configure:2925: result: GNU

    configure:3008: checking for g++

    configure:3038: result: no

    configure:3008: checking for c++

    configure:3038: result: no

    configure:3008: checking for gpp

    configure:3038: result: no

    configure:3008: checking for aCC

    configure:3038: result: no

    configure:3008: checking for CC

    configure:3038: result: no

    configure:3008: checking for cxx

    configure:3038: result: no

    configure:3008: checking for cc++

    configure:3038: result: no

    configure:3008: checking for cl.exe

    configure:3038: result: no

    configure:3008: checking for FCC

    configure:3038: result: no

    configure:3008: checking for KCC

    configure:3038: result: no

    configure:3008: checking for RCC

    configure:3038: result: no

    configure:3008: checking for xlC_r

    configure:3038: result: no

    configure:3008: checking for xlC

    configure:3038: result: no

    configure:3066: checking for C++ compiler version

    configure:3073: g++ --version >&5

    ./configure: line 3074: g++: command not found

    configure:3076: $? = 127

    configure:3083: g++ -v >&5

    ./configure: line 3084: g++: command not found

    configure:3086: $? = 127

    configure:3093: g++ -V >&5

    ./configure: line 3094: g++: command not found

    configure:3096: $? = 127

    configure:3119: checking for C++ compiler default output file name

    configure:3146: g++ conftest.cpp >&5

    ./configure: line 3147: g++: command not found

    configure:3149: $? = 127

    configure: failed program was:

    | /* confdefs.h. */

    | #define PACKAGE_NAME ""

    | #define PACKAGE_TARNAME ""

    | #define PACKAGE_VERSION ""

    | #define PACKAGE_STRING ""

    | #define PACKAGE_BUGREPORT ""

    | #define PACKAGE "scribus"

    | #define VERSION "1.3.3.9"

    | #define KDELIBSUFF ""

    | /* end confdefs.h. */

    |

    | int

    | main ()

    | {

    |

    | ;

    | return 0;

    | }

    configure:3188: error: C++ compiler cannot create executables

    See `config.log' for more details.

     

    ## ---------------- ##

    ## Cache variables. ##

    ## ---------------- ##

     

    ac_cv_build=i686-pc-linux-gnu

    ac_cv_env_CCC_set=

    ac_cv_env_CCC_value=

    ac_cv_env_CC_set=

    ac_cv_env_CC_value=

    ac_cv_env_CFLAGS_set=

    ac_cv_env_CFLAGS_value=

    ac_cv_env_CPPFLAGS_set=

    ac_cv_env_CPPFLAGS_value=

    ac_cv_env_CPP_set=

    ac_cv_env_CPP_value=

    ac_cv_env_CXXCPP_set=

    ac_cv_env_CXXCPP_value=

    ac_cv_env_CXXFLAGS_set=

    ac_cv_env_CXXFLAGS_value=

    ac_cv_env_CXX_set=

    ac_cv_env_CXX_value=

    ac_cv_env_F77_set=

    ac_cv_env_F77_value=

    ac_cv_env_FFLAGS_set=

    ac_cv_env_FFLAGS_value=

    ac_cv_env_LDFLAGS_set=

    ac_cv_env_LDFLAGS_value=

    ac_cv_env_XMKMF_set=

    ac_cv_env_XMKMF_value=

    ac_cv_env_build_alias_set=

    ac_cv_env_build_alias_value=

    ac_cv_env_host_alias_set=

    ac_cv_env_host_alias_value=

    ac_cv_env_target_alias_set=

    ac_cv_env_target_alias_value=

    ac_cv_host=i686-pc-linux-gnu

    ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config

    ac_cv_path_install='/usr/bin/install -c'

    ac_cv_prog_AWK=gawk

    ac_cv_prog_make_make_set=yes

    ac_cv_target=i686-pc-linux-gnu

     

    ## ----------------- ##

    ## Output variables. ##

    ## ----------------- ##

     

    ACLOCAL='${SHELL} /home/nova/scribussource/admin/missing --run aclocal-1.9'

    AMDEPBACKSLASH='\'

    AMDEP_FALSE='#'

    AMDEP_TRUE=''

    AMTAR='${SHELL} /home/nova/scribussource/admin/missing --run tar'

    AR=''

    AUTOCONF='${SHELL} /home/nova/scribussource/admin/missing --run autoconf'

    AUTOHEADER='${SHELL} /home/nova/scribussource/admin/missing --run autoheader'

    AUTOMAKE='${SHELL} /home/nova/scribussource/admin/missing --run automake-1.9'

    AWK='gawk'

    BOOST_PYTHON_CXXFLAGS=''

    BOOST_PYTHON_LDFLAGS=''

    BUILD_MAC_BUNDLE_FALSE=''

    BUILD_MAC_BUNDLE_TRUE=''

    CC=''

    CCDEPMODE=''

    CFLAGS=''

    COMPILE_CAIRO_FALSE=''

    COMPILE_CAIRO_TRUE=''

    COMPILE_DEBUG_FALSE=''

    COMPILE_DEBUG_TRUE=''

    COMPILE_PYTHON_FALSE=''

    COMPILE_PYTHON_TRUE=''

    COREFOUNDATION_LIBS=''

    CPP=''

    CPPFLAGS=''

    CXX='g++'

    CXXCPP=''

    CXXDEPMODE=''

    CXXFLAGS=''

    CYGPATH_W='echo'

    DEFS=''

    DEPDIR='.deps'

    ECHO='echo'

    ECHO_C=''

    ECHO_N='-n'

    ECHO_T=''

    EGREP=''

    ENABLE_PERMISSIVE_FLAG=''

    EXEEXT=''

    F77=''

    FFLAGS=''

    FONTCONFIG_CONFIG=''

    FRAMEWORK_COREAUDIO=''

    FREETYPE_CONFIG=''

    GCC_CXX_VISIBILITY_FLAGS=''

    GCC_C_VISIBILITY_FLAGS=''

    GREP=''

    GS_PATH=''

    HAVE_SCRIPTER2_FALSE=''

    HAVE_SCRIPTER2_TRUE=''

    INSTALL_DATA='${INSTALL} -m 644'

    INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'

    INSTALL_SCRIPT='${INSTALL}'

    INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'

    KDE_MT_LDFLAGS=''

    KDE_MT_LIBS=''

    KDE_NO_UNDEFINED=''

    KDE_PLUGIN=''

    KDE_USE_CLOSURE_FALSE=''

    KDE_USE_CLOSURE_TRUE=''

    KDE_USE_FINAL_FALSE=''

    KDE_USE_FINAL_TRUE=''

    KDE_USE_NMCHECK_FALSE=''

    KDE_USE_NMCHECK_TRUE=''

    LDFLAGS=''

    LIBART_CFLAGS=''

    LIBART_CONFIG=''

    LIBART_LIBS=''

    LIBCAIRO_CFLAGS=''

    LIBCAIRO_LIBS=''

    LIBCOMPAT=''

    LIBCRYPT=''

    LIBCUPS=''

    LIBDL2=''

    LIBDL=''

    LIBFONTCONFIG_CFLAGS=''

    LIBFONTCONFIG_LIBS=''

    LIBFREETYPE_CFLAGS=''

    LIBFREETYPE_LIBS=''

    LIBJPEG=''

    LIBLCMS=''

    LIBOBJS=''

    LIBPNG=''

    LIBPTHREAD=''

    LIBPYTHON=''

    LIBRESOLV=''

    LIBS=''

    LIBSM=''

    LIBSOCKET=''

    LIBTIFF=''

    LIBTOOL=''

    LIBUCB=''

    LIBUTIL=''

    LIBZ=''

    LIB_POLL=''

    LIB_QPE=''

    LIB_QT=''

    LIB_X11=''

    LIB_XEXT=''

    LIB_XRENDER=''

    LINK_PIXBUF_FALSE=''

    LINK_PIXBUF_TRUE=''

    LN_S=''

    LTLIBOBJS=''

    MAKEINFO='${SHELL} /home/nova/scribussource/admin/missing --run makeinfo'

    MOC=''

    MODULE_LINK_FLAGS=''

    NOOPT_CFLAGS=''

    NOOPT_CXXFLAGS=''

    OBJEXT=''

    PACKAGE='scribus'

    PACKAGE_BUGREPORT=''

    PACKAGE_NAME=''

    PACKAGE_STRING=''

    PACKAGE_TARNAME=''

    PACKAGE_VERSION=''

    PATH_SEPARATOR=':'

    PERL=''

    PKG_CONFIG='/usr/bin/pkg-config'

    PYTHONINC=''

    PYTHONLIB=''

    PYTHONMODDIR=''

    QTE_NORTTI=''

    QT_INCLUDES=''

    QT_LDFLAGS=''

    RANLIB=''

    SET_MAKE=''

    SHELL='/bin/sh'

    STRIP=''

    TOPSUBDIRS=''

    UIC=''

    UIC_TR=''

    USER_INCLUDES=''

    USER_LDFLAGS=''

    USE_EXCEPTIONS=''

    USE_RTTI=''

    USE_THREADS=''

    VERSION='1.3.3.9'

    WOVERLOADED_VIRTUAL=''

    XMKMF=''

    XML_CFLAGS=''

    XML_CONFIG=''

    XML_LIBS=''

    X_EXTRA_LIBS=''

    X_INCLUDES=''

    X_LDFLAGS=''

    X_PRE_LIBS=''

    ac_ct_CC=''

    ac_ct_CXX=''

    ac_ct_F77=''

    all_includes=''

    all_libraries=''

    am__fastdepCC_FALSE=''

    am__fastdepCC_TRUE=''

    am__fastdepCXX_FALSE=''

    am__fastdepCXX_TRUE=''

    am__include='include'

    am__leading_dot='.'

    am__quote=''

    am__tar='${AMTAR} chof - "$$tardir"'

    am__untar='${AMTAR} xf -'

    bindir='${exec_prefix}/bin'

    build='i686-pc-linux-gnu'

    build_alias=''

    build_cpu='i686'

    build_os='linux-gnu'

    build_vendor='pc'

    datadir='${datarootdir}'

    datarootdir='${prefix}/share'

    docdir='${datarootdir}/doc/${PACKAGE}'

    dvidir='${docdir}'

    exec_prefix='NONE'

    hacups_cfg=''

    host='i686-pc-linux-gnu'

    host_alias=''

    host_cpu='i686'

    host_os='linux-gnu'

    host_vendor='pc'

    htmldir='${docdir}'

    includedir='${prefix}/include'

    infodir='${datarootdir}/info'

    install_sh='/home/nova/scribussource/admin/install-sh'

    kde_qtver=''

    libdir='${exec_prefix}/lib'

    libexecdir='${exec_prefix}/libexec'

    localedir='${datarootdir}/locale'

    localstatedir='${prefix}/var'

    mandir='${datarootdir}/man'

    mkdir_p='mkdir -p --'

    oldincludedir='/usr/include'

    pdfdir='${docdir}'

    prefix='/usr/local'

    program_transform_name='s,x,x,'

    psdir='${docdir}'

    qt_includes=''

    qt_libraries=''

    sbindir='${exec_prefix}/sbin'

    sharedstatedir='${prefix}/com'

    sysconfdir='${prefix}/etc'

    target='i686-pc-linux-gnu'

    target_alias=''

    target_cpu='i686'

    target_os='linux-gnu'

    target_vendor='pc'

    x_includes='NONE'

    x_libraries='NONE'

     

    ## ----------- ##

    ## confdefs.h. ##

    ## ----------- ##

     

    #define PACKAGE_NAME ""

    #define PACKAGE_TARNAME ""

    #define PACKAGE_VERSION ""

    #define PACKAGE_STRING ""

    #define PACKAGE_BUGREPORT ""

    #define PACKAGE "scribus"

    #define VERSION "1.3.3.9"

    #define KDELIBSUFF ""

     

    configure: exit 77

     

    i am at a loss. !!!!!!!!!!!!!

     

    :wall:

  8. If it's a tar.gz or a tar.bz2, see our FAQ.

    hi, the file is a tar.bz2, i downloaded it from the sourceforge website and tried to uncompress it(by entering tar -xjvf /home/nova/download/scribus-1.3.3.9.tar.bz2). however this is what i got when i try it :

     

    tar: /home/nova/download/scribus-1.3.3.9.tar.bz2: Cannot open: No such file or d irectory

    tar: Error is not recoverable: exiting now

    tar: Child returned status 2

    tar: Error exit delayed from previous errors

     

     

    any idea what is wrong ?

  9. hi,

     

    i have installed scribus 1.3.3.8 on my mandriva 2007 spring, however, i seems to have some bugs, for example, the extended image properties (where you can find clipping paths) is greyed and i cannot edit the shape properly without moving the picture t the right of the box hence cutting right side of the box the image box "edit shape" . Somehow on the scribus 1.3.3.9 windows version that i was able to install, the bug about the shape edit properties of the image box is working fine.

     

     

    I have downloaded the scribus 1.3.3.9 tar file, however i don't know how to install it.

     

    Is there a rpm package somewhere for scribus 1.3.3.9 ?

     

    help would be very much appreciated.

     

     

    [moved from Art & Design by spinynorman]

  10. i tried to install my canon i950 on mandriva 2007 spring.

     

    there is an option to load the .ppd file from the canon printer cd rom or from the windows partition.

    however, i cannot find the file on either.

     

    Does anyone know on where to find the file ???

     

     

    Help would be appreciated.

     

    i am at a loss

  11. i recently downloaded and installed the new mandriva 2007 spring. I have pretty much been able to have all my hardware working under it. However, i still have issues with my Wacom Volito2 tablet. I installed the linux wacom rpm but, still, no success.

     

    :wall:

     

    Does anyone knows a way to make it work.

     

     

    i am at a loss and i would very much stop using windows graphics design softwares and want to switch to the linux (inkscape, for instance or gimp) but without my tablet graphic, i am stuck to Windows.

     

    Any help would be very much welcome and appreciated.

  12. It's natural.

    Audio CD's cannot be mounted normally (because audioCD's do not have any filesystem in it), but Amarok, as well as other KDE apps, use the KDE virtual filesystem, which can access unmountable stuff (just open konqueror and type in "audiocd:/").

    xmms will also be able to see the audioCD, provided that you pass the correct /dev/hdx parameter in its configuration.

     

    what are the correct parameters to put in configuration ?

  13. strange occurence on my inspiron 4150 since i installed mandriva spring.

     

    when i insert a music cd and i want to play it with xmms, it does not recognize the cd.

    when i look in the files browser and click on the cd, the contents are not displayed.

     

    however, when i launch amarok, and click on play cd, it works.

     

    any idea about this ?

  14. the best looking and functioning osx-like bar is imho kxdocker (also available at kde-look.org).

     

    i tried to install kxdocker and run it (tried it on mandriva 2006 and 2007-1)

    however nothing appears. I thought initially that the application did not launch, but after a while i discovered through the konsole that it is runing, even though there is nothing on the screen).

     

    i tried to use ksmoothdock but this application is not as smooth as its name implies.

     

    i will try to install kroller to see if it works.

     

    :D

  15. On my Mandriva 2006 server with Apache version 2.0.54 the webmin module for apache is configured:

     

    Apache server root directory: /etc/httpd

    Path to httpd executable: /usr/sbin/httpd

    Command to start apache: /etc/rc.d/init.d/httpd start

    Command to stop apache: /etc/rc.d/init.d/httpd stop

    Path to httpd.conf: Automatic

    at last, i got it, it works

    thanks.

×
×
  • Create New...