Can't build with --enable-visualvm
Andrew Haley
aph at redhat.com
Wed May 5 07:10:37 PDT 2010
On 05/05/2010 03:05 PM, Andrew Haley wrote:
> On 05/05/2010 02:56 PM, Tomas Hurka wrote:
>> Hi Andrew,
>>
>> On 5 May 2010, at 15:28, Andrew Haley wrote:
>>
>>> I'm getting
>>>
>>> "/local/icedtea6/netbeans/nbbuild/templates/projectized.xml:103: The
>>> module org.netbeans.api.annotations.common cannot be compiled against
>>> because it is part of the cluster
>>> /local/icedtea6/netbeans/nbbuild/netbeans_visualvm/platform10 which is
>>> not part of cluster.path in your suite configuration."
>> Make sure you that there is no icedtea6/netbeans nor icedtea6/visualvm
>> directory before you start the build and also you have to have NetBeans
>> 6.8 platform installed on your machine.
>
> OK, I'm installing 6.8 platform now.
I also needed
--- netbeans/lib.profiler/native/build/buildnative-linux64.sh~ 2009-11-23 20:54:37.000000000 +0000
+++ netbeans/lib.profiler/native/build/buildnative-linux64.sh 2010-05-05 14:37:09.890446396 +0100
@@ -5,7 +5,7 @@
JAVA_HOME=$1
JDK_ID=$2
echo $JAVA_HOME $JDK_ID
- gcc32 -I$JAVA_HOME/include -I$JAVA_HOME/include/linux -DLINUX -pthread -fPIC -shared -O3 -Wall -m64 \
+ gcc -I$JAVA_HOME/include -I$JAVA_HOME/include/linux -DLINUX -pthread -fPIC -shared -O3 -Wall -m64 \
-o ../../release/lib/deployed/$JDK_ID/linux-amd64/libprofilerinterface.so \
../src-jdk15/class_file_cache.c \
../src-jdk15/attach.c \
I don't know what "gcc32" is for.
Andrew.
More information about the distro-pkg-dev
mailing list