Problems compiling Zaptel package [SOLVED-ISH]

Hey guys, I'm on an Arch64 system and I'm having problems compiling Zaptel (a dependancy for Asterisk).
Here's the pastebin of the errors I get from the Zaptel makefile: http://pastebin.com/776475
Here's my analysis so far:
There's a line in the Makefile for the zaptel driver that goes like this:
make -C /lib/modules/2.6.17-ARCH/build/ SUBDIRS=/home/woogie/zaptel/src/zaptel-1.2.8 modules
This line activates the kernel's makefile in order to build modules, but specifies that the source directory for zaptel should be included in the make process.
Then things go down the proverbial drain - linux/err_kernel_only.h gets included in the build process, which is designed to do one thing only - stop the build process. So I'm not entirely too sure what's going on here. Is there something misconfigured on my system, or is the Zaptel build system flawed somehow, such that I need to compensate for it?

Further information:
I've manually run the problematic make command from /lib/modules/2.6.17-ARCH/build on my own. After reading the kernel makefile documentation, I've learned of the V=1 flag to show me exactly what's going on. The failing command is this one:
gcc -Wp,-MD,/home/cestus/zaptel/src/zaptel-1.2.8/.zaptel.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.1/include -D__
KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2
-fomit-frame-pointer -m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compare -fno-asynchronous-unwind-tables -fun
it-at-a-time -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wdeclaration-after-statement -Wno-pointer-sign -I. -Iinclude -O4 -g -Wall -DBUILDING_T
ONEZONE -m64 -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG="/etc/zaptel.conf" -DHOTPLUG_FIRMWARE -I/home/cestus/zaptel/src/zaptel-1.2.8//include
-I/home/cestus/zaptel/src/zaptel-1.2.8//include/oct6100api -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(zaptel)" -D"KBUIL
D_MODNAME=KBUILD_STR(zaptel)" -c -o /home/cestus/zaptel/src/zaptel-1.2.8/zaptel.o /home/cestus/zaptel/src/zaptel-1.2.8/zaptel.c
I've figured out that the bit which causes the failure is "-include include/linux/autoconf.h", because autoconf.h just includes the "err_kernel_only" header automatically, which then slays the build process. And I've also discovered that the Zaptel devs are uber-leet. They've found the magical -O4 level in gcc. You know, the one above 3, where the supported optimization levels in gcc are -O, -Os, -O2 and -O3 

