You are not logged in.

#1 2009-05-07 07:24:23

neuwerld
Member
From: Sweden
Registered: 2009-03-13
Posts: 75
Website

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 <rhollencamp@gmail.com>
# Contributor: Daniel J Griffiths <griffithsdj@inbox.com>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>

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)

Offline

#2 2009-05-07 09:33:32

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: problem compiling code blocks [SOLVED]

Apparently there is some wxWidgets implementation missing. You may want install e.g. the wxgtk package.


To know or not to know ...
... the questions remain forever.

Offline

#3 2009-05-07 09:50:21

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: problem compiling code blocks [SOLVED]

@bernarcher: It has wxgtk in the depends array of the PKGBUILD.

Anyway, we will need more build output to actually see what is causing the error.

Offline

#4 2009-05-07 10:09:44

neuwerld
Member
From: Sweden
Registered: 2009-03-13
Posts: 75
Website

Re: problem compiling code blocks [SOLVED]

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 tongue

Could it be this "configure: WARNING: `missing' script is too old or missing"?

Last edited by neuwerld (2009-05-07 10:11:51)

Offline

#5 2009-05-07 10:42:13

schuay
Package Maintainer (PM)
From: Austria
Registered: 2008-08-19
Posts: 564

Re: problem compiling code blocks [SOLVED]

is there any reason you're not installing codeblocks from the repos using

"pacman -S codeblocks"

Offline

#6 2009-05-07 10:51:09

neuwerld
Member
From: Sweden
Registered: 2009-03-13
Posts: 75
Website

Re: problem compiling code blocks [SOLVED]

schuay wrote:

is there any reason you're not installing codeblocks from the repos using

"pacman -S codeblocks"

Haha I searched the website for it and didn´t find it so I thought I had to compile myself.
Now Im installing from repo and itś working fine, damn Im stupid.
Thanks for the help thou smile

Offline

#7 2009-05-07 11:22:42

schuay
Package Maintainer (PM)
From: Austria
Registered: 2008-08-19
Posts: 564

Re: problem compiling code blocks [SOLVED]

happened to me too smile the website search doesn't include the community repo

Offline

#8 2009-05-07 11:46:22

dmartins
Member
Registered: 2006-09-23
Posts: 360

Re: problem compiling code blocks [SOLVED]

schuay wrote:

happened to me too smile the website search doesn't include the community repo

You can use the AUR search to find things in the community repo.

Offline

Board footer

Powered by FluxBB