LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 01-29-2015, 07:02 AM   #1
gor0
Member
 
Registered: Jun 2014
Distribution: quad BOOT!
Posts: 549

Rep: Reputation: 65
can't compile Juffed...


Code:
[ 65%] Building CXX object CMakeFiles/juffed.dir/qrc_Resources.cxx.o                                          
Linking CXX executable juffed
libjuff.so.0.10: undefined reference to `enca_analyse'
libjuff.so.0.10: undefined reference to `enca_set_garbage_test'
libjuff.so.0.10: undefined reference to `enca_charset_name'
libjuff.so.0.10: undefined reference to `enca_set_termination_strictness'
libjuff.so.0.10: undefined reference to `enca_set_ambiguity'
libjuff.so.0.10: undefined reference to `enca_set_threshold'
libjuff.so.0.10: undefined reference to `enca_analyser_alloc'
libjuff.so.0.10: undefined reference to `enca_analyser_free'
libjuff.so.0.10: undefined reference to `enca_set_multibyte'
collect2: error: ld returned 1 exit status
CMakeFiles/juffed.dir/build.make:1437: recipe for target 'juffed' failed
make[2]: *** [juffed] Error 1
CMakeFiles/Makefile2:127: recipe for target 'CMakeFiles/juffed.dir/all' failed
make[1]: *** [CMakeFiles/juffed.dir/all] Error 2
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Makepkg was unable to build juffed.
==> Restart building juffed ? [y/N]
howdy folks...

as title says... someone can link me to the manteiner/developer or someone who knows a LOT of software can lead me ?
 
Old 01-29-2015, 07:13 AM   #2
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931
Did you configure this to perform the make? Do nothing and just ran make? Or do something else?
 
Old 01-29-2015, 08:15 AM   #3
gor0
Member
 
Registered: Jun 2014
Distribution: quad BOOT!
Posts: 549

Original Poster
Rep: Reputation: 65
Code:
yaourt -S juffed
don't follow u !

Last edited by gor0; 01-29-2015 at 08:16 AM.
 
Old 01-29-2015, 08:50 AM   #4
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931
Quote:
Originally Posted by gor0 View Post
Code:
yaourt -S juffed
don't follow u !
You say you're having trouble building it, so I'm assuming you downloaded the source tarball, extracted it, and are trying to build it.

Did you follow the README which is given by the source tar ball?
Do you have the per-requisites of Qt >= 4.2 and QSintilla2 >= 2.1?

From the source README:
Quote:
Requirements:
Qt (>= 4.2)
QScintilla2 (>= 2.1)


Building and Installation:
Debian, Ubuntu and all other Debian-based distros:
You will need 'fakeroot' and 'cdbs' packages,
please install them.

$ dpkg-buildpackage -rfakeroot


Other distros:
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release
$ make
$ sudo make install
To install to a fake root folder for further packaging use 'make INSTALL_ROOT=<path> install'
 
1 members found this post helpful.
Old 01-29-2015, 10:28 AM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,757

Rep: Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983
Quote:
Originally Posted by gor0 View Post
howdy folks...

as title says... someone can link me to the manteiner/developer or someone who knows a LOT of software can lead me ?
Can you not just look at their web page, that has them listed on the right side, along with their email addresses??? Why are you asking us to look this up for you?
Quote:
Originally Posted by gor0
don't follow u !
Please read the LQ Rules about text-speak, and not using it. Also, the JuffED webpage has a link to an Arch package, among many others, and there are several other packages for Arch as well, including the JuffED plugins.
 
Old 01-29-2015, 10:45 AM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
No issues here, juffed-0.8.1 or -0.10-1054
http://sourceforge.net/projects/juff...eleases/0.8.1/

g++ version = 4.7.2 .
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Failed to compile libatomic at the first time to compile gcc(step 5.5) clicdl Linux From Scratch 8 07-23-2013 05:20 AM
Eglibc cannot compile suffix of object files while trying to cross compile Bry6n Linux From Scratch 0 08-21-2012 06:14 PM
Trying to patch kernel + compile, compile is looping. kripz Linux - Kernel 1 06-16-2009 06:51 AM
CLFS 5.9 - Glibc compile: suffix of object files, cannot compile Noddegamra Linux From Scratch 3 04-27-2009 12:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

All times are GMT -5. The time now is 10:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration