emra700 / juced

Automatically exported from code.google.com/p/juced
0 stars 0 forks source link

failed to compiled on ubuntu 12.10 #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
using SVN version and trying to compile on Ubuntu Studio (12.10 Quantal 
Quetzal) / 64bit:

==== Building juce ====
juce_FileChooser.cpp
../../src/gui/components/filebrowser/juce_FileChooser.cpp: In constructor 
‘juce::FileChooser::FileChooser(const juce::String&, const juce::File&, const 
juce::String&, bool)’:
../../src/gui/components/filebrowser/juce_FileChooser.cpp:49:36: error: 
‘execlp’ was not declared in this scope
make[1]: *** [../../../bin/intermediate_linux/juceRelease/juce_FileChooser.o] 
Error 1
make: *** [juce] Error 2

==== Finalizing juce ====
./manage: line 83: /home/psc/src/juced-read-only/tools/linux/amalgamator: No 
such file or directory

is this project alive?

Original issue reported on code.google.com by ununhu...@gmail.com on 27 Dec 2012 at 6:05

GoogleCodeExporter commented 8 years ago
i just fixed by removing the execlp (it was only to run zenity --help? anyway, 
now stuck at:

jucetice_UDPSocket.cpp
../../src/extended/audio/osc/jucetice_UDPSocket.cpp: In destructor 
‘juce::UDPSocket::~UDPSocket()’:
../../src/extended/audio/osc/jucetice_UDPSocket.cpp:74:16: error: ‘close’ 
was not declared in this scope
make[1]: *** [../../../bin/intermediate_linux/juceRelease/jucetice_UDPSocket.o] 
Error 1
make: *** [juce] Error 2

Original comment by ununhu...@gmail.com on 27 Dec 2012 at 6:08

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
==== Finalizing juce ====
./manage: line 83: /home/psc/src/juced-read-only/tools/linux/amalgamator: No 
such file or directory

this is a problem, amalgamator is a 32bit exec, what can i do in this case?

Original comment by ununhu...@gmail.com on 27 Dec 2012 at 6:17

GoogleCodeExporter commented 8 years ago
I had the same problem. First one i solved in the same way by commenting. 
amalgamator can be build and copied to tools. The code is in subfolder 
juce/extras/. 

Original comment by epavli...@gmail.com on 25 Apr 2013 at 5:49