Similar Messages

  • Problems compiling with packages

    Hi,
    I wonder if anyone could help me.
    I have had problems compiling using a package. I have altered the classpath in autoexec.bat with:
    SET CLASSPATH=%classpath%;C:\jdk1.3.1_02\classes;.
    the package class files are stored in C:\jdk1.3.1_02\classes\helliker\id3
    and I have imported the class with:
    import helliker.id3.*;
    I am getting the following error:
    C:\My Documents\Uni work\mp3 project\test\Driver.java:1: package helliker.id3 does not exist
    import helliker.id3.*;
    ^
    Can anybody help?
    Thanks,
    Dave

    Perhaps the version of Windows you are using does not use autoexec.bat. For example, in NT and XP, you set Classpath using ControlPanel/System/Advanced/Environment Variables.
    Perhaps there is a typo in your Classpath, for example an extra space.
    On a command line, try this:
    javac -classpath C:\jdk1.3.1_02\classes C:\My Documents\Uni work\mp3 project\test\Driver.java
    If that works, then definitely Classpath is not set as you think it is.

  • Problem compiling code blocks [SOLVED]

    It fails when I try to compile it:
    Error:
    libtool: link: cannot find the library `' or unhandled argument `blocks/src/codeblocks-8.02/src/src/wxAUI'
    make[3]: *** [codeblocks] Error 1
    make[3]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src'
    make: *** [all-recursive] Error 1
    ==> ERROR: Build Failed.
    Aborting...
    PKGBUILD
    # Contributor: Robert Hollencamp <[email protected]>
    # Contributor: Daniel J Griffiths <[email protected]>
    # Maintainer: Stefan Husmann <[email protected]>
    pkgname=codeblocks
    pkgver=8.02
    pkgrel=7
    pkgdesc="An open source and cross-platform C/C++ IDE"
    arch=('i686' 'x86_64')
    url="http://www.codeblocks.org"
    license=('GPL3')
    depends=('wxgtk' 'bzip2')
    makedepends=('zip')
    options=('!libtool')
    source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2)
    md5sums=('ac15b4b3de50d7650c2f7a8dbcb30f88')
    build() {
    cd $pkgname-$pkgver || return 1
    ./configure --prefix=/usr --with-contrib-plugins=all || return 1
    make || return 1
    make DESTDIR="$pkgdir" install || return 1
    rm $pkgdir/usr/share/$pkgname/plugins/*.la
    I really don´t have a clue on what is wrong?
    Last edited by neuwerld (2009-05-07 10:51:27)

    I have already installed the wxgtk package.
    More build output:
    ==> Making package: codeblocks 8.02-7 x86_64 (Thu May 7 12:09:46 CEST 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found codeblocks-8.02-src.tar.bz2 in build dir
    ==> Validating source files with md5sums...
    codeblocks-8.02-src.tar.bz2 ... Passed
    ==> Extracting Sources...
    -> bsdtar -x -f codeblocks-8.02-src.tar.bz2
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking target system type... x86_64-unknown-linux-gnu
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    /bin/sh: /home/neuwerld/Desktop/code: No such file or directory
    configure: WARNING: `missing' script is too old or missing
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for g++... g++
    checking for C++ compiler default output file name... a.out
    checking whether the C++ compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of g++... gcc3
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking whether gcc and cc understand -c and -o together... yes
    checking for a BSD-compatible install... /bin/install -c
    checking whether ln -s works... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking for gawk... (cached) gawk
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking how to recognize dependent libraries... pass_all
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking how to run the C++ preprocessor... g++ -E
    checking for g77... no
    checking for xlf... no
    checking for f77... no
    checking for frt... no
    checking for pgf77... no
    checking for cf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for xlf90... no
    checking for f90... no
    checking for pgf90... no
    checking for pghpf... no
    checking for epcf90... no
    checking for gfortran... gfortran
    checking whether we are using the GNU Fortran 77 compiler... yes
    checking whether gfortran accepts -g... yes
    checking the maximum length of command line arguments... 1572864
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by g++... /usr/bin/ld -m elf_x86_64
    checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC
    checking if g++ PIC flag -fPIC works... yes
    checking if g++ static flag -static works... yes
    checking if g++ supports -c -o file.o... yes
    checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for gfortran option to produce PIC... -fPIC
    checking if gfortran PIC flag -fPIC works... yes
    checking if gfortran static flag -static works... yes
    checking if gfortran supports -c -o file.o... yes
    checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking for ANSI C header files... (cached) yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking for unistd.h... (cached) yes
    checking malloc.h usability... yes
    checking malloc.h presence... yes
    checking for malloc.h... yes
    checking for stdbool.h that conforms to C99... yes
    checking for _Bool... yes
    checking for an ANSI C-conforming const... yes
    checking for inline... inline
    checking for size_t... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking for working volatile... yes
    checking whether closedir returns void... no
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible malloc... yes
    checking for working memcmp... yes
    checking whether lstat dereferences a symlink specified with a trailing slash... yes
    checking whether stat accepts an empty string... no
    checking for vprintf... yes
    checking for _doprnt... no
    checking for atexit... yes
    checking for getcwd... yes
    checking for isascii... yes
    checking for memchr... yes
    checking for memmove... yes
    checking for memset... yes
    checking for strcasecmp... yes
    checking for strchr... yes
    checking for strcspn... yes
    checking for strdup... yes
    checking for strrchr... yes
    checking for strstr... yes
    checking for dlopen in -ldl... yes
    checking for pthread_create in -lpthread... yes
    checking for snprintf... yes
    checking for vsnprintf... yes
    checking for library containing gzopen... -lz
    checking for library containing BZ2_bzopen... -lbz2
    checking whether to enable debugging... no
    checking whether to build the source formatter plugin... yes
    checking whether to build the autosave plugin... yes
    checking whether to build the class wizard plugin... yes
    checking whether to build the code completion plugin... yes
    checking whether to build the compiler plugin... yes
    checking whether to build the debugger plugin... yes
    checking whether to build the default MIME handler plugin... yes
    checking whether to build the open files list plugin... yes
    checking whether to build the foreign projects importer plugin... yes
    checking whether to build the scripted wizard plugin... yes
    checking whether to build the to-do plugin... yes
    checking which (if any) contrib plugins to build... all
    checking if the compiler supports precompiled headers... yes
    checking for wx-config... /usr/bin/wx-config
    checking for wxWidgets version >= 2.8.0... yes (version 2.8.9)
    checking for wxWidgets static library... no
    checking for wxWidgets platform... wxGTK
    checking for pkg-config... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for GTK2... yes
    checking if wxWidgets libraries are needed for plugins... no
    checking for PIC flags... -fPIC -DPIC
    configure: Configuring Code::Blocks...
    configure: SVN revision 1.0svn ()
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating src/base/Makefile
    config.status: creating src/base/tinyxml/Makefile
    config.status: creating src/build_tools/Makefile
    config.status: creating src/build_tools/autorevision/Makefile
    config.status: creating src/include/autorevision.h
    config.status: creating src/include/Makefile
    config.status: creating src/include/scripting/Makefile
    config.status: creating src/include/scripting/bindings/Makefile
    config.status: creating src/include/scripting/include/Makefile
    config.status: creating src/include/scripting/sqplus/Makefile
    config.status: creating src/include/scripting/sqstdlib/Makefile
    config.status: creating src/include/scripting/squirrel/Makefile
    config.status: creating src/include/tinyxml/Makefile
    config.status: creating src/include/wxFlatNotebook/Makefile
    config.status: creating src/include/wxscintilla/Makefile
    config.status: creating src/sdk/Makefile
    config.status: creating src/sdk/scripting/Makefile
    config.status: creating src/sdk/scripting/bindings/Makefile
    config.status: creating src/sdk/scripting/squirrel/Makefile
    config.status: creating src/sdk/scripting/sqstdlib/Makefile
    config.status: creating src/sdk/scripting/sqplus/Makefile
    config.status: creating src/sdk/wxscintilla/Makefile
    config.status: creating src/sdk/wxFlatNotebook/Makefile
    config.status: creating src/sdk/resources/Makefile
    config.status: creating src/sdk/resources/lexers/Makefile
    config.status: creating src/src/wxAUI/Makefile
    config.status: creating src/src/resources/Makefile
    config.status: creating src/src/resources/icons/Makefile
    config.status: creating src/src/resources/images/Makefile
    config.status: creating src/src/resources/images/16x16/Makefile
    config.status: creating src/src/resources/images/settings/Makefile
    config.status: creating src/src/Makefile
    config.status: creating src/plugins/Makefile
    config.status: creating src/plugins/astyle/Makefile
    config.status: creating src/plugins/astyle/resources/Makefile
    config.status: creating src/plugins/autosave/Makefile
    config.status: creating src/plugins/classwizard/Makefile
    config.status: creating src/plugins/classwizard/resources/Makefile
    config.status: creating src/plugins/codecompletion/Makefile
    config.status: creating src/plugins/codecompletion/resources/Makefile
    config.status: creating src/plugins/compilergcc/Makefile
    config.status: creating src/plugins/compilergcc/depslib/Makefile
    config.status: creating src/plugins/compilergcc/depslib/src/Makefile
    config.status: creating src/plugins/compilergcc/resources/Makefile
    config.status: creating src/plugins/debuggergdb/Makefile
    config.status: creating src/plugins/debuggergdb/resources/Makefile
    config.status: creating src/plugins/debuggergdb/resources/images/Makefile
    config.status: creating src/plugins/debuggergdb/resources/images/16x16/Makefile
    config.status: creating src/plugins/defaultmimehandler/Makefile
    config.status: creating src/plugins/defaultmimehandler/resources/Makefile
    config.status: creating src/plugins/openfileslist/Makefile
    config.status: creating src/plugins/projectsimporter/Makefile
    config.status: creating src/plugins/projectsimporter/resources/Makefile
    config.status: creating src/plugins/scriptedwizard/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/avr/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/avr/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/c_file/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/console/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/console/c/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/console/cpp/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/d/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/d/console/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/directx/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/directx/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/dll/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/dll/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/empty/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/empty_file/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/fltk/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/fltk/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/fltk/fluid/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/glfw/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/glfw/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/glut/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/glut/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/gtk/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/gtk/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/h_file/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/irrlicht/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/irrlicht/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/lf/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/lf/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/lf/files/quick/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/lf/files/structured/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/ogre/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/ogre/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/opengl/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/opengl/files_unix/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/opengl/files_win/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/qt4/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/qt4/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/sdl/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/sdl/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/plugins/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/plugins/templates/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/smartwin/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/smartwin/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/staticlib/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/staticlib/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/sharedlib/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/sharedlib/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/sys/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/sys/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/win32gui/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/win32gui/files/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/win32gui/files/dialog/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/win32gui/files/frame/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/wxwidgets/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/wxwidgets/common/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/wxwidgets/pch/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/wxwidgets/rc/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/wxwidgets/wxfb/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/wxwidgets/wxfb/dialog/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/wxwidgets/wxfb/frame/Makefile
    config.status: creating src/plugins/scriptedwizard/resources/wxwidgets/wxsmith/Makefile
    config.status: creating src/plugins/todo/Makefile
    config.status: creating src/plugins/todo/resources/Makefile
    config.status: creating src/plugins/xpmanifest/Makefile
    config.status: creating src/plugins/contrib/Makefile
    config.status: creating src/plugins/contrib/AutoVersioning/Makefile
    config.status: creating src/plugins/contrib/BrowseTracker/Makefile
    config.status: creating src/plugins/contrib/byogames/Makefile
    config.status: creating src/plugins/contrib/cb_koders/Makefile
    config.status: creating src/plugins/contrib/codesnippets/Makefile
    config.status: creating src/plugins/contrib/codesnippets/resources/Makefile
    config.status: creating src/plugins/contrib/codestat/Makefile
    config.status: creating src/plugins/contrib/codestat/resources/Makefile
    config.status: creating src/plugins/contrib/dragscroll/Makefile
    config.status: creating src/plugins/contrib/envvars/Makefile
    config.status: creating src/plugins/contrib/help_plugin/Makefile
    config.status: creating src/plugins/contrib/help_plugin/bzip2/Makefile
    config.status: creating src/plugins/contrib/help_plugin/zlib/Makefile
    config.status: creating src/plugins/contrib/keybinder/Makefile
    config.status: creating src/plugins/contrib/lib_finder/Makefile
    config.status: creating src/plugins/contrib/lib_finder/lib_finder/Makefile
    config.status: creating src/plugins/contrib/profiler/Makefile
    config.status: creating src/plugins/contrib/profiler/resources/Makefile
    config.status: creating src/plugins/contrib/source_exporter/Makefile
    config.status: creating src/plugins/contrib/source_exporter/wxPdfDocument/Makefile
    config.status: creating src/plugins/contrib/symtab/Makefile
    config.status: creating src/plugins/contrib/symtab/resources/Makefile
    config.status: creating src/plugins/contrib/regex_testbed/Makefile
    config.status: creating src/plugins/contrib/ThreadSearch/Makefile
    config.status: creating src/plugins/contrib/ThreadSearch/resources/Makefile
    config.status: creating src/plugins/contrib/ThreadSearch/resources/images/Makefile
    config.status: creating src/plugins/contrib/wxSmith/Makefile
    config.status: creating src/plugins/contrib/wxSmith/propgrid/Makefile
    config.status: creating src/plugins/contrib/wxSmith/plugin/Makefile
    config.status: creating src/plugins/contrib/wxSmith/properties/Makefile
    config.status: creating src/plugins/contrib/wxSmith/wxwidgets/Makefile
    config.status: creating src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile
    config.status: creating src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile
    config.status: creating src/plugins/contrib/wxSmith/wxwidgets/icons/Makefile
    config.status: creating src/plugins/contrib/wxSmithContribItems/Makefile
    config.status: creating src/scripts/Makefile
    config.status: creating src/tools/Makefile
    config.status: creating src/tools/cb_share_config/Makefile
    config.status: creating src/tools/ConsoleRunner/Makefile
    config.status: creating src/setup/Makefile
    config.status: creating src/setup/mime/Makefile
    config.status: creating src/templates/Makefile
    config.status: creating src/templates/common/Makefile
    config.status: creating src/templates/unix/Makefile
    config.status: creating src/templates/win32/Makefile
    config.status: creating src/wxsmith/Makefile
    config.status: creating codeblocks.pc
    config.status: creating codeblocks.spec
    config.status: creating codeblocks.plist
    config.status: creating src/include/config.h
    config.status: src/include/config.h is unchanged
    config.status: executing depfiles commands
    * Code::Blocks source tree has been configured. *
    You can now build Code::Blocks by issuing 'make'.
    When the build is complete, become root and install
    it by issuing 'make install'.
    Making all in src
    make[1]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src'
    Making all in base
    make[2]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/base'
    Making all in tinyxml
    make[3]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/base/tinyxml'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/base/tinyxml'
    make[3]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/base'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/base'
    make[2]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/base'
    Making all in build_tools
    make[2]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/build_tools'
    Making all in autorevision
    make[3]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/build_tools/autorevision'
    ./auto_revision +int +wx +t ../../.. ../../../src/include/autorevision.h
    sh: svn: command not found
    make[3]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/build_tools/autorevision'
    make[3]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/build_tools'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/build_tools'
    make[2]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/build_tools'
    Making all in include
    make[2]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include'
    make all-recursive
    make[3]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include'
    Making all in scripting
    make[4]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/scripting'
    Making all in squirrel
    make[5]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/scripting/squirrel'
    make[5]: Nothing to be done for `all'.
    make[5]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/scripting/squirrel'
    Making all in sqstdlib
    make[5]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/scripting/sqstdlib'
    make[5]: Nothing to be done for `all'.
    make[5]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/scripting/sqstdlib'
    Making all in sqplus
    make[5]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/scripting/sqplus'
    make[5]: Nothing to be done for `all'.
    make[5]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/scripting/sqplus'
    Making all in bindings
    make[5]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/scripting/bindings'
    make[5]: Nothing to be done for `all'.
    make[5]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/scripting/bindings'
    Making all in include
    make[5]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/scripting/include'
    make[5]: Nothing to be done for `all'.
    make[5]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/scripting/include'
    make[5]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/scripting'
    make[5]: Nothing to be done for `all-am'.
    make[5]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/scripting'
    make[4]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/scripting'
    Making all in tinyxml
    make[4]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/tinyxml'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/tinyxml'
    Making all in wxscintilla
    make[4]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/wxscintilla'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/wxscintilla'
    Making all in wxFlatNotebook
    make[4]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/wxFlatNotebook'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include/wxFlatNotebook'
    make[4]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include'
    make[4]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include'
    make[3]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include'
    make[2]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/include'
    Making all in sdk
    make[2]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk'
    Making all in scripting
    make[3]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/scripting'
    Making all in squirrel
    make[4]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/scripting/squirrel'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/scripting/squirrel'
    Making all in sqstdlib
    make[4]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/scripting/sqstdlib'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/scripting/sqstdlib'
    Making all in sqplus
    make[4]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/scripting/sqplus'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/scripting/sqplus'
    Making all in bindings
    make[4]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/scripting/bindings'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/scripting/bindings'
    make[4]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/scripting'
    make[4]: Nothing to be done for `all-am'.
    make[4]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/scripting'
    make[3]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/scripting'
    Making all in wxscintilla
    make[3]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/wxscintilla'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/wxscintilla'
    Making all in wxFlatNotebook
    make[3]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/wxFlatNotebook'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/wxFlatNotebook'
    Making all in resources
    make[3]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/resources'
    Making all in lexers
    make[4]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/resources/lexers'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/resources/lexers'
    make[4]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/resources'
    PWD=`pwd` cd . && zip -j /home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/resources/manager_resources.zip *.xrc images/*.png > /dev/null
    make[4]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/resources'
    make[3]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk/resources'
    make[3]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk'
    /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I../../src/include -I../../src/include/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/wxFlatNotebook/include -Ulinux -Uunix -O2 -ffast-math -march=x86-64 -mtune=generic -O2 -pipe -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT configmanager-revision.lo -MD -MP -MF .deps/configmanager-revision.Tpo -c -o configmanager-revision.lo configmanager-revision.cpp
    g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I../../src/include -I../../src/include/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/wxFlatNotebook/include -Ulinux -Uunix -O2 -ffast-math -march=x86-64 -mtune=generic -O2 -pipe -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT configmanager-revision.lo -MD -MP -MF .deps/configmanager-revision.Tpo -c configmanager-revision.cpp -fPIC -DPIC -o .libs/configmanager-revision.o
    mv -f .deps/configmanager-revision.Tpo .deps/configmanager-revision.Plo
    /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -ffast-math -march=x86-64 -mtune=generic -O2 -pipe -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -version-info 0:1:0 -o libcodeblocks.la -rpath /usr/lib annoyingdialog.lo autodetectcompilers.lo base64.lo blockallocated.lo cbexception.lo cbeditor.lo cbeditorprintout.lo cbplugin.lo cbproject.lo cbstyledtextctrl.lo cbthreadpool.lo cbworkspace.lo compileoptionsbase.lo compiler.lo compilercommandgenerator.lo compilerfactory.lo compileroptions.lo compiletargetbase.lo configmanager.lo configmanager-revision.lo configurationpanel.lo configuretoolsdlg.lo confirmreplacedlg.lo crc32.lo editarrayfiledlg.lo editarrayorderdlg.lo editarraystringdlg.lo editkeywordsdlg.lo editorbase.lo editorcolourset.lo editorconfigurationdlg.lo editorlexerloader.lo editormanager.lo editor_hooks.lo editpairdlg.lo editpathdlg.lo edittooldlg.lo encodingdetector.lo externaldepsdlg.lo filefilters.lo filegroupsandmasks.lo filemanager.lo finddlg.lo genericmultilinenotesdlg.lo globals.lo importers_globals.lo incrementalselectlistdlg.lo infowindow.lo loggers.lo logmanager.lo macrosmanager.lo managedthread.lo manager.lo menuitemsmanager.lo multiselectdlg.lo newfromtemplatedlg.lo personalitymanager.lo pipedprocess.lo pluginmanager.lo pluginsconfigurationdlg.lo printing_types.lo projectbuildtarget.lo projectdepsdlg.lo projectfile.lo projectfileoptionsdlg.lo projectlayoutloader.lo projectloader.lo projectloader_hooks.lo projectmanager.lo projectoptionsdlg.lo projectsfilemasksdlg.lo projecttemplateloader.lo replacedlg.lo scriptingmanager.lo scriptsecuritywarningdlg.lo sdk_events.lo searchresultslog.lo selecttargetdlg.lo templatemanager.lo toolsmanager.lo uservarmanager.lo virtualbuildtargetsdlg.lo workspaceloader.lo xtra_res.lo nullptr.lo -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 scripting/bindings/libsqbindings.la scripting/sqplus/libsqplus.la scripting/sqstdlib/libsqstdlib.la scripting/squirrel/libsquirrel.la ../base/tinyxml/libtinyxml.la wxscintilla/libwxscintilla.la wxFlatNotebook/libwxflatnotebook.la -lpthread -ldl
    rm -fr .libs/libcodeblocks.la .libs/libcodeblocks.lai .libs/libcodeblocks.so .libs/libcodeblocks.so.0 .libs/libcodeblocks.so.0.0.1
    g++ -shared -nostdlib /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.3/crtbeginS.o .libs/annoyingdialog.o .libs/autodetectcompilers.o .libs/base64.o .libs/blockallocated.o .libs/cbexception.o .libs/cbeditor.o .libs/cbeditorprintout.o .libs/cbplugin.o .libs/cbproject.o .libs/cbstyledtextctrl.o .libs/cbthreadpool.o .libs/cbworkspace.o .libs/compileoptionsbase.o .libs/compiler.o .libs/compilercommandgenerator.o .libs/compilerfactory.o .libs/compileroptions.o .libs/compiletargetbase.o .libs/configmanager.o .libs/configmanager-revision.o .libs/configurationpanel.o .libs/configuretoolsdlg.o .libs/confirmreplacedlg.o .libs/crc32.o .libs/editarrayfiledlg.o .libs/editarrayorderdlg.o .libs/editarraystringdlg.o .libs/editkeywordsdlg.o .libs/editorbase.o .libs/editorcolourset.o .libs/editorconfigurationdlg.o .libs/editorlexerloader.o .libs/editormanager.o .libs/editor_hooks.o .libs/editpairdlg.o .libs/editpathdlg.o .libs/edittooldlg.o .libs/encodingdetector.o .libs/externaldepsdlg.o .libs/filefilters.o .libs/filegroupsandmasks.o .libs/filemanager.o .libs/finddlg.o .libs/genericmultilinenotesdlg.o .libs/globals.o .libs/importers_globals.o .libs/incrementalselectlistdlg.o .libs/infowindow.o .libs/loggers.o .libs/logmanager.o .libs/macrosmanager.o .libs/managedthread.o .libs/manager.o .libs/menuitemsmanager.o .libs/multiselectdlg.o .libs/newfromtemplatedlg.o .libs/personalitymanager.o .libs/pipedprocess.o .libs/pluginmanager.o .libs/pluginsconfigurationdlg.o .libs/printing_types.o .libs/projectbuildtarget.o .libs/projectdepsdlg.o .libs/projectfile.o .libs/projectfileoptionsdlg.o .libs/projectlayoutloader.o .libs/projectloader.o .libs/projectloader_hooks.o .libs/projectmanager.o .libs/projectoptionsdlg.o .libs/projectsfilemasksdlg.o .libs/projecttemplateloader.o .libs/replacedlg.o .libs/scriptingmanager.o .libs/scriptsecuritywarningdlg.o .libs/sdk_events.o .libs/searchresultslog.o .libs/selecttargetdlg.o .libs/templatemanager.o .libs/toolsmanager.o .libs/uservarmanager.o .libs/virtualbuildtargetsdlg.o .libs/workspaceloader.o .libs/xtra_res.o .libs/nullptr.o -Wl,--whole-archive scripting/bindings/.libs/libsqbindings.a scripting/sqplus/.libs/libsqplus.a scripting/sqstdlib/.libs/libsqstdlib.a scripting/squirrel/.libs/libsquirrel.a ../base/tinyxml/.libs/libtinyxml.a wxscintilla/.libs/libwxscintilla.a wxFlatNotebook/.libs/libwxflatnotebook.a -Wl,--no-whole-archive -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lpthread -ldl -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.3 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.3/../../../../lib/crtn.o -march=x86-64 -mtune=generic -pthread -Wl,-soname -Wl,libcodeblocks.so.0 -o .libs/libcodeblocks.so.0.0.1
    (cd .libs && rm -f libcodeblocks.so.0 && ln -s libcodeblocks.so.0.0.1 libcodeblocks.so.0)
    (cd .libs && rm -f libcodeblocks.so && ln -s libcodeblocks.so.0.0.1 libcodeblocks.so)
    creating libcodeblocks.la
    (cd .libs && rm -f libcodeblocks.la && ln -s ../libcodeblocks.la libcodeblocks.la)
    make[3]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk'
    make[2]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/sdk'
    Making all in src
    make[2]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src'
    Making all in wxAUI
    make[3]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/wxAUI'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/wxAUI'
    Making all in resources
    make[3]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/resources'
    Making all in icons
    make[4]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/resources/icons'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/resources/icons'
    Making all in images
    make[4]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/resources/images'
    Making all in 16x16
    make[5]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/resources/images/16x16'
    make[5]: Nothing to be done for `all'.
    make[5]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/resources/images/16x16'
    Making all in settings
    make[5]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/resources/images/settings'
    make[5]: Nothing to be done for `all'.
    make[5]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/resources/images/settings'
    make[5]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/resources/images'
    make[5]: Nothing to be done for `all-am'.
    make[5]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/resources/images'
    make[4]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/resources/images'
    make[4]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/resources'
    PWD=`pwd` cd . && zip /home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/resources/resources.zip *.xrc images/*.png images/16x16/*.png > /dev/null
    PWD=`pwd` cd ./start_here && zip /home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/resources/start_here.zip *.htm* *.png > /dev/null
    make[4]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/resources'
    make[3]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src/resources'
    make[3]: Entering directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src'
    /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -ffast-math -march=x86-64 -mtune=generic -O2 -pipe -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -o codeblocks app.o appglobals.o compilersettingsdlg.o crashhandler.o dlgabout.o dlgaboutplugin.o environmentsettingsdlg.o infopane.o main.o prefix.o printdlg.o scriptconsole.o scriptingsettingsdlg.o splashscreen.o startherepage.o -LwxAUI -lwxaui -L../sdk -lcodeblocks -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lpthread -ldl
    libtool: link: cannot find the library `' or unhandled argument `blocks/src/codeblocks-8.02/src/src/wxAUI'
    make[3]: *** [codeblocks] Error 1
    make[3]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/neuwerld/Desktop/code blocks/src/codeblocks-8.02/src'
    make: *** [all-recursive] Error 1
    ==> ERROR: Build Failed.
    Aborting...
    There you got all the output of the compiling, sry if it was to much
    Could it be this "configure: WARNING: `missing' script is too old or missing"?
    Last edited by neuwerld (2009-05-07 10:11:51)

  • How can I solve a Parse Error: "There was a problem parsing this package"

    Hello;
    I developed a really simple app in Flash Pro CC for android. I published it using AIR 13.0 for Android. When I tried to install it I received the Parse Error: "There was a problem parsing this package"
    Im not sure if the problem has something to do with my app xml file, but here it is:
    <?xml version="1.0" encoding="UTF-8"?>
    <application xmlns="http://ns.adobe.com/air/application/13.0">
         <id>TOeatorNOTTOeat</id>
         <versionNumber>1.0.0</versionNumber>
         <versionLabel>TouchEvent</versionLabel>
         <filename>TO eat or NOT TO eat</filename>
         <description/>
         <name>TO eat or NOT TO eat</name>
         <copyright/>
         <initialWindow>
              <content>TO%20eat%20or%20NOT%20TO%20eat.swf</content>
              <systemChrome>standard</systemChrome>
              <transparent>false</transparent>
              <visible>true</visible>
              <fullScreen>true</fullScreen>
              <aspectRatio>landscape</aspectRatio>
              <renderMode>gpu</renderMode>
              <autoOrients>false</autoOrients>
         </initialWindow>
         <icon>
              <image36x36>icons/icon36x36.png</image36x36>
              <image48x48>icons/icon48x48.png</image48x48>
              <image72x72>icons/icon72x72.png</image72x72>
              <image96x96>icons/icon96x96.png</image96x96>
         </icon>
         <customUpdateUI>false</customUpdateUI>
         <allowBrowserInvocation>false</allowBrowserInvocation>
        <android>
              <manifestAdditions>
                   <![CDATA[<manifest> </manifest>]]>
              </manifestAdditions>
         </android>
         <supportedLanguages>en</supportedLanguages>
    </application>
    What do you think is the best to check?

    i don't see any problem with your manifest.
    try saving your fla and the published files to a new directory and see if the error resolves.

  • Problem Referencing a Package in an 11g DB From Forms 6i

    Hello everybody,
    I have recently updated a database from 8i to 11g. This DB is used alongside with a program that it has been created with Forms-Reports Developer 6i. Even though the overall performance and usage of the program seems intact I came upon a problem that I cannot solve.
    In a form there is a reference to a package of the database that doesn't work anymore. For example something like PackageName.ProcedureName(Parameter1,Parameter2) gives the following error:
    "PDE-PSD001 Could not resolve reference to <Unknown Program Unit> while loading Procedure Body [..]"
    I have checked the name and spelling of the package in my Db and in the form call but that didn't seem to work. The package compiles inside the DB and has no problem but the form refuses to reference it. When I connect to the old 8i DB it works fine. I have tried recreating the package in 11g from scratch but with no success.
    Any ideas?Any help would me much appreciated...
    Thank you in advance

    I have recently updated a database from 8i to 11g. This DB is used alongside with a program that it has been created with Forms-Reports Developer 6i. Even though the overall performance and usage of the program seems intact I came upon a problem that I cannot solve.
    I hope yours is not a production environment (yet).... did you check MOS doc ID 207303.1 Client / Server / Interoperability Support Between Different Oracle Versions before upgrading your database ?
    Forms 6i is an 8.0.6 version, which has never been supported for 11g database. Which, as always, doesn't mean it won't ever work, it may work 99% of the cases, then you run into a situation like yours......

  • Error While compiling a Package

    Hi,
    When am compiling a package am getting a error like
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01631: max # extents (505) reached in table SYS.IDL_UB2$
    Can you pls any one help in this reg...
    Thanks,
    Adhi...

    if you look into sql.bsq in your oracle_home/rdbms
    directory, table IDL_UB2$ has storage parameter
    extents defined as maxextents.
    check out the parameter of your IDL_UB2$ table.
    By the way what is your oracle version?
    For a long time, modifying the sql.bsq file was
    frowned upon, but there is a section in the Tuning
    guide about modifying this file now.
    Reference chapter 15.
    Jaffar
    Message was edited by:
    The Human FlyBut why do you need to modify the sql.bsq file when this problem can be analyzed by checking the availability of free space in SYSTEM tablespace.
    And what benefit will you get by modifying this file after the database has been already created?
    This file is the seed of the database and I think careful consideration must be taken before even thinking of touching this file. Also you must be fully aware of the aftermath.

  • Having problems compiling *.java with import javax.servlet.jsp......

    I've been trying to do the tutorials in a book titled Apache Jakarta-Tomcat as part of my introduction to JSP. I'm new to Java but do know the basics. I have on my machine Java 1.3, Java 1.4, Java FrameWorks 2.1 and Jython 2.1 on Win2000 Pro. So enough about my configuration. I have never worked with packages also.
    I downloaded the files from the books site due to the fact I make a lot of typos when hand coding Java (I've become a pretty good debugger of my own code). But everytime I go to compile the *.java I get error messages. So below you will find HelloTag.java and beneath that the error messages that are thrown when I try and compile it. I tested other bits of *.java and have had no problem compiling them. Is there a JSP module I'm missing?
    Am I doing something wrong or am I missing something from my configuration.
    Marijan Madunic
    package chapter2;
    import javax.servlet.jsp.JspException;
    import javax.servlet.jsp.JspTagException;
    import javax.servlet.jsp.tagext.TagSupport;
    public class HelloTag extends TagSupport
    public void HelloTag() {
    // Method called when the closing hello tag is encountered
    public int doEndTag() throws JspException {
    try {
    // We use the pageContext to get a Writer
    // We then print the text string Hello
    pageContext.getOut().print("Hello");
    catch (Exception e) {
    throw new JspTagException(e.getMessage());
    // We want to return SKIP_BODY because this Tag does not support
    // a Tag Body
    return SKIP_BODY;
    public void release() {
    // Call the parent's release to release any resources
    // used by the parent tag.
    // This is just good practice for when you start creating
    // hierarchies of tags.
    super.release();
    D:\Java\JDK 1.3\bin>javac HelloTag.java
    HelloTag.java:3: cannot resolve symbol
    symbol : class JspException
    location: package jsp
    import javax.servlet.jsp.JspException;
    ^
    HelloTag.java:4: cannot resolve symbol
    symbol : class JspTagException
    location: package jsp
    import javax.servlet.jsp.JspTagException;
    ^
    HelloTag.java:5: cannot resolve symbol
    symbol : class TagSupport
    location: package tagext
    import javax.servlet.jsp.tagext.TagSupport;
    ^
    HelloTag.java:7: cannot resolve symbol
    symbol : class TagSupport
    location: class chapter2.HelloTag
    public class HelloTag extends TagSupport
    ^
    HelloTag.java:14: cannot resolve symbol
    symbol : class JspException
    location: class chapter2.HelloTag
    public int doEndTag() throws JspException {
    ^
    HelloTag.java:20: cannot resolve symbol
    symbol : variable pageContext
    location: class chapter2.HelloTag
    pageContext.getOut().print("Hello");
    ^
    HelloTag.java:24: cannot resolve symbol
    symbol : class JspTagException
    location: class chapter2.HelloTag
    throw new JspTagException(e.getMessage());
    ^
    HelloTag.java:28: cannot resolve symbol
    symbol : variable SKIP_BODY
    location: class chapter2.HelloTag
    return SKIP_BODY;
    ^
    HelloTag.java:37: cannot resolve symbol
    symbol : variable super
    location: class chapter2.HelloTag
    super.release();
    ^
    9 errors

    Well, it looks like you've not got the servlet development kit JAR on your classpath. I think it'll probably be called servlet.jar on your system. Add that to the classpath if it's not already there.
    Incidentally, you've bumped into one of the areas Java's slightly lenient - declaring a method that looks like a constructor:
    public HelloTag() { }
    public void HelloTag() { }The first is a constructor, the second is a normal method. I'm assuming you intended to have the former instead of the latter.
    Anyway, hope this helps.

  • Re-compiling a package in a stored procedure

    Hi All,
    We are using Oracle 10g. I have coded a stored procedure that does many things one of which is re-creating a Materialized View using Dynamic SQL. However, when this Materialized View is created, a package that this stored procedure needs, becomes invalid. What is the syntax for recompiling the package using Dynamic SQL? I tried something like script listed below, but I am getting "*ORA-24344: success with compilation error*" error message. I like to re-compile the package before it's use in this stored procedure.
    DECLARE
          v_sql         VARCHAR2 (1000);
          object_name   VARCHAR2 (50) := 'TEST.PS2_FNS366';
    BEGIN
           dbms_output.put_line('This is a test.');
           v_sql := 'Alter package ' || object_name || ' compile  package';
           dbms_output.put_line (v_sql);
           EXECUTE IMMEDIATE v_sql;
           v_sql := 'Alter package ' || object_name || ' compile  body';
           dbms_output.put_line (v_sql);
           EXECUTE IMMEDIATE v_sql;     
    END;Thanks,
    Seyed

    Hi Justin,
    I agree with you. Initially, I didn't want to use materialized view in the stored procedure to load a table, but I a kind of was forced into it. I first tried using an Oracle View, but then the Oracle package using it was not finding the view. Then I tried to grant select to it, that failed too. That is when I decided to use a materialized view because, at least I could issue the needed grants.
    After seeing your e-mail and Frank's, I went back to my original plan. I re-created the old view and then tried to give it the right grants. Here is what I tried and the resulting error message:
    GRANT SELECT ON STUDENT.v_ben_reg_case_number TO SCOTT A grant similar to above results in ORA-01720: grant option does not exit for one of the underlying tables. Our DBA tried granting a developer role a system privilege called under_any_role, but that didn't solve it either.
    Thank you for your assistance,
    Seyed

  • Problems compiling objects after imp/exp

    I am moving an Apex database to a new machine using imp/exp. I have run into problems getting 2 packages ( WWV_FLOW_CUSTOM_AUTH_STD and WWV_FLOW_SECURITY ) to compile due to PLS-00753: malformed or corrupted wrapped unit. I have tried using both imp/exp and datapump with no success. I have insured that my sys grants exist on the new database. I have also tried generating the package code and manually creating the package with no luck?
    Any ideas? Is there a script in the Apex distribution that can be run to recreate these pacakges?
    Thank you
    Message was edited by:
    birk

    Birk,
    1. Connect as FLOWS_xxxxxx (depends on your version) and   alter package wwv_flow_security compile
       alter package wwv_flow_security compile body
       alter package wwv_flow_custom_auth_std compile
       alter package wwv_flow_custom_auth_std compile body
       /2. If that doesn't work, go to the core directory in the distribution and, again connected in SQL*Plus as FLOWS_xxxxxx, run:    @auth.sql
        @auth.pkb
        @custom_auth_std.sql
        @custom_auth_std.pkb3. If that doesn't work, you may have to contact Support about the imp/exp steps that seem to have given rise to this.
    Scott

  • Problems compiling at91 driver for samutils-0.2.1

    Hello All!
    I'm having problems compiling the usb driver for sam7 tools. I am receiving the following errors:
    make -C /lib/modules/2.6.39-ARCH/build SUBDIRS=/home/bailey/Source/sam7utils-0.2.1/driver modules
    make[1]: Entering directory `/usr/src/linux-2.6.39-ARCH'
    CC [M] /home/bailey/Source/sam7utils-0.2.1/driver/at91.o
    /home/bailey/Source/sam7utils-0.2.1/driver/at91.c: In function âat91_write_bulk_callbackâ:
    /home/bailey/Source/sam7utils-0.2.1/driver/at91.c:154:2: error: implicit declaration of function âusb_buffer_freeâ [-Werror=implicit-function-declaration]
    /home/bailey/Source/sam7utils-0.2.1/driver/at91.c:140:19: warning: variable âdevâ set but not used [-Wunused-but-set-variable]
    /home/bailey/Source/sam7utils-0.2.1/driver/at91.c: In function âat91_writeâ:
    /home/bailey/Source/sam7utils-0.2.1/driver/at91.c:178:2: error: implicit declaration of function âusb_buffer_allocâ [-Werror=implicit-function-declaration]
    /home/bailey/Source/sam7utils-0.2.1/driver/at91.c:178:6: warning: assignment makes pointer from integer without a cast [enabled by default]
    /home/bailey/Source/sam7utils-0.2.1/driver/at91.c:192:6: warning: passing argument 6 of âusb_fill_bulk_urbâ from incompatible pointer type [enabled by default]
    include/linux/usb.h:1266:20: note: expected âusb_complete_tâ but argument is of type âvoid (*)(struct urb *, struct pt_regs *)â
    /home/bailey/Source/sam7utils-0.2.1/driver/at91.c: In function âat91_probeâ:
    /home/bailey/Source/sam7utils-0.2.1/driver/at91.c:305:2: error: implicit declaration of function âinfoâ [-Werror=implicit-function-declaration]
    /home/bailey/Source/sam7utils-0.2.1/driver/at91.c: In function âat91_disconnectâ:
    /home/bailey/Source/sam7utils-0.2.1/driver/at91.c:320:2: error: implicit declaration of function âlock_kernelâ [-Werror=implicit-function-declaration]
    /home/bailey/Source/sam7utils-0.2.1/driver/at91.c:328:2: error: implicit declaration of function âunlock_kernelâ [-Werror=implicit-function-declaration]
    cc1: some warnings being treated as errors
    make[2]: *** [/home/bailey/Source/sam7utils-0.2.1/driver/at91.o] Error 1
    make[1]: *** [_module_/home/bailey/Source/sam7utils-0.2.1/driver] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.39-ARCH'
    make: *** [default] Error 2
    output of uname -a
    2.6.39-ARCH #1 SMP PREEMPT Mon Jun 27 22:01:13 CEST 2011 i686 Intel(R) Pentium(R) 4 CPU 1.50GHz GenuineIntel GNU/Linux
    I am running gcc 4.6.1-1 and have installed kernel26headers. If there is any info I'm missing plz let me know.
    Thanks for your help in advance

    Thank you for the reply, I noticed that the post below (its for Ubuntu) shows the gcc version to be 4.0.3
    [link]http://www.makingthings.com/documentati … -sam7utils[/link]
    I poked around the Makefile in /usr/src/linux-2.6.39 and got rid of "-Wall" and "-Wno-implicit-function-declaration"
    it compiled with the following warnings:
    make[1]: Entering directory `/usr/src/linux-2.6.39-ARCH'
    Building modules, stage 2.
    MODPOST 1 modules
    WARNING: "info" [/home/bailey/Source/sam7utils-0.2.1/driver/at91.ko] undefined!
    WARNING: "unlock_kernel" [/home/bailey/Source/sam7utils-0.2.1/driver/at91.ko] undefined!
    WARNING: "lock_kernel" [/home/bailey/Source/sam7utils-0.2.1/driver/at91.ko] undefined!
    WARNING: "usb_buffer_alloc" [/home/bailey/Source/sam7utils-0.2.1/driver/at91.ko] undefined!
    WARNING: "usb_buffer_free" [/home/bailey/Source/sam7utils-0.2.1/driver/at91.ko] undefined!
    CC /home/bailey/Source/sam7utils-0.2.1/driver/at91.mod.o
    LD [M] /home/bailey/Source/sam7utils-0.2.1/driver/at91.ko
    make[1]: Leaving directory `/usr/src/linux-2.6.39-ARCH'
    but when I tried to install, the output was
    insmod: error inserting 'at91.ko': -1 Unknown symbol in module
    Unfortunately, I tried grabbing the package from the AUR, but I ran into the same issues. Seems the only common factor in this process is gcc.
    Thanks for the help

  • Errors compiling pykde package...

    I need pykde for several reasons, but appearantly it has been removed from the kdebindings package. I downloaded a source package and began constructing my pkgbuild. Finding out that it had a history of problems compiling under gcc4, I modified an existing patch to create this:
    --- PyKDE-snapshot20051013/sip/kdecore/kurl.sip 2005-02-03 22:32:28.000000000 +0000
    +++ ../kurl.sip 2005-05-21 15:42:31.493521712 +0000
    @@ -345,9 +345,9 @@
    //returns (KURL.List)
    //takes listToAdd | (KURL.List)
    Py_BEGIN_ALLOW_THREADS
    -// sipRes = new KURL::List((const KURL::List&)((*sipCpp) + *a0));
    - sipRes = new KURL::List (*sipCpp);
    - (*sipRes) += (*a0);
    + QValueList<KURL> qurls = ((*sipCpp) + *a0);
    + const KURL::List& kurls = (const KURL::List&)qurls;
    + sipRes = new KURL::List( kurls );
    Py_END_ALLOW_THREADS
    %End
    The pkgbuild looked like this:
    pkgname=pykde
    pkgver=3.5
    pkgrel=1
    pkgdesc="KDE binding for Python"
    depends=('python' 'kdelibs' 'pyqt' 'sip' 'qt')
    source=(http://www.river-bank.demon.co.uk/download/PyKDE2/PyKDE-snapshot20051013.tar.gz pykde-gcc4-patch.diff)
    md5sums=()
    build() {
    cd $startdir/src/*
    patch -Np1 -i ../pykde-gcc4-patch.diff || return 1
    python configure.py
    make || return 1
    make DESTDIR=$startdir/pkg install
    And the end result was still this: http://pastebin.com/399903
    What am I doing wrong? Any sip/pykde experts out there that could give me a hint? Would appreciate anything!

    ==> Extracting Sources...
    ==>     tar --use-compress-program=gzip -xf PyKDE-snapshot20051013.tar.gz
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    Patching sources for GCC4...
    patching file sip/kdecore/kurl.sip
    patch unexpectedly ends in middle of line
         PyKDE version 4.0.0
    your patch is not applying cleanly

  • Problem downloading Mars Package Inspector

    Due to a server setup problem, the Mars Package Inspector may
    download as a .zip file instead of an .air file. If this happens,
    save the file to disk, rename it to have the .air suffix, and
    double click to install. The problem should be corrected
    shortly.

    Thanks for the feedback. If you install Beta 1 first then
    Beta 2 (of AIR), the problems seem to be solved. We are in the
    process of updating the site with a new version that is 100% Beta 2
    compatible and will have that out in the next few days I
    hope.

  • Time-out (ORA-4021) while trying to compile a package

    Hi,
    we often get this error when we try to compile a package.
    We have never found a lock on this package nor a user who used it. So we had to restart the database to compile the package
    We have a 9.0.1 database on a Windows system.
    I have seen that this problem has been reported earlier, but I have not seen a solution for this problem.
    Can anyone help us?
    thanks
    Klaus

    Check the V$access view to find what are the objects getting accessed and by whom? And check for users who is accessing that package and the objects which you used in that package. There is a likely chance that if the users are compiling the packages in debug mode from TOAD.. the locks will not released automatically due to a bug in toad version..
    Message was edited by:
    vamski

  • How to get return code of compiling a package

    Hi,
    i want to compile a package and if it was not succesfull to write the error_message from "show errors" into a file.
    thx
    Wolle

    the problem with compiling individual packages is that you might inadvertently invalidate others. you should also programmatically check package dependencies too so you dont break any accidentally.
    if you're only compiling package bodies, this shouldn't be an issue, but if youre also compiling specs, this is something you should keep an eye on.
    i wrote an application that uploads new packages i commit in cvs to our database and then recompiles them. it then reports whether or not compilation was successful. this helps eliminate alot of user error when people manually recompile packages in HA environments. however, i recompile the entire schema when i do this (this is not something run very often). i can get away with this at my shop because the schema is very small, but this might not be a practical solution for everyone.
    this is how i check for dependencies:
    FROM public_dependency pd, user_objects uo
    WHERE referenced_object_id IN (select object_id from user_objects where object_name= UPPER(?))
    AND uo.object_id = pd.object_id
    this is useful for saving a snapshot of current package (in case of reversion):
    SELECT TEXT FROM USER_SOURCE WHERE NAME = ?
    this is how you can recompile the schema:
    DBMS_UTILITY.COMPILE_SCHEMA(?, TRUE, TRUE);
    i do a check for invalid objects in the schema before i even start (And exit with error if any are found) :
    SELECT OBJECT_NAME, STATUS
    FROM USER_OBJECTS
    WHERE (OBJECT_TYPE='PACKAGE' OR OBJECT_TYPE='PACKAGE BODY')
    AND STATUS <> 'VALID'
    Hope this info helps.
    Edited by: user577162 on Aug 25, 2008 2:21 PM

  • Problem Running SSIS Package with a SQL Server Agent

    SQL Server: SQL Server 2012
    VS: Visual Studio 2012
    Hello,
          I have been having a problem running SSIS packages by using a SQL Server Agent job. I first created these SSIS packages in a separate IS project in Visual Studio. I imported the packages to the Integration Services (Package
    Store) instance on my SQL Server and tried to create a job that would run them from there.
          At first I read around about needing a proxy account to allow the agent/packages to access the file system since these packages are importing data from a flat file in the SQL database. So I created a temporary admin user to
    use as the user for the agent. I did this by going to Services.msc on the server and linked the account the agent's "logon as". Then arose another issue where I am getting an error about using the incorrect type for my connection managers.
    The connection manager "TestFile" is an incorrect type.  The type required is "OLEDB". The type available to the component is "FLATFILE". Source: Data Flow Task Flat File Destination [2]     Description:
    Cannot open the datafile "O:\*****\Success.txt"
    I am not sure what this even means as I am getting this error even with a test package that doesn't do anything with the database. I have just two flat file connection managers  in this test project one for grabbing the source file and one for
    creating the new test file.
    I am not sure what to do.
    Thanks in advance,
    Matt

    I accidently created two posts. The newest one has the details.
    I did not mean to.
    SQL Server: SQL Server 2012
    VS: Visual Studio 2012
    Hello,
          I have been having a problem running SSIS packages by using a SQL Server Agent job. I first created these SSIS packages in a separate IS project in Visual Studio. I imported the packages to the Integration Services (Package
    Store) instance on my SQL Server and tried to create a job that would run them from there.
          At first I read around about needing a proxy account to allow the agent/packages to access the file system since these packages are importing data from a flat file in the SQL database. So I created a temporary admin user to
    use as the user for the agent. I did this by going to Services.msc on the server and linked the account the agent's "logon as". Then arose another issue where I am getting an error about using the incorrect type for my connection managers.
    The connection manager "TestFile" is an incorrect type.  The type required is "OLEDB". The type available to the component is "FLATFILE". Source: Data Flow Task Flat File Destination [2]     Description:
    Cannot open the datafile "O:\*****\Success.txt"
    I am not sure what this even means as I am getting this error even with a test package that doesn't do anything with the database. I have just two flat file connection managers  in this test project one for grabbing the source file and one for
    creating the new test file.
    I am not sure what to do.
    Thanks in advance,
    Matt

Maybe you are looking for

  • Phone software improvements I would like to see

    Nokia 6131 software version: V03.70 1. clock in main display not visible clearly. need a bolder font. even the analogue clock not easy to see. (motorola clock more clearly visible) 2. when reading sms messages, would be nice to have the date and time

  • Scenario SAP R/3 --(RFC)-- XI--(RFC)-- JCo.Server

    Hello, I am wondering if anyone can send me some feeback for such scenario. SAP R/3 version is 4.6c, SAP XI is 3.0 and JCo are 2.0.12. I am having some trouble which I think are link to the fact that the SAP XI is Unicode and not the JCo.Server ... H

  • COMPRESSION OF HD 1920 X 1080 TO WEB FRIENDLY SIZE

    Another simple question but i can't keep trial and error on which compression setting to choose. Here the question: I have 3 minute 1920 x 1080 HD Video, i want to make web friendly/e-mail-able. The last compression setting i used was H264 which crop

  • Two JDBC-Sender adapter

    Dear all, I've to process all data from the first JDBC-Sender-adapter and afterwards I've to trigger the second JDBC-Sender-adapter. The second JDBC-Sender-adapter must not poll until processing of first has finished? How can I achieve this without B

  • ITunes 7.3: What's new?

    Hi all, I'm sure that no one will be surprised there is a new iTunes 7.3 out. Besides iPhone support, what is new with 7.3.0.54? Thanks, Steven