Compilation Problem.

Problems with getting it running
Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
vettukal
Posts:2
Joined:08 Dec 2011 08:22
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Compilation Problem.

Post by vettukal » 08 Dec 2011 08:37

I checked out the source code of Gephi from Gephi's repository. Opened it in Netbeans and when running it I get the following error.

Code: Select all

Compiling 14 source files to /home/vince/gephi/DesktopPreview/build/classes
/home/vince/gephi/DesktopPreview/src/org/gephi/desktop/preview/propertyeditors/DependantColorPropertyEditor.java:47: package org.gephi.preview.types.propertyeditors does not exist
import org.gephi.preview.types.propertyeditors.BasicDependantColorPropertyEditor;
/home/vince/gephi/DesktopPreview/src/org/gephi/desktop/preview/propertyeditors/DependantColorPropertyEditor.java:54: cannot find symbol
symbol: class BasicDependantColorPropertyEditor
I checked the code in DependantColorPropertyEditor.java could not find any prob.

source: git clone git@github.com:username/gephi.git
netbeans: NetBeans IDE 7.0.1
OS : Ubuntu 11.04
java version "1.6.0_26"

Thanks in advance.

User avatar
eduramiba
Gephi Code Manager
Posts:1064
Joined:22 Mar 2010 15:30
Location:Madrid, Spain
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: Compilation Problem.

Post by eduramiba » 08 Dec 2011 13:20

Hi,
Oops my fault. It is now fixed.
It is strange that I could compile and run without making the new package public.

Eduardo

Post Reply
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